@@ -8,10 +8,8 @@ require (
88 github.com/go-errors/errors v1.4.2
99 github.com/go-sql-driver/mysql v1.7.0
1010 github.com/golang-migrate/migrate/v4 v4.16.2
11- github.com/golangci/golangci-lint v1.54.2
1211 github.com/google/uuid v1.6.0
1312 github.com/jellydator/ttlcache/v3 v3.0.0
14- github.com/jstemmer/go-junit-report/v2 v2.0.0-beta1
1513 github.com/redis/go-redis/v9 v9.0.2
1614 github.com/stretchr/testify v1.9.0
1715 go.opentelemetry.io/otel v1.31.0
@@ -38,7 +36,9 @@ require (
3836 github.com/curioswitch/go-reassign v0.2.0 // indirect
3937 github.com/dustin/go-humanize v1.0.1 // indirect
4038 github.com/firefart/nonamedreturns v1.0.4 // indirect
39+ github.com/golangci/golangci-lint v1.54.2 // indirect
4140 github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 // indirect
41+ github.com/jstemmer/go-junit-report/v2 v2.0.0-beta1 // indirect
4242 github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
4343 github.com/kkHAIKE/contextcheck v1.1.4 // indirect
4444 github.com/lufeee/execinquery v1.2.1 // indirect
@@ -229,3 +229,8 @@ require (
229229 go.opentelemetry.io/otel/sdk v1.31.0
230230 gopkg.in/yaml.v3 v3.0.1 // indirect
231231)
232+
233+ tool (
234+ github.com/golangci/golangci-lint/cmd/golangci-lint
235+ github.com/jstemmer/go-junit-report/v2
236+ )
0 commit comments