File tree Expand file tree Collapse file tree 2 files changed +301
-43
lines changed Expand file tree Collapse file tree 2 files changed +301
-43
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,11 @@ module github.com/SumoLogic/terraform-provider-sumologic
33go 1.16
44
55require (
6- cloud.google.com/go/pubsub v1.2 .0 // indirect
6+ cloud.google.com/go v0.87 .0 // indirect
77 github.com/aws/aws-sdk-go v1.28.14 // indirect
88 github.com/fatih/color v1.9.0 // indirect
99 github.com/go-errors/errors v1.0.1
1010 github.com/go-test/deep v1.0.5 // indirect
11- github.com/golang/mock v1.4.0 // indirect
1211 github.com/hashicorp/go-hclog v0.12.0 // indirect
1312 github.com/hashicorp/go-uuid v1.0.2 // indirect
1413 github.com/hashicorp/hcl v1.0.0 // indirect
@@ -23,11 +22,5 @@ require (
2322 github.com/sergi/go-diff v1.1.0 // indirect
2423 github.com/ulikunitz/xz v0.5.10 // indirect
2524 github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
26- golang.org/x/crypto v0.0.0-20200210222208-86ce3cb69678 // indirect
27- golang.org/x/exp v0.0.0-20200207192155-f17229e696bd // indirect
28- golang.org/x/tools v0.0.0-20200216192241-b320d3a0f5a2 // indirect
29- google.golang.org/api v0.17.0 // indirect
30- google.golang.org/genproto v0.0.0-20200210034751-acff78025515 // indirect
31- google.golang.org/grpc v1.27.1 // indirect
32- gopkg.in/yaml.v2 v2.2.8 // indirect
25+ google.golang.org/genproto v0.0.0-20210714021259-044028024a4f // indirect
3326)
You can’t perform that action at this time.
0 commit comments