@@ -8,10 +8,8 @@ require (
8
8
github.com/go-errors/errors v1.4.2
9
9
github.com/go-sql-driver/mysql v1.7.0
10
10
github.com/golang-migrate/migrate/v4 v4.16.2
11
- github.com/golangci/golangci-lint v1.54.2
12
11
github.com/google/uuid v1.6.0
13
12
github.com/jellydator/ttlcache/v3 v3.0.0
14
- github.com/jstemmer/go-junit-report/v2 v2.0.0-beta1
15
13
github.com/redis/go-redis/v9 v9.0.2
16
14
github.com/stretchr/testify v1.9.0
17
15
go.opentelemetry.io/otel v1.31.0
@@ -38,7 +36,9 @@ require (
38
36
github.com/curioswitch/go-reassign v0.2.0 // indirect
39
37
github.com/dustin/go-humanize v1.0.1 // indirect
40
38
github.com/firefart/nonamedreturns v1.0.4 // indirect
39
+ github.com/golangci/golangci-lint v1.54.2 // indirect
41
40
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 // indirect
41
+ github.com/jstemmer/go-junit-report/v2 v2.0.0-beta1 // indirect
42
42
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
43
43
github.com/kkHAIKE/contextcheck v1.1.4 // indirect
44
44
github.com/lufeee/execinquery v1.2.1 // indirect
@@ -229,3 +229,8 @@ require (
229
229
go.opentelemetry.io/otel/sdk v1.31.0
230
230
gopkg.in/yaml.v3 v3.0.1 // indirect
231
231
)
232
+
233
+ tool (
234
+ github.com/golangci/golangci-lint/cmd/golangci-lint
235
+ github.com/jstemmer/go-junit-report/v2
236
+ )
0 commit comments