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
12 changes: 5 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/certifi/gocertifi v0.0.0-20190905060710-a5e0173ced67 // indirect
github.com/getsentry/raven-go v0.2.0
github.com/go-redis/redis v6.15.7+incompatible
github.com/golang/protobuf v1.5.2
github.com/golang/protobuf v1.5.3
github.com/gorilla/mux v1.7.3 // indirect
github.com/json-iterator/go v1.1.10
github.com/kiwicom/go-useragent v0.0.0-20200315101851-ba2a7d39e4db
Expand All @@ -20,13 +20,11 @@ require (
github.com/philhofer/fwd v1.0.0 // indirect
github.com/pkg/errors v0.9.1
github.com/spf13/viper v1.6.2
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.7.0
github.com/stretchr/testify v1.8.3
github.com/tinylib/msgp v1.1.0 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
google.golang.org/api v0.70.0
golang.org/x/sync v0.1.0
google.golang.org/api v0.114.0
google.golang.org/appengine v1.6.7
google.golang.org/grpc v1.44.0
google.golang.org/grpc v1.56.3
gopkg.in/DataDog/dd-trace-go.v1 v1.22.0
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)
Loading