Skip to content

Commit 1479bf1

Browse files
author
Sean Sain
committed
move from pubsub -> go
1 parent 73d4251 commit 1479bf1

File tree

2 files changed

+301
-43
lines changed

2 files changed

+301
-43
lines changed

go.mod

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@ module github.com/SumoLogic/terraform-provider-sumologic
33
go 1.16
44

55
require (
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
)

0 commit comments

Comments
 (0)