Skip to content

Commit 711a3cb

Browse files
committed
Update dependencies
1 parent 59e47a6 commit 711a3cb

File tree

5 files changed

+156
-121
lines changed

5 files changed

+156
-121
lines changed

go.mod

Lines changed: 30 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,36 @@ require (
66
github.com/benbjohnson/clock v1.0.3
77
github.com/dgrijalva/jwt-go v3.2.0+incompatible
88
github.com/gin-gonic/gin v1.6.3
9-
github.com/go-pg/migrations/v8 v8.0.0-beta.1
10-
github.com/go-pg/pg/v10 v10.0.0-beta.17
11-
github.com/go-pg/pgext v0.1.0
12-
github.com/go-pg/urlstruct v0.5.0
13-
github.com/go-redis/cache/v8 v8.0.0-beta.14
14-
github.com/go-redis/redis/v8 v8.0.0-beta.10
15-
github.com/go-redis/redis_rate/v9 v9.0.1
16-
github.com/go-redis/redisext v0.1.4
9+
github.com/go-pg/migrations/v8 v8.0.1
10+
github.com/go-pg/pg/v10 v10.6.2
11+
github.com/go-pg/pgext v0.2.0
12+
github.com/go-pg/urlstruct v1.0.0
13+
github.com/go-playground/validator/v10 v10.4.1 // indirect
14+
github.com/go-redis/cache/v8 v8.2.1
15+
github.com/go-redis/redis/v8 v8.3.3
16+
github.com/go-redis/redis_rate/v9 v9.0.2
17+
github.com/go-redis/redisext v0.3.1
18+
github.com/google/uuid v1.1.2 // indirect
1719
github.com/gosimple/slug v1.9.0
18-
github.com/onsi/ginkgo v1.14.0
19-
github.com/onsi/gomega v1.10.1
20-
github.com/sirupsen/logrus v1.6.0
21-
github.com/uptrace/uptrace-go v0.1.2
22-
github.com/vmihailenco/go-tinylfu v0.0.0-20200714092347-120b932f0a08
23-
go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin v0.11.0
24-
go.opentelemetry.io/otel v0.11.0
25-
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
26-
golang.org/x/exp v0.0.0-20200901203048-c4f52b2c50aa
20+
github.com/json-iterator/go v1.1.10 // indirect
21+
github.com/klauspost/compress v1.11.2 // indirect
22+
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
23+
github.com/modern-go/reflect2 v1.0.1 // indirect
24+
github.com/onsi/ginkgo v1.14.2
25+
github.com/onsi/gomega v1.10.3
26+
github.com/segmentio/encoding v0.2.2 // indirect
27+
github.com/sirupsen/logrus v1.7.0
28+
github.com/ugorji/go v1.1.13 // indirect
29+
github.com/uptrace/uptrace-go v0.4.2
30+
github.com/vmihailenco/msgpack/v5 v5.0.0-rc.2 // indirect
31+
go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin v0.13.0
32+
go.opentelemetry.io/otel v0.13.0
33+
go.opentelemetry.io/otel/sdk v0.13.0
34+
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
35+
golang.org/x/exp v0.0.0-20201008143054-e3b2a7f2fdc7
36+
golang.org/x/net v0.0.0-20201031054903-ff519b6c9102 // indirect
37+
golang.org/x/sys v0.0.0-20201107080550-4d91cf3a1aaf // indirect
38+
golang.org/x/text v0.3.4 // indirect
39+
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
2740
gopkg.in/yaml.v2 v2.3.0
2841
)

0 commit comments

Comments
 (0)