gojs/go.mod

28 lines
757 B
Modula-2
Raw Permalink Normal View History

2024-10-10 16:44:10 +08:00
module apigo.cc/gojs
2025-09-11 23:32:54 +08:00
go 1.24.0
2024-10-10 16:44:10 +08:00
require (
2025-11-30 21:28:09 +08:00
github.com/Masterminds/semver/v3 v3.2.1
2025-06-25 22:48:59 +08:00
github.com/dlclark/regexp2 v1.11.5
2025-11-30 21:28:09 +08:00
github.com/dop251/base64dec v0.0.0-20231022112746-c6c9f9a96217
2024-10-10 16:44:10 +08:00
github.com/go-sourcemap/sourcemap v2.1.4+incompatible
2025-09-11 23:32:54 +08:00
github.com/google/pprof v0.0.0-20250903194437-c28834ac2320
github.com/ssgo/log v1.7.11
2025-06-25 22:48:59 +08:00
github.com/ssgo/tool v0.4.29
2025-09-11 23:32:54 +08:00
github.com/ssgo/u v1.7.23
2025-11-30 21:28:09 +08:00
go.uber.org/goleak v1.3.0
2025-12-12 21:19:26 +08:00
golang.org/x/net v0.48.0
golang.org/x/text v0.32.0
2025-11-30 21:28:09 +08:00
gopkg.in/yaml.v2 v2.4.0
2024-10-10 16:44:10 +08:00
)
require (
2025-06-25 22:48:59 +08:00
github.com/fsnotify/fsnotify v1.9.0 // indirect
2025-11-30 21:28:09 +08:00
github.com/kr/text v0.2.0 // indirect
2025-09-11 23:32:54 +08:00
github.com/ssgo/config v1.7.10 // indirect
github.com/ssgo/standard v1.7.8 // indirect
2025-12-12 21:19:26 +08:00
golang.org/x/sys v0.39.0 // indirect
2024-10-10 16:44:10 +08:00
gopkg.in/yaml.v3 v3.0.1 // indirect
)