-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathgo.mod
23 lines (20 loc) · 880 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/gopherjs/gopherjs.github.io/playground
go 1.17
require (
github.com/gopherjs/gopherjs v1.18.0-beta1
github.com/neelance/go-angularjs v0.0.0-20170205214111-8c6312cca6e2
github.com/sirupsen/logrus v1.8.1
golang.org/x/tools v0.1.12
honnef.co/go/js/dom v0.0.0-20210725211120-f030747120f2
honnef.co/go/js/xhr v0.0.0-20150307031022-00e3346113ae
)
require (
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/neelance/astrewrite v0.0.0-20160511093645-99348263ae86 // indirect
github.com/neelance/sourcemap v0.0.0-20200213170602-2833bce08e4c // indirect
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749 // indirect
github.com/stretchr/testify v1.7.0 // indirect
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
gopkg.in/yaml.v3 v3.0.0 // indirect
honnef.co/go/js/util v0.0.0-20150216223935-96b8dd9d1621 // indirect
)