Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 5 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,12 @@ module pubsubroller
go 1.13

require (
cloud.google.com/go v0.56.0 // indirect
cloud.google.com/go/pubsub v1.3.1
github.com/golang/protobuf v1.4.0 // indirect
cloud.google.com/go/pubsub v1.27.1
github.com/jessevdk/go-flags v1.4.0
github.com/pkg/errors v0.9.1
golang.org/x/net v0.0.0-20200421231249-e086a090c8fd // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
golang.org/x/sys v0.0.0-20200420163511-1957bb5e6d1f // indirect
golang.org/x/tools v0.0.0-20200425043458-8463f397d07c // indirect
google.golang.org/api v0.22.0
google.golang.org/appengine v1.6.6 // indirect
google.golang.org/genproto v0.0.0-20200424135956-bca184e23272 // indirect
google.golang.org/grpc v1.29.1 // indirect
golang.org/x/oauth2 v0.4.0
golang.org/x/sync v0.1.0
google.golang.org/api v0.103.0
google.golang.org/grpc v1.53.0 // indirect
gopkg.in/yaml.v2 v2.2.8
)
Loading