chore: infrastructure alignment
This commit is contained in:
parent
de52abb07f
commit
b836f07e36
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1,3 @@
|
||||
.log.meta.json
|
||||
|
||||
.ai/
|
||||
|
||||
22
go.mod
22
go.mod
@ -3,22 +3,22 @@ module apigo.cc/go/discover
|
||||
go 1.25.0
|
||||
|
||||
require (
|
||||
apigo.cc/go/cast v1.2.8
|
||||
apigo.cc/go/config v1.0.7
|
||||
apigo.cc/go/cast v1.2.10
|
||||
apigo.cc/go/config v1.0.8
|
||||
apigo.cc/go/http v1.0.10
|
||||
apigo.cc/go/id v1.0.5
|
||||
apigo.cc/go/log v1.1.13
|
||||
apigo.cc/go/redis v1.0.7
|
||||
apigo.cc/go/id v1.0.7
|
||||
apigo.cc/go/log v1.1.10
|
||||
apigo.cc/go/redis v1.0.9
|
||||
github.com/gorilla/websocket v1.5.3
|
||||
)
|
||||
|
||||
require (
|
||||
apigo.cc/go/crypto v1.1.0 // indirect
|
||||
apigo.cc/go/encoding v1.1.1 // indirect
|
||||
apigo.cc/go/file v1.0.7 // indirect
|
||||
apigo.cc/go/rand v1.0.5 // indirect
|
||||
apigo.cc/go/safe v1.0.5 // indirect
|
||||
apigo.cc/go/shell v1.0.5 // indirect
|
||||
apigo.cc/go/crypto v1.1.1 // indirect
|
||||
apigo.cc/go/encoding v1.1.2 // indirect
|
||||
apigo.cc/go/file v1.0.8 // indirect
|
||||
apigo.cc/go/rand v1.0.6 // indirect
|
||||
apigo.cc/go/safe v1.0.7 // indirect
|
||||
apigo.cc/go/shell v1.0.6 // indirect
|
||||
github.com/gomodule/redigo v1.9.3 // indirect
|
||||
golang.org/x/crypto v0.51.0 // indirect
|
||||
golang.org/x/net v0.54.0 // indirect
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user