🌐 AI搜索 & 代理 主页
blob: faa94f0700a835c7bb3c79f663795153b00d1761 [file] [log] [blame] [edit]
module github.com/gopherjs/gopherjs
go 1.18
require (
github.com/evanw/esbuild v0.25.4
github.com/fsnotify/fsnotify v1.5.1
github.com/google/go-cmp v0.5.8
github.com/msvitok77/goembed v0.3.5
github.com/neelance/astrewrite v0.0.0-20160511093645-99348263ae86
github.com/neelance/sourcemap v0.0.0-20200213170602-2833bce08e4c
github.com/shurcooL/go v0.0.0-20200502201357-93f07166e636
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.9.1
github.com/spf13/pflag v1.0.6
golang.org/x/sync v0.5.0
golang.org/x/sys v0.10.0
golang.org/x/term v0.0.0-20220411215600-e5f449aeb171
golang.org/x/tools v0.16.0
)
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
golang.org/x/mod v0.14.0 // indirect
)