Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vmihailenco committed Nov 9, 2020
1 parent 59e47a6 commit 711a3cb
Show file tree
Hide file tree
Showing 5 changed files with 156 additions and 121 deletions.
47 changes: 30 additions & 17 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,36 @@ require (
github.com/benbjohnson/clock v1.0.3
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/gin-gonic/gin v1.6.3
github.com/go-pg/migrations/v8 v8.0.0-beta.1
github.com/go-pg/pg/v10 v10.0.0-beta.17
github.com/go-pg/pgext v0.1.0
github.com/go-pg/urlstruct v0.5.0
github.com/go-redis/cache/v8 v8.0.0-beta.14
github.com/go-redis/redis/v8 v8.0.0-beta.10
github.com/go-redis/redis_rate/v9 v9.0.1
github.com/go-redis/redisext v0.1.4
github.com/go-pg/migrations/v8 v8.0.1
github.com/go-pg/pg/v10 v10.6.2
github.com/go-pg/pgext v0.2.0
github.com/go-pg/urlstruct v1.0.0
github.com/go-playground/validator/v10 v10.4.1 // indirect
github.com/go-redis/cache/v8 v8.2.1
github.com/go-redis/redis/v8 v8.3.3
github.com/go-redis/redis_rate/v9 v9.0.2
github.com/go-redis/redisext v0.3.1
github.com/google/uuid v1.1.2 // indirect
github.com/gosimple/slug v1.9.0
github.com/onsi/ginkgo v1.14.0
github.com/onsi/gomega v1.10.1
github.com/sirupsen/logrus v1.6.0
github.com/uptrace/uptrace-go v0.1.2
github.com/vmihailenco/go-tinylfu v0.0.0-20200714092347-120b932f0a08
go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin v0.11.0
go.opentelemetry.io/otel v0.11.0
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
golang.org/x/exp v0.0.0-20200901203048-c4f52b2c50aa
github.com/json-iterator/go v1.1.10 // indirect
github.com/klauspost/compress v1.11.2 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/onsi/ginkgo v1.14.2
github.com/onsi/gomega v1.10.3
github.com/segmentio/encoding v0.2.2 // indirect
github.com/sirupsen/logrus v1.7.0
github.com/ugorji/go v1.1.13 // indirect
github.com/uptrace/uptrace-go v0.4.2
github.com/vmihailenco/msgpack/v5 v5.0.0-rc.2 // indirect
go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin v0.13.0
go.opentelemetry.io/otel v0.13.0
go.opentelemetry.io/otel/sdk v0.13.0
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
golang.org/x/exp v0.0.0-20201008143054-e3b2a7f2fdc7
golang.org/x/net v0.0.0-20201031054903-ff519b6c9102 // indirect
golang.org/x/sys v0.0.0-20201107080550-4d91cf3a1aaf // indirect
golang.org/x/text v0.3.4 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/yaml.v2 v2.3.0
)
Loading

0 comments on commit 711a3cb

Please sign in to comment.