chore: infrastructure alignment
This commit is contained in:
parent
b1b000d9a3
commit
190a864b36
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1,3 @@
|
||||
.log.meta.json
|
||||
|
||||
.ai/
|
||||
|
||||
20
go.mod
20
go.mod
@ -3,20 +3,20 @@ module apigo.cc/go/redis
|
||||
go 1.25.0
|
||||
|
||||
require (
|
||||
apigo.cc/go/cast v1.2.8
|
||||
apigo.cc/go/config v1.0.6
|
||||
apigo.cc/go/crypto v1.0.5
|
||||
apigo.cc/go/encoding v1.0.5
|
||||
apigo.cc/go/id v1.0.5
|
||||
apigo.cc/go/log v1.1.13
|
||||
apigo.cc/go/safe v1.0.5
|
||||
apigo.cc/go/cast v1.2.10
|
||||
apigo.cc/go/config v1.0.8
|
||||
apigo.cc/go/crypto v1.1.1
|
||||
apigo.cc/go/encoding v1.1.2
|
||||
apigo.cc/go/id v1.0.7
|
||||
apigo.cc/go/log v1.1.10
|
||||
apigo.cc/go/safe v1.0.7
|
||||
github.com/gomodule/redigo v1.9.3
|
||||
)
|
||||
|
||||
require (
|
||||
apigo.cc/go/file v1.0.6 // indirect
|
||||
apigo.cc/go/rand v1.0.5 // indirect
|
||||
apigo.cc/go/shell v1.0.5 // indirect
|
||||
apigo.cc/go/file v1.0.8 // indirect
|
||||
apigo.cc/go/rand v1.0.6 // indirect
|
||||
apigo.cc/go/shell v1.0.6 // indirect
|
||||
github.com/stretchr/testify v1.11.1 // indirect
|
||||
golang.org/x/crypto v0.50.0 // indirect
|
||||
golang.org/x/sys v0.43.0 // indirect
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user