fix: error lint
This commit is contained in:
5
go.mod
5
go.mod
@@ -3,8 +3,6 @@ module git.ipao.vip/rogeecn/atom
|
||||
go 1.22
|
||||
|
||||
require (
|
||||
github.com/atom-providers/config v0.0.0-20230801062037-db91396e3287
|
||||
github.com/brianvoe/gofakeit/v6 v6.23.0
|
||||
github.com/pkg/errors v0.9.1
|
||||
github.com/rogeecn/atom v1.0.4
|
||||
github.com/rogeecn/gen v1.0.15
|
||||
@@ -12,7 +10,6 @@ require (
|
||||
github.com/spf13/viper v1.16.0
|
||||
go.uber.org/dig v1.17.0
|
||||
golang.org/x/crypto v0.11.0
|
||||
gorm.io/gorm v1.25.2
|
||||
)
|
||||
|
||||
require (
|
||||
@@ -29,8 +26,6 @@ require (
|
||||
github.com/goccy/go-json v0.10.2 // indirect
|
||||
github.com/hashicorp/hcl v1.0.0 // indirect
|
||||
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
||||
github.com/jinzhu/inflection v1.0.0 // indirect
|
||||
github.com/jinzhu/now v1.1.5 // indirect
|
||||
github.com/json-iterator/go v1.1.12 // indirect
|
||||
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
|
||||
github.com/leodido/go-urn v1.2.4 // indirect
|
||||
|
||||
Reference in New Issue
Block a user