chore: align dependencies
This commit is contained in:
parent
b1deb8a02b
commit
bba1aa6712
14
go.mod
14
go.mod
@ -3,18 +3,18 @@ module apigo.cc/go/http
|
||||
go 1.25.0
|
||||
|
||||
require (
|
||||
apigo.cc/go/cast v1.2.6
|
||||
apigo.cc/go/encoding v1.0.4
|
||||
apigo.cc/go/file v1.0.5
|
||||
apigo.cc/go/log v1.1.4
|
||||
apigo.cc/go/cast v1.2.7
|
||||
apigo.cc/go/encoding v1.0.5
|
||||
apigo.cc/go/file v1.0.6
|
||||
apigo.cc/go/log v1.1.5
|
||||
apigo.cc/go/rand v1.0.5
|
||||
golang.org/x/net v0.53.0
|
||||
)
|
||||
|
||||
require (
|
||||
apigo.cc/go/config v1.0.5 // indirect
|
||||
apigo.cc/go/safe v1.0.4 // indirect
|
||||
apigo.cc/go/shell v1.0.4 // indirect
|
||||
apigo.cc/go/config v1.0.6 // indirect
|
||||
apigo.cc/go/safe v1.0.5 // indirect
|
||||
apigo.cc/go/shell v1.0.5 // indirect
|
||||
golang.org/x/crypto v0.50.0 // indirect
|
||||
golang.org/x/sys v0.43.0 // indirect
|
||||
golang.org/x/text v0.36.0 // indirect
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user