update packages
This commit is contained in:
parent
9546a0b4f3
commit
e1dc87d733
8
go.mod
8
go.mod
@ -3,17 +3,17 @@ module apigo.cc/gojs/service
|
||||
go 1.18
|
||||
|
||||
require (
|
||||
apigo.cc/gojs v0.0.2
|
||||
apigo.cc/gojs v0.0.3
|
||||
apigo.cc/gojs/console v0.0.1
|
||||
apigo.cc/gojs/http v0.0.3
|
||||
apigo.cc/gojs/util v0.0.2
|
||||
github.com/gorilla/websocket v1.5.3
|
||||
github.com/ssgo/config v1.7.7
|
||||
github.com/ssgo/config v1.7.8
|
||||
github.com/ssgo/discover v1.7.9
|
||||
github.com/ssgo/httpclient v1.7.8
|
||||
github.com/ssgo/log v1.7.7
|
||||
github.com/ssgo/redis v1.7.7
|
||||
github.com/ssgo/s v1.7.16
|
||||
github.com/ssgo/s v1.7.17
|
||||
github.com/ssgo/standard v1.7.7
|
||||
github.com/ssgo/u v1.7.9
|
||||
)
|
||||
@ -31,7 +31,7 @@ require (
|
||||
github.com/shoenig/go-m1cpu v0.1.6 // indirect
|
||||
github.com/ssgo/tool v0.4.27 // indirect
|
||||
github.com/tklauser/go-sysconf v0.3.14 // indirect
|
||||
github.com/tklauser/numcpus v0.8.0 // indirect
|
||||
github.com/tklauser/numcpus v0.9.0 // indirect
|
||||
github.com/yusufpapurcu/wmi v1.2.4 // indirect
|
||||
golang.org/x/net v0.30.0 // indirect
|
||||
golang.org/x/sys v0.26.0 // indirect
|
||||
|
Loading…
Reference in New Issue
Block a user