-
Notifications
You must be signed in to change notification settings - Fork 20
/
go.mod
59 lines (55 loc) · 2.44 KB
/
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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
module myitcv.io
go 1.22.0
require (
cuelang.org/go v0.0.11
github.com/Quasilyte/inltest v0.7.0
github.com/golang/protobuf v1.2.0
github.com/google/go-github/v21 v21.0.0
github.com/gopherjs/gopherjs v0.0.0-20180628210949-0892b62f0d9f
github.com/gopherjs/jsbuiltin v0.0.0-20180426082241-50091555e127
github.com/jteeuwen/go-bindata v3.0.7+incompatible
github.com/kisielk/gotool v1.0.0
github.com/kr/fs v0.1.0
github.com/myitcv/gobin v0.0.8
github.com/myitcv/vbash v0.0.2
github.com/rogpeppe/go-internal v1.2.2
github.com/russross/blackfriday v1.5.1
github.com/sclevine/agouti v3.0.0+incompatible
golang.org/x/net v0.0.0-20190311183353-d8887717615a
golang.org/x/oauth2 v0.0.0-20181017192945-9dcd33a902f4
golang.org/x/tools v0.0.0-20190328211700-ab21143f2384
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
gopkg.in/fsnotify/fsnotify.v1 v1.4.7
honnef.co/go/js/dom v0.0.0-20180323154144-6da835bec70f
honnef.co/go/js/xhr v0.0.0-20150307031022-00e3346113ae
mvdan.cc/sh v2.6.0+incompatible
)
require (
github.com/cockroachdb/apd/v2 v2.0.1 // indirect
github.com/fsnotify/fsnotify v1.4.7 // indirect
github.com/ghodss/yaml v1.0.0 // indirect
github.com/google/go-querystring v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/kr/text v0.1.0 // indirect
github.com/mpvl/unique v0.0.0-20150818121801-cbe035fff7de // indirect
github.com/neelance/astrewrite v0.0.0-20160511093645-99348263ae86 // indirect
github.com/neelance/sourcemap v0.0.0-20151028013722-8c68805598ab // indirect
github.com/onsi/ginkgo v1.7.0 // indirect
github.com/onsi/gomega v1.4.3 // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/shurcooL/httpfs v0.0.0-20181222201310-74dc9339e414 // indirect
github.com/shurcooL/vfsgen v0.0.0-20180915214035-33ae1944be3f // indirect
github.com/spf13/cobra v0.0.3 // indirect
github.com/spf13/pflag v1.0.3 // indirect
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 // indirect
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a // indirect
golang.org/x/text v0.3.2 // indirect
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7 // indirect
google.golang.org/appengine v1.1.0 // indirect
gopkg.in/errgo.v2 v2.1.0 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
honnef.co/go/js/util v0.0.0-20150216223935-96b8dd9d1621 // indirect
mvdan.cc/sh/v3 v3.0.0-alpha1 // indirect
)
replace github.com/gopherjs/gopherjs => github.com/myitcv/gopherjs v1.12.0