26 lines
712 B
Modula-2
26 lines
712 B
Modula-2
module apigo.cc/cloud
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
apigo.cc/gojs v0.0.4
|
|
github.com/gorilla/websocket v1.5.3
|
|
github.com/ssgo/config v1.7.9
|
|
github.com/ssgo/httpclient v1.7.8
|
|
github.com/ssgo/log v1.7.7
|
|
github.com/ssgo/u v1.7.11
|
|
)
|
|
|
|
require (
|
|
github.com/dlclark/regexp2 v1.11.4 // indirect
|
|
github.com/fsnotify/fsnotify v1.8.0 // indirect
|
|
github.com/go-sourcemap/sourcemap v2.1.4+incompatible // indirect
|
|
github.com/google/pprof v0.0.0-20240409012703-83162a5b38cd // indirect
|
|
github.com/ssgo/standard v1.7.7 // indirect
|
|
github.com/ssgo/tool v0.4.27 // indirect
|
|
golang.org/x/net v0.31.0 // indirect
|
|
golang.org/x/sys v0.27.0 // indirect
|
|
golang.org/x/text v0.20.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|