Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyt committed Jul 12, 2020
1 parent f480997 commit 4916e43
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 38 deletions.
23 changes: 13 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module github.com/sergeyt/pandora
go 1.14

require (
cloud.google.com/go v0.57.0 // indirect
cloud.google.com/go v0.60.0 // indirect
github.com/InVisionApp/go-health/v2 v2.1.2
github.com/aws/aws-sdk-go v1.31.1 // indirect
github.com/aws/aws-sdk-go v1.33.5 // indirect
github.com/dgraph-io/dgo/v2 v2.2.0
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/fatih/structs v1.1.0 // indirect
Expand All @@ -22,7 +22,6 @@ require (
github.com/gocontrib/pubsub v0.0.0-20200312200210-54848bfb63ae
github.com/gocontrib/request v0.0.0-20160320145147-69ba4658ef4d // indirect
github.com/gocontrib/rest v0.1.0
github.com/golang/protobuf v1.4.2 // indirect
github.com/gorilla/handlers v1.4.2
github.com/gorilla/mux v1.7.4 // indirect
github.com/gorilla/schema v1.1.0 // indirect
Expand All @@ -32,20 +31,24 @@ require (
github.com/imkira/go-interpol v1.1.0 // indirect
github.com/jtblin/go-ldap-client v0.0.0-20170223121919-b73f66626b33 // indirect
github.com/klauspost/compress v1.8.5 // indirect
github.com/klauspost/cpuid v1.2.1 // indirect
github.com/markbates/goth v1.64.2
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/nats-io/jwt v1.0.1 // indirect
github.com/nats-io/nats.go v1.10.0 // indirect
github.com/nats-io/nkeys v0.2.0 // indirect
github.com/onsi/ginkgo v1.10.2 // indirect
github.com/sirupsen/logrus v1.6.0
github.com/stretchr/testify v1.6.1
github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce // indirect
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37 // indirect
golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7 // indirect
golang.org/x/sys v0.0.0-20200519105757-fe76b779f299 // indirect
google.golang.org/api v0.24.0 // indirect
google.golang.org/genproto v0.0.0-20200519141106-08726f379972 // indirect
google.golang.org/grpc v1.29.1
go.opencensus.io v0.22.4 // indirect
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899 // indirect
golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae // indirect
golang.org/x/text v0.3.3 // indirect
google.golang.org/api v0.29.0 // indirect
google.golang.org/genproto v0.0.0-20200711021454-869866162049 // indirect
google.golang.org/grpc v1.30.0
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
gopkg.in/gavv/httpexpect.v1 v1.1.1 // indirect
gopkg.in/ldap.v2 v2.5.1 // indirect
Expand Down
Loading

0 comments on commit 4916e43

Please sign in to comment.