-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #209 from hashicorp/kt/vendor-upgrade
update deps
- Loading branch information
Showing
842 changed files
with
99,712 additions
and
25,646 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,73 +1,81 @@ | ||
module github.com/hashicorp/terraform-provider-ad | ||
|
||
go 1.21 | ||
go 1.23.0 | ||
|
||
toolchain go1.23.3 | ||
|
||
require ( | ||
github.com/hashicorp/go-uuid v1.0.3 | ||
github.com/hashicorp/terraform-plugin-sdk/v2 v2.33.0 | ||
github.com/jcmturner/gokrb5/v8 v8.4.2 | ||
github.com/masterzen/winrm v0.0.0-20190308153735-1d17eaf15943 | ||
github.com/hashicorp/terraform-plugin-sdk/v2 v2.36.1 | ||
github.com/jcmturner/gokrb5/v8 v8.4.4 | ||
github.com/masterzen/winrm v0.0.0-20240702205601-3fad6e106085 | ||
github.com/mitchellh/mapstructure v1.5.0 | ||
github.com/packer-community/winrmcp v0.0.0-20180921211025-c76d91c1e7db | ||
golang.org/x/text v0.14.0 | ||
gopkg.in/ini.v1 v1.55.0 | ||
github.com/packer-community/winrmcp v0.0.0-20221126162354-6e900dd2c68f | ||
golang.org/x/text v0.22.0 | ||
gopkg.in/ini.v1 v1.67.0 | ||
) | ||
|
||
require ( | ||
github.com/Azure/go-ntlmssp v0.0.0-20180810175552-4a21cbd618b4 // indirect | ||
github.com/ChrisTrenkamp/goxpath v0.0.0-20170922090931-c385f95c6022 // indirect | ||
github.com/ProtonMail/go-crypto v1.1.0-alpha.0 // indirect | ||
github.com/agext/levenshtein v1.2.2 // indirect | ||
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect | ||
github.com/ChrisTrenkamp/goxpath v0.0.0-20210404020558-97928f7e12b6 // indirect | ||
github.com/ProtonMail/go-crypto v1.1.3 // indirect | ||
github.com/agext/levenshtein v1.2.3 // indirect | ||
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect | ||
github.com/bodgit/ntlmssp v0.0.0-20240506230425-31973bb52d9b // indirect | ||
github.com/bodgit/windows v1.0.1 // indirect | ||
github.com/cloudflare/circl v1.3.7 // indirect | ||
github.com/dylanmei/iso8601 v0.1.0 // indirect | ||
github.com/fatih/color v1.16.0 // indirect | ||
github.com/gofrs/uuid v3.2.0+incompatible // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/fatih/color v1.18.0 // indirect | ||
github.com/go-logr/logr v1.4.2 // indirect | ||
github.com/gofrs/uuid v4.4.0+incompatible // indirect | ||
github.com/golang/protobuf v1.5.4 // indirect | ||
github.com/google/go-cmp v0.6.0 // indirect | ||
github.com/hashicorp/errwrap v1.0.0 // indirect | ||
github.com/hashicorp/go-checkpoint v0.5.0 // indirect | ||
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect | ||
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 // indirect | ||
github.com/hashicorp/go-hclog v1.5.0 // indirect | ||
github.com/hashicorp/go-hclog v1.6.3 // indirect | ||
github.com/hashicorp/go-multierror v1.1.1 // indirect | ||
github.com/hashicorp/go-plugin v1.6.0 // indirect | ||
github.com/hashicorp/go-version v1.6.0 // indirect | ||
github.com/hashicorp/hc-install v0.6.3 // indirect | ||
github.com/hashicorp/hcl/v2 v2.19.1 // indirect | ||
github.com/hashicorp/go-plugin v1.6.3 // indirect | ||
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect | ||
github.com/hashicorp/go-version v1.7.0 // indirect | ||
github.com/hashicorp/hc-install v0.9.1 // indirect | ||
github.com/hashicorp/hcl/v2 v2.23.0 // indirect | ||
github.com/hashicorp/logutils v1.0.0 // indirect | ||
github.com/hashicorp/terraform-exec v0.20.0 // indirect | ||
github.com/hashicorp/terraform-json v0.21.0 // indirect | ||
github.com/hashicorp/terraform-plugin-go v0.22.0 // indirect | ||
github.com/hashicorp/terraform-exec v0.22.0 // indirect | ||
github.com/hashicorp/terraform-json v0.24.0 // indirect | ||
github.com/hashicorp/terraform-plugin-go v0.26.0 // indirect | ||
github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect | ||
github.com/hashicorp/terraform-registry-address v0.2.3 // indirect | ||
github.com/hashicorp/terraform-registry-address v0.2.4 // indirect | ||
github.com/hashicorp/terraform-svchost v0.1.1 // indirect | ||
github.com/hashicorp/yamux v0.1.1 // indirect | ||
github.com/hashicorp/yamux v0.1.2 // indirect | ||
github.com/jcmturner/aescts/v2 v2.0.0 // indirect | ||
github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect | ||
github.com/jcmturner/gofork v1.0.0 // indirect | ||
github.com/jcmturner/gofork v1.7.6 // indirect | ||
github.com/jcmturner/goidentity/v6 v6.0.1 // indirect | ||
github.com/jcmturner/rpc/v2 v2.0.3 // indirect | ||
github.com/masterzen/simplexml v0.0.0-20160608183007-4572e39b1ab9 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/masterzen/simplexml v0.0.0-20190410153822-31eea3082786 // indirect | ||
github.com/mattn/go-colorable v0.1.14 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/mitchellh/copystructure v1.2.0 // indirect | ||
github.com/mitchellh/go-testing-interface v1.14.1 // indirect | ||
github.com/mitchellh/go-wordwrap v1.0.0 // indirect | ||
github.com/mitchellh/go-wordwrap v1.0.1 // indirect | ||
github.com/mitchellh/reflectwalk v1.0.2 // indirect | ||
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect | ||
github.com/oklog/run v1.0.0 // indirect | ||
github.com/smartystreets/goconvey v1.6.4 // indirect | ||
github.com/oklog/run v1.1.0 // indirect | ||
github.com/tidwall/transform v0.0.0-20201103190739-32f242e2dbde // indirect | ||
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect | ||
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect | ||
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect | ||
github.com/zclconf/go-cty v1.14.2 // indirect | ||
golang.org/x/crypto v0.21.0 // indirect | ||
golang.org/x/mod v0.15.0 // indirect | ||
golang.org/x/net v0.23.0 // indirect | ||
golang.org/x/sys v0.18.0 // indirect | ||
github.com/zclconf/go-cty v1.16.2 // indirect | ||
golang.org/x/crypto v0.33.0 // indirect | ||
golang.org/x/mod v0.23.0 // indirect | ||
golang.org/x/net v0.35.0 // indirect | ||
golang.org/x/sync v0.11.0 // indirect | ||
golang.org/x/sys v0.30.0 // indirect | ||
golang.org/x/tools v0.30.0 // indirect | ||
google.golang.org/appengine v1.6.8 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20231106174013-bbf56f31fb17 // indirect | ||
google.golang.org/grpc v1.61.1 // indirect | ||
google.golang.org/protobuf v1.32.0 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20250219182151-9fdb1cabc7b2 // indirect | ||
google.golang.org/grpc v1.70.0 // indirect | ||
google.golang.org/protobuf v1.36.5 // indirect | ||
) |
Oops, something went wrong.