This repository was archived by the owner on Jan 6, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ module nino.sh/api
3
3
go 1.16
4
4
5
5
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
9
9
github.com/graph-gophers/graphql-go v1.1.0
10
10
github.com/joho/godotenv v1.3.0
11
11
github.com/lib/pq v1.10.2
12
12
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
14
14
github.com/sirupsen/logrus v1.8.1
15
15
)
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMo
19
19
github.com/fsnotify/fsnotify v1.4.9 /go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ =
20
20
github.com/go-chi/chi/v5 v5.0.3 h1:khYQBdPivkYG1s1TAzDQG1f6eX4kD2TItYVZexL5rS4 =
21
21
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 =
22
24
github.com/go-kit/kit v0.8.0 /go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as =
23
25
github.com/go-kit/kit v0.9.0 /go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as =
24
26
github.com/go-kit/log v0.1.0 /go.mod h1:zbhenjAZHb184qTLMA9ZjW7ThYL0H2mk7Q6pNt4vbaY =
You can’t perform that action at this time.
0 commit comments