@@ -5,21 +5,19 @@ go 1.21
5
5
require (
6
6
github.com/deepmap/oapi-codegen v1.16.3
7
7
github.com/ethereum/go-ethereum v1.13.15
8
- github.com/getkin/kin-openapi v0.118.0
9
8
github.com/go-chi/chi/v5 v5.0.11
10
9
github.com/go-chi/cors v1.2.1
11
10
github.com/golangci/golangci-lint v1.55.1
12
11
github.com/google/uuid v1.6.0
13
12
github.com/iden3/go-circuits/v2 v2.4.0
14
13
github.com/iden3/go-iden3-auth/v2 v2.5.0
15
- github.com/iden3/go-iden3-core/v2 v2.3.1
14
+ github.com/iden3/go-iden3-core/v2 v2.3.2
16
15
github.com/iden3/go-jwz/v2 v2.2.0
17
16
github.com/iden3/go-schema-processor/v2 v2.5.0
18
17
github.com/iden3/iden3comm/v2 v2.6.0
19
18
github.com/ipfs/go-ipfs-api v0.7.0
20
19
github.com/joho/godotenv v1.5.1
21
20
github.com/kelseyhightower/envconfig v1.4.0
22
- github.com/labstack/echo/v4 v4.11.4
23
21
github.com/oapi-codegen/runtime v1.1.1
24
22
github.com/patrickmn/go-cache v2.1.0+incompatible
25
23
github.com/piprate/json-gold v0.5.1-0.20230111113000-6ddbe6e6f19f
@@ -86,6 +84,7 @@ require (
86
84
github.com/firefart/nonamedreturns v1.0.4 // indirect
87
85
github.com/fsnotify/fsnotify v1.7.0 // indirect
88
86
github.com/fzipp/gocyclo v0.6.0 // indirect
87
+ github.com/getkin/kin-openapi v0.118.0 // indirect
89
88
github.com/ghostiam/protogetter v0.2.3 // indirect
90
89
github.com/go-critic/go-critic v0.9.0 // indirect
91
90
github.com/go-ole/go-ole v1.3.0 // indirect
@@ -148,7 +147,6 @@ require (
148
147
github.com/kulti/thelper v0.6.3 // indirect
149
148
github.com/kunwardeep/paralleltest v1.0.8 // indirect
150
149
github.com/kyoh86/exportloopref v0.1.11 // indirect
151
- github.com/labstack/gommon v0.4.2 // indirect
152
150
github.com/ldez/gomoddirectives v0.2.3 // indirect
153
151
github.com/ldez/tagliatelle v0.5.0 // indirect
154
152
github.com/leonklingele/grouper v1.1.1 // indirect
@@ -249,8 +247,6 @@ require (
249
247
github.com/ultraware/funlen v0.1.0 // indirect
250
248
github.com/ultraware/whitespace v0.0.5 // indirect
251
249
github.com/uudashr/gocognit v1.1.2 // indirect
252
- github.com/valyala/bytebufferpool v1.0.0 // indirect
253
- github.com/valyala/fasttemplate v1.2.2 // indirect
254
250
github.com/xen0n/gosmopolitan v1.2.2 // indirect
255
251
github.com/yagipy/maintidx v1.0.0 // indirect
256
252
github.com/yeya24/promlinter v0.2.0 // indirect
0 commit comments