27 lines
787 B
Modula-2
27 lines
787 B
Modula-2
module apigo.cc/gojs/util
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
apigo.cc/gojs v0.0.4
|
|
github.com/ZZMarquis/gm v1.3.2
|
|
github.com/emmansun/gmsm v0.29.2
|
|
github.com/obscuren/ecies v0.0.0-20150213224233-7c0f4a9b18d9
|
|
github.com/ssgo/u v1.7.11
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
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-20230207041349-798e818bf904 // indirect
|
|
github.com/ssgo/config v1.7.9 // indirect
|
|
github.com/ssgo/log v1.7.7 // indirect
|
|
github.com/ssgo/standard v1.7.7 // indirect
|
|
github.com/ssgo/tool v0.4.27 // indirect
|
|
golang.org/x/crypto v0.29.0 // indirect
|
|
golang.org/x/sys v0.27.0 // indirect
|
|
golang.org/x/text v0.20.0 // indirect
|
|
)
|