Skip to content

Commit beb01ba

Browse files
Update module github.com/gin-gonic/gin to v1.9.1 [SECURITY]
1 parent 94fc6d2 commit beb01ba

2 files changed

Lines changed: 95 additions & 8 deletions

File tree

go.mod

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,19 @@ go 1.15
55
require (
66
github.com/benbjohnson/clock v1.0.3
77
github.com/dgrijalva/jwt-go v3.2.0+incompatible
8-
github.com/gin-gonic/gin v1.6.3
8+
github.com/gin-gonic/gin v1.9.1
99
github.com/go-pg/migrations/v8 v8.0.1
1010
github.com/go-pg/pg/v10 v10.6.2
1111
github.com/go-pg/pgext v0.2.0
1212
github.com/go-pg/urlstruct v1.0.0
13-
github.com/go-playground/validator/v10 v10.4.1 // indirect
1413
github.com/go-redis/cache/v8 v8.2.1
1514
github.com/go-redis/redis/v8 v8.3.3
1615
github.com/go-redis/redis_rate/v9 v9.0.2
1716
github.com/go-redis/redisext v0.3.1
1817
github.com/google/uuid v1.1.2 // indirect
1918
github.com/gosimple/slug v1.9.0
20-
github.com/json-iterator/go v1.1.10 // indirect
2119
github.com/klauspost/compress v1.11.2 // indirect
2220
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
23-
github.com/modern-go/reflect2 v1.0.1 // indirect
2421
github.com/onsi/ginkgo v1.14.2
2522
github.com/onsi/gomega v1.10.3
2623
github.com/segmentio/encoding v0.2.2 // indirect
@@ -31,11 +28,8 @@ require (
3128
go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin v0.13.0
3229
go.opentelemetry.io/otel v0.13.0
3330
go.opentelemetry.io/otel/sdk v0.13.0
34-
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
31+
golang.org/x/crypto v0.9.0
3532
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
3933
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
4034
gopkg.in/yaml.v2 v2.3.0
4135
)

0 commit comments

Comments
 (0)