go.mod 568 B

1234567891011121314151617
  1. module git.swzry.com/ProjectNagae/saki-v0/modules/default_builtins
  2. go 1.21.6
  3. require (
  4. github.com/dop251/goja v0.0.0-20240220182346-e401ed450204
  5. github.com/vishvananda/netlink v1.1.0
  6. )
  7. require (
  8. github.com/dlclark/regexp2 v1.7.0 // indirect
  9. github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
  10. github.com/google/pprof v0.0.0-20230207041349-798e818bf904 // indirect
  11. github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df // indirect
  12. golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
  13. golang.org/x/text v0.3.8 // indirect
  14. )