Skip to content
This repository was archived by the owner on Jan 6, 2022. It is now read-only.

Commit 5ccd38d

Browse files
committed
Update module github.com/go-chi/chi/v5 to v5.0.4
1 parent 7e7df1f commit 5ccd38d

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ module nino.sh/api
33
go 1.16
44

55
require (
6-
github.com/go-chi/chi/v5 v5.0.3
7-
github.com/go-redis/redis/v8 v8.11.0 // indirect
8-
github.com/golang-jwt/jwt v3.2.1+incompatible // indirect
6+
github.com/go-chi/chi/v5 v5.0.4
7+
github.com/go-redis/redis/v8 v8.11.0
8+
github.com/golang-jwt/jwt v3.2.1+incompatible
99
github.com/graph-gophers/graphql-go v1.1.0
1010
github.com/joho/godotenv v1.3.0
1111
github.com/lib/pq v1.10.2
1212
github.com/opentracing/opentracing-go v1.2.0 // indirect
13-
github.com/prometheus/client_golang v1.11.0 // indirect
13+
github.com/prometheus/client_golang v1.11.0
1414
github.com/sirupsen/logrus v1.8.1
1515
)

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMo
1919
github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ=
2020
github.com/go-chi/chi/v5 v5.0.3 h1:khYQBdPivkYG1s1TAzDQG1f6eX4kD2TItYVZexL5rS4=
2121
github.com/go-chi/chi/v5 v5.0.3/go.mod h1:DslCQbL2OYiznFReuXYUmQ2hGd1aDpCnlMNITLSKoi8=
22+
github.com/go-chi/chi/v5 v5.0.4 h1:5e494iHzsYBiyXQAHHuI4tyJS9M3V84OuX3ufIIGHFo=
23+
github.com/go-chi/chi/v5 v5.0.4/go.mod h1:DslCQbL2OYiznFReuXYUmQ2hGd1aDpCnlMNITLSKoi8=
2224
github.com/go-kit/kit v0.8.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as=
2325
github.com/go-kit/kit v0.9.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as=
2426
github.com/go-kit/log v0.1.0/go.mod h1:zbhenjAZHb184qTLMA9ZjW7ThYL0H2mk7Q6pNt4vbaY=

0 commit comments

Comments
 (0)