Skip to content

Commit 14db8aa

Browse files
committed
chore: use new version of go to generate gomod
1 parent 9008530 commit 14db8aa

File tree

57 files changed

+127
-715
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+127
-715
lines changed

go.mod

Lines changed: 64 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,72 @@
11
module github.com/terraform-providers/terraform-provider-ucloud
22

3-
go 1.16
3+
go 1.19
44

55
require (
66
github.com/hashicorp/terraform-plugin-sdk v1.4.0
77
github.com/ucloud/ucloud-sdk-go v0.21.19
8+
)
9+
10+
require (
11+
cloud.google.com/go v0.45.1 // indirect
12+
github.com/agext/levenshtein v1.2.2 // indirect
13+
github.com/apparentlymart/go-cidr v1.0.1 // indirect
14+
github.com/apparentlymart/go-textseg v1.0.0 // indirect
15+
github.com/armon/go-radix v1.0.0 // indirect
16+
github.com/aws/aws-sdk-go v1.25.3 // indirect
17+
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
18+
github.com/bgentry/speakeasy v0.1.0 // indirect
19+
github.com/davecgh/go-spew v1.1.1 // indirect
20+
github.com/fatih/color v1.7.0 // indirect
21+
github.com/golang/protobuf v1.3.2 // indirect
22+
github.com/google/go-cmp v0.3.1 // indirect
23+
github.com/google/uuid v1.1.1 // indirect
24+
github.com/googleapis/gax-go/v2 v2.0.5 // indirect
25+
github.com/hashicorp/errwrap v1.0.0 // indirect
26+
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
27+
github.com/hashicorp/go-getter v1.4.0 // indirect
28+
github.com/hashicorp/go-hclog v0.9.2 // indirect
29+
github.com/hashicorp/go-multierror v1.0.0 // indirect
30+
github.com/hashicorp/go-plugin v1.0.1 // indirect
31+
github.com/hashicorp/go-safetemp v1.0.0 // indirect
32+
github.com/hashicorp/go-uuid v1.0.1 // indirect
33+
github.com/hashicorp/go-version v1.2.0 // indirect
34+
github.com/hashicorp/golang-lru v0.5.1 // indirect
35+
github.com/hashicorp/hcl v0.0.0-20170504190234-a4b07c25de5f // indirect
36+
github.com/hashicorp/hcl/v2 v2.0.0 // indirect
37+
github.com/hashicorp/logutils v1.0.0 // indirect
38+
github.com/hashicorp/terraform-config-inspect v0.0.0-20191115094559-17f92b0546e8 // indirect
39+
github.com/hashicorp/terraform-svchost v0.0.0-20191011084731-65d371908596 // indirect
40+
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
41+
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect
42+
github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
43+
github.com/mattn/go-colorable v0.1.1 // indirect
44+
github.com/mattn/go-isatty v0.0.5 // indirect
45+
github.com/mitchellh/cli v1.0.0 // indirect
46+
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
47+
github.com/mitchellh/copystructure v1.0.0 // indirect
48+
github.com/mitchellh/go-homedir v1.1.0 // indirect
49+
github.com/mitchellh/go-testing-interface v1.0.0 // indirect
50+
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
51+
github.com/mitchellh/mapstructure v1.1.2 // indirect
52+
github.com/mitchellh/reflectwalk v1.0.1 // indirect
53+
github.com/oklog/run v1.0.0 // indirect
54+
github.com/pkg/errors v0.8.0 // indirect
55+
github.com/posener/complete v1.2.1 // indirect
56+
github.com/sirupsen/logrus v1.3.0 // indirect
57+
github.com/spf13/afero v1.2.2 // indirect
58+
github.com/ulikunitz/xz v0.5.5 // indirect
59+
github.com/vmihailenco/msgpack v4.0.1+incompatible // indirect
60+
github.com/zclconf/go-cty v1.1.0 // indirect
61+
github.com/zclconf/go-cty-yaml v1.0.1 // indirect
62+
go.opencensus.io v0.22.0 // indirect
63+
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
64+
golang.org/x/net v0.0.0-20191009170851-d66e71096ffb // indirect
65+
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 // indirect
866
golang.org/x/sys v0.0.0-20220422013727-9388b58f7150 // indirect
67+
golang.org/x/text v0.3.2 // indirect
68+
google.golang.org/api v0.9.0 // indirect
69+
google.golang.org/appengine v1.6.1 // indirect
70+
google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55 // indirect
71+
google.golang.org/grpc v1.23.0 // indirect
972
)

vendor/github.com/agext/levenshtein/go.mod

Lines changed: 0 additions & 1 deletion
This file was deleted.

vendor/github.com/armon/go-radix/go.mod

Lines changed: 0 additions & 1 deletion
This file was deleted.

vendor/github.com/google/uuid/go.mod

Lines changed: 0 additions & 1 deletion
This file was deleted.

vendor/github.com/googleapis/gax-go/v2/go.mod

Lines changed: 0 additions & 3 deletions
This file was deleted.

vendor/github.com/googleapis/gax-go/v2/go.sum

Lines changed: 0 additions & 25 deletions
This file was deleted.

vendor/github.com/hashicorp/errwrap/go.mod

Lines changed: 0 additions & 1 deletion
This file was deleted.

vendor/github.com/hashicorp/go-cleanhttp/go.mod

Lines changed: 0 additions & 1 deletion
This file was deleted.

vendor/github.com/hashicorp/go-getter/go.mod

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)