feat: null_safety test
This commit is contained in:
10
go.mod
10
go.mod
@@ -2,14 +2,12 @@ module gormlint
|
||||
|
||||
go 1.23.2
|
||||
|
||||
require golang.org/x/tools v0.28.0
|
||||
require (
|
||||
github.com/fatih/structtag v1.2.0
|
||||
golang.org/x/tools v0.28.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/fatih/color v1.18.0 // indirect
|
||||
github.com/fatih/structtag v1.2.0 // indirect
|
||||
github.com/mattn/go-colorable v0.1.13 // indirect
|
||||
github.com/mattn/go-isatty v0.0.20 // indirect
|
||||
golang.org/x/mod v0.22.0 // indirect
|
||||
golang.org/x/sync v0.10.0 // indirect
|
||||
golang.org/x/sys v0.28.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user