-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PRODENG-2566:Update: latest launchpad codebase (#56)
- move to mcc 1.5.6-alpha2 - minor mcc lib changes required - update all hashicorp terraform libraries Signed-off-by: James Nesbitt <[email protected]>
- Loading branch information
1 parent
0376a93
commit 4432a48
Showing
5 changed files
with
260 additions
and
270 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
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
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,114 +1,125 @@ | ||
module github.com/Mirantis/terraform-provider-launchpad | ||
|
||
go 1.20 | ||
go 1.21 | ||
|
||
require ( | ||
github.com/hashicorp/terraform-plugin-docs v0.14.1 | ||
github.com/hashicorp/terraform-plugin-framework v1.3.2 | ||
github.com/hashicorp/terraform-plugin-framework-validators v0.10.0 | ||
github.com/hashicorp/terraform-plugin-go v0.17.0 | ||
github.com/hashicorp/terraform-plugin-docs v0.18.0 | ||
github.com/hashicorp/terraform-plugin-framework v1.6.1 | ||
github.com/hashicorp/terraform-plugin-framework-validators v0.12.0 | ||
github.com/hashicorp/terraform-plugin-go v0.22.0 | ||
github.com/hashicorp/terraform-plugin-log v0.9.0 | ||
github.com/hashicorp/terraform-plugin-testing v1.2.0 | ||
github.com/hashicorp/terraform-plugin-testing v1.7.0 | ||
) | ||
|
||
require ( | ||
github.com/Mirantis/mcc v1.5.3 | ||
github.com/Mirantis/mcc v1.5.6-alpha2 | ||
github.com/k0sproject/dig v0.2.0 | ||
github.com/k0sproject/rig v0.10.0 | ||
github.com/sirupsen/logrus v1.9.0 | ||
github.com/k0sproject/rig v0.18.0 | ||
github.com/sirupsen/logrus v1.9.3 | ||
gopkg.in/yaml.v2 v2.4.0 | ||
) | ||
|
||
require ( | ||
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect | ||
github.com/ChrisTrenkamp/goxpath v0.0.0-20210404020558-97928f7e12b6 // indirect | ||
github.com/Kunde21/markdownfmt/v3 v3.1.0 // indirect | ||
github.com/Masterminds/goutils v1.1.1 // indirect | ||
github.com/Masterminds/semver/v3 v3.1.1 // indirect | ||
github.com/Masterminds/sprig/v3 v3.2.2 // indirect | ||
github.com/Microsoft/go-winio v0.6.0 // indirect | ||
github.com/Masterminds/semver/v3 v3.2.0 // indirect | ||
github.com/Masterminds/sprig/v3 v3.2.3 // indirect | ||
github.com/Microsoft/go-winio v0.6.1 // indirect | ||
github.com/ProtonMail/go-crypto v1.1.0-alpha.0 // indirect | ||
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect | ||
github.com/agext/levenshtein v1.2.2 // indirect | ||
github.com/alessio/shellescape v1.4.1 // indirect | ||
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect | ||
github.com/agext/levenshtein v1.2.3 // indirect | ||
github.com/alessio/shellescape v1.4.2 // indirect | ||
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect | ||
github.com/armon/go-radix v1.0.0 // indirect | ||
github.com/avast/retry-go v3.0.0+incompatible // indirect | ||
github.com/bgentry/speakeasy v0.1.0 // indirect | ||
github.com/creasty/defaults v1.6.0 // indirect | ||
github.com/bodgit/ntlmssp v0.0.0-20240305172805-6cb040b632c5 // indirect | ||
github.com/bodgit/windows v1.0.1 // indirect | ||
github.com/cloudflare/circl v1.3.7 // indirect | ||
github.com/creasty/defaults v1.7.0 // indirect | ||
github.com/davidmz/go-pageant v1.0.2 // indirect | ||
github.com/denisbrodbeck/machineid v1.0.1 // indirect | ||
github.com/fatih/color v1.13.0 // indirect | ||
github.com/fatih/color v1.16.0 // indirect | ||
github.com/gabriel-vasile/mimetype v1.4.3 // indirect | ||
github.com/gammazero/deque v0.2.1 // indirect | ||
github.com/gammazero/workerpool v1.1.3 // indirect | ||
github.com/go-playground/locales v0.14.0 // indirect | ||
github.com/go-playground/universal-translator v0.18.0 // indirect | ||
github.com/go-playground/validator/v10 v10.11.1 // indirect | ||
github.com/gofrs/uuid v4.3.1+incompatible // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/google/go-cmp v0.5.9 // indirect | ||
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect | ||
github.com/google/uuid v1.3.0 // indirect | ||
github.com/go-logr/logr v1.4.1 // indirect | ||
github.com/go-playground/locales v0.14.1 // indirect | ||
github.com/go-playground/universal-translator v0.18.1 // indirect | ||
github.com/go-playground/validator/v10 v10.19.0 // 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/google/uuid v1.6.0 // indirect | ||
github.com/hashicorp/cli v1.1.6 // indirect | ||
github.com/hashicorp/errwrap v1.1.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.2 // indirect | ||
github.com/hashicorp/go-multierror v1.1.1 // indirect | ||
github.com/hashicorp/go-plugin v1.4.10 // indirect | ||
github.com/hashicorp/go-plugin v1.6.0 // indirect | ||
github.com/hashicorp/go-uuid v1.0.3 // indirect | ||
github.com/hashicorp/go-version v1.6.0 // indirect | ||
github.com/hashicorp/hc-install v0.5.0 // indirect | ||
github.com/hashicorp/hcl/v2 v2.16.2 // indirect | ||
github.com/hashicorp/hc-install v0.6.3 // indirect | ||
github.com/hashicorp/hcl/v2 v2.20.0 // indirect | ||
github.com/hashicorp/logutils v1.0.0 // indirect | ||
github.com/hashicorp/terraform-exec v0.18.1 // indirect | ||
github.com/hashicorp/terraform-json v0.16.0 // indirect | ||
github.com/hashicorp/terraform-plugin-sdk/v2 v2.26.1 // indirect | ||
github.com/hashicorp/terraform-registry-address v0.2.1 // indirect | ||
github.com/hashicorp/terraform-exec v0.20.0 // indirect | ||
github.com/hashicorp/terraform-json v0.21.0 // indirect | ||
github.com/hashicorp/terraform-plugin-sdk/v2 v2.33.0 // indirect | ||
github.com/hashicorp/terraform-registry-address v0.2.3 // indirect | ||
github.com/hashicorp/terraform-svchost v0.1.1 // indirect | ||
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect | ||
github.com/huandu/xstrings v1.3.2 // indirect | ||
github.com/imdario/mergo v0.3.13 // indirect | ||
github.com/hashicorp/yamux v0.1.1 // indirect | ||
github.com/huandu/xstrings v1.3.3 // indirect | ||
github.com/imdario/mergo v0.3.15 // indirect | ||
github.com/jcmturner/aescts/v2 v2.0.0 // indirect | ||
github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect | ||
github.com/jcmturner/gofork v1.7.6 // indirect | ||
github.com/jcmturner/goidentity/v6 v6.0.1 // indirect | ||
github.com/jcmturner/gokrb5/v8 v8.4.3 // indirect | ||
github.com/jcmturner/gokrb5/v8 v8.4.4 // indirect | ||
github.com/jcmturner/rpc/v2 v2.0.3 // indirect | ||
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect | ||
github.com/kevinburke/ssh_config v1.2.0 // indirect | ||
github.com/leodido/go-urn v1.2.1 // indirect | ||
github.com/leodido/go-urn v1.4.0 // indirect | ||
github.com/logrusorgru/aurora v2.0.3+incompatible // indirect | ||
github.com/masterzen/simplexml v0.0.0-20190410153822-31eea3082786 // indirect | ||
github.com/masterzen/winrm v0.0.0-20220917170901-b07f6cb0598d // indirect | ||
github.com/masterzen/winrm v0.0.0-20231227165926-e811dad5ac77 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.16 // indirect | ||
github.com/mitchellh/cli v1.1.5 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/mattn/go-runewidth v0.0.9 // indirect | ||
github.com/mattn/go-shellwords v1.0.12 // indirect | ||
github.com/mitchellh/copystructure v1.2.0 // indirect | ||
github.com/mitchellh/go-homedir v1.1.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/mapstructure v1.5.0 // indirect | ||
github.com/mitchellh/reflectwalk v1.0.2 // indirect | ||
github.com/oklog/run v1.0.0 // indirect | ||
github.com/oklog/run v1.1.0 // indirect | ||
github.com/posener/complete v1.2.3 // indirect | ||
github.com/russross/blackfriday v1.6.0 // indirect | ||
github.com/segmentio/backo-go v1.0.1 // indirect | ||
github.com/shopspring/decimal v1.3.1 // indirect | ||
github.com/spf13/cast v1.5.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.3.5 // indirect | ||
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect | ||
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect | ||
github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c // indirect | ||
github.com/zclconf/go-cty v1.13.1 // indirect | ||
golang.org/x/crypto v0.10.0 // indirect | ||
golang.org/x/mod v0.8.0 // indirect | ||
golang.org/x/net v0.11.0 // indirect | ||
golang.org/x/sys v0.9.0 // indirect | ||
golang.org/x/term v0.9.0 // indirect | ||
golang.org/x/text v0.10.0 // indirect | ||
golang.org/x/tools v0.6.0 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect | ||
google.golang.org/grpc v1.56.1 // indirect | ||
google.golang.org/protobuf v1.31.0 // indirect | ||
github.com/yuin/goldmark v1.6.0 // indirect | ||
github.com/yuin/goldmark-meta v1.1.0 // indirect | ||
github.com/zclconf/go-cty v1.14.3 // indirect | ||
golang.org/x/crypto v0.21.0 // indirect | ||
golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df // indirect | ||
golang.org/x/mod v0.16.0 // indirect | ||
golang.org/x/net v0.22.0 // indirect | ||
golang.org/x/sys v0.18.0 // indirect | ||
golang.org/x/term v0.18.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
golang.org/x/tools v0.19.0 // indirect | ||
google.golang.org/appengine v1.6.8 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240308144416-29370a3891b7 // indirect | ||
google.golang.org/grpc v1.62.1 // indirect | ||
google.golang.org/protobuf v1.33.0 // indirect | ||
gopkg.in/segmentio/analytics-go.v3 v3.1.0 // indirect | ||
) |
Oops, something went wrong.