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
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ module github.com/ww24/pubsub-gateway
go 1.16

require (
cloud.google.com/go/pubsub v1.20.0
github.com/stretchr/testify v1.8.0
cloud.google.com/go/pubsub v1.27.1
github.com/stretchr/testify v1.8.1
github.com/tidwall/gjson v1.14.1
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5
google.golang.org/api v0.81.0
golang.org/x/oauth2 v0.5.0
google.golang.org/api v0.111.0
gopkg.in/yaml.v3 v3.0.1
)
Loading