Skip to content

Commit b81886a

Browse files
author
aq17
committed
make tidy
1 parent e35738c commit b81886a

File tree

2 files changed

+66
-53
lines changed

2 files changed

+66
-53
lines changed

pkg/go.mod

+10-10
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ require (
1717
github.com/stretchr/testify v1.8.0
1818
github.com/zclconf/go-cty v1.12.1
1919
google.golang.org/grpc v1.51.0
20-
github.com/zclconf/go-cty v1.12.0
21-
google.golang.org/grpc v1.50.1
2220
google.golang.org/protobuf v1.28.1
2321
gopkg.in/yaml.v3 v3.0.1
2422
)
@@ -160,16 +158,18 @@ require (
160158
go.uber.org/atomic v1.10.0 // indirect
161159
gocloud.dev v0.27.0 // indirect
162160
gocloud.dev/secrets/hashivault v0.24.0 // indirect
163-
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
164-
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
165-
golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a // indirect
166-
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
167-
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
161+
golang.org/x/crypto v0.0.0-20220824171710-5757bc0c5503 // indirect
162+
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
163+
golang.org/x/net v0.0.0-20221014081412-f15817d10f9b // indirect
164+
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783 // indirect
165+
golang.org/x/sync v0.0.0-20220929204114-8fcdb60fdcc0 // indirect
166+
golang.org/x/sys v0.0.0-20220823224334-20c2bfdbfe24 // indirect
168167
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
169168
golang.org/x/text v0.4.0 // indirect
170-
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
171-
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
172-
google.golang.org/api v0.74.0 // indirect
169+
golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect
170+
golang.org/x/tools v0.1.12 // indirect
171+
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
172+
google.golang.org/api v0.100.0 // indirect
173173
google.golang.org/appengine v1.6.7 // indirect
174174
google.golang.org/genproto v0.0.0-20221027153422-115e99e71e1c // indirect
175175
gopkg.in/AlecAivazis/survey.v1 v1.8.9-0.20200217094205-6773bdf39b7f // indirect

0 commit comments

Comments
 (0)