gojs/go.mod

29 lines
789 B
Modula-2
Raw Permalink Normal View History

2024-06-26 12:04:45 +08:00
module apigo.cc/apigo/gojs
2024-02-17 12:55:08 +08:00
go 1.18
2024-02-17 12:55:08 +08:00
require (
2024-10-02 00:07:02 +08:00
github.com/dlclark/regexp2 v1.11.4
github.com/go-sourcemap/sourcemap v2.1.4+incompatible
github.com/google/pprof v0.0.0-20230207041349-798e818bf904
2024-10-02 14:05:52 +08:00
github.com/ssgo/dao v0.1.5
github.com/ssgo/db v1.7.9
2024-10-07 23:02:11 +08:00
github.com/ssgo/httpclient v1.7.8
2024-10-02 00:07:02 +08:00
github.com/ssgo/log v1.7.7
github.com/ssgo/tool v0.4.27
2024-10-07 23:02:11 +08:00
github.com/ssgo/u v1.7.9
golang.org/x/net v0.30.0
golang.org/x/text v0.19.0
2024-10-02 00:07:02 +08:00
gopkg.in/yaml.v3 v3.0.1
2024-02-17 12:55:08 +08:00
)
require (
2024-10-02 00:07:02 +08:00
filippo.io/edwards25519 v1.1.0 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/go-sql-driver/mysql v1.8.1 // indirect
2024-10-02 14:05:52 +08:00
github.com/mitchellh/mapstructure v1.5.0 // indirect
2024-10-02 00:07:02 +08:00
github.com/ssgo/config v1.7.7 // indirect
github.com/ssgo/standard v1.7.7 // indirect
2024-10-07 23:02:11 +08:00
golang.org/x/sys v0.26.0 // indirect
2024-02-17 12:55:08 +08:00
)