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
33go 1.16
44
55require (
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)
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
1919github.com/fsnotify/fsnotify v1.4.9 /go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ =
2020github.com/go-chi/chi/v5 v5.0.3 h1:khYQBdPivkYG1s1TAzDQG1f6eX4kD2TItYVZexL5rS4 =
2121github.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 =
2224github.com/go-kit/kit v0.8.0 /go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as =
2325github.com/go-kit/kit v0.9.0 /go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as =
2426github.com/go-kit/log v0.1.0 /go.mod h1:zbhenjAZHb184qTLMA9ZjW7ThYL0H2mk7Q6pNt4vbaY =
You can’t perform that action at this time.
0 commit comments