-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathgo.mod
24 lines (22 loc) · 909 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
24
module github.com/dave/jsgo
go 1.12
require (
cloud.google.com/go/datastore v1.0.0
cloud.google.com/go/storage v1.4.0
github.com/dave/frizz v0.0.0-20181022080000-c1df23557613
github.com/dave/jennifer v1.4.0
github.com/dave/patsy v0.0.0-20170606133301-2245ba804d71
github.com/dave/play v0.0.0-20180927083150-0d1bd3827742
github.com/dave/services v0.1.1
github.com/dave/stablegob v1.0.0
github.com/dustin/go-humanize v1.0.0
github.com/gopherjs/gopherjs v0.0.0-20191106031601-ce3c9ade29de
github.com/gorilla/websocket v1.4.1
github.com/neelance/sourcemap v0.0.0-20151028013722-8c68805598ab
github.com/shurcooL/httpgzip v0.0.0-20190720172056-320755c1c1b0
golang.org/x/net v0.0.0-20191204025024-5ee1b9f4859a
golang.org/x/tools v0.0.0-20191115202509-3a792d9c32b2
gopkg.in/src-d/go-billy-siva.v4 v4.6.0 // indirect
gopkg.in/src-d/go-billy.v4 v4.3.2
gopkg.in/src-d/go-git.v4 v4.13.1 // indirect
)