mirror of
https://github.com/ysoftdevs/terraform-provider-bitbucketserver.git
synced 2026-02-25 12:04:54 +01:00
Allows to add an ssh key to a given repository. This should allow to make build servers with more restricted access controls.
68 lines
3.4 KiB
Modula-2
68 lines
3.4 KiB
Modula-2
module github.com/xvlcwk-terraform/terraform-provider-bitbucketserver
|
|
|
|
require github.com/hashicorp/terraform v0.12.2
|
|
|
|
require (
|
|
cloud.google.com/go v0.36.0 // indirect
|
|
github.com/agext/levenshtein v1.2.2 // indirect
|
|
github.com/apparentlymart/go-cidr v1.0.0 // indirect
|
|
github.com/apparentlymart/go-textseg v1.0.0 // indirect
|
|
github.com/armon/go-radix v1.0.0 // indirect
|
|
github.com/aws/aws-sdk-go v1.19.18 // indirect
|
|
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
|
|
github.com/bgentry/speakeasy v0.1.0 // indirect
|
|
github.com/blang/semver v3.5.1+incompatible // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/fatih/color v1.7.0 // indirect
|
|
github.com/golang/protobuf v1.3.0 // indirect
|
|
github.com/google/go-cmp v0.3.0 // indirect
|
|
github.com/googleapis/gax-go/v2 v2.0.3 // indirect
|
|
github.com/hashicorp/errwrap v1.0.0 // indirect
|
|
github.com/hashicorp/go-cleanhttp v0.5.0 // indirect
|
|
github.com/hashicorp/go-getter v1.3.0 // indirect
|
|
github.com/hashicorp/go-hclog v0.0.0-20181001195459-61d530d6c27f // indirect
|
|
github.com/hashicorp/go-multierror v1.0.0 // indirect
|
|
github.com/hashicorp/go-plugin v1.0.1-0.20190610192547-a1bc61569a26 // indirect
|
|
github.com/hashicorp/go-safetemp v1.0.0 // indirect
|
|
github.com/hashicorp/go-uuid v1.0.1 // indirect
|
|
github.com/hashicorp/go-version v1.1.0 // indirect
|
|
github.com/hashicorp/hcl v0.0.0-20170504190234-a4b07c25de5f // indirect
|
|
github.com/hashicorp/hcl2 v0.0.0-20190515223218-4b22149b7cef // indirect
|
|
github.com/hashicorp/hil v0.0.0-20190212112733-ab17b08d6590 // indirect
|
|
github.com/hashicorp/logutils v1.0.0 // indirect
|
|
github.com/hashicorp/terraform-config-inspect v0.0.0-20190327195015-8022a2663a70 // indirect
|
|
github.com/hashicorp/yamux v0.0.0-20180604194846-3520598351bb // indirect
|
|
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect
|
|
github.com/mattn/go-colorable v0.1.1 // indirect
|
|
github.com/mattn/go-isatty v0.0.5 // indirect
|
|
github.com/mitchellh/cli v1.0.0 // indirect
|
|
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
|
|
github.com/mitchellh/copystructure v1.0.0 // indirect
|
|
github.com/mitchellh/go-homedir v1.0.0 // indirect
|
|
github.com/mitchellh/go-testing-interface v1.0.0 // indirect
|
|
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
|
|
github.com/mitchellh/hashstructure v1.0.0 // indirect
|
|
github.com/mitchellh/mapstructure v1.1.2 // indirect
|
|
github.com/mitchellh/reflectwalk v1.0.0 // indirect
|
|
github.com/oklog/run v1.0.0 // indirect
|
|
github.com/posener/complete v1.2.1 // indirect
|
|
github.com/satori/go.uuid v1.2.0 // indirect
|
|
github.com/spf13/afero v1.2.1 // indirect
|
|
github.com/ulikunitz/xz v0.5.5 // indirect
|
|
github.com/vmihailenco/msgpack v4.0.1+incompatible // indirect
|
|
github.com/zclconf/go-cty v0.0.0-20190516203816-4fecf87372ec // indirect
|
|
github.com/zclconf/go-cty-yaml v0.1.0 // indirect
|
|
go.opencensus.io v0.18.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734 // indirect
|
|
golang.org/x/net v0.0.0-20190502183928-7f726cade0ab // indirect
|
|
golang.org/x/oauth2 v0.0.0-20190220154721-9b3c75971fc9 // indirect
|
|
golang.org/x/sys v0.0.0-20190502175342-a43fa875dd82 // indirect
|
|
golang.org/x/text v0.3.2 // indirect
|
|
google.golang.org/api v0.1.0 // indirect
|
|
google.golang.org/appengine v1.4.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20190201180003-4b09977fb922 // indirect
|
|
google.golang.org/grpc v1.18.0 // indirect
|
|
)
|
|
|
|
go 1.20
|