-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathgo.mod
21 lines (19 loc) · 853 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/calebdoxsey/tutorials
require (
cloud.google.com/go v0.36.0
github.com/Shopify/sysv_mq v0.0.0-20181115095215-ed2aeada8228
github.com/edsrzf/mmap-go v1.0.0
github.com/google/uuid v1.1.1
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e
github.com/gorilla/sessions v1.1.3
github.com/gorilla/websocket v1.4.0
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d
github.com/julienschmidt/httprouter v1.2.0
github.com/stretchr/testify v1.2.2
golang.org/x/crypto v0.0.0-20190227175134-215aa809caaf
golang.org/x/net v0.0.0-20190227160552-c95aed5357e7
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421
golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6
google.golang.org/appengine v1.4.0
)
replace github.com/gopherjs/gopherjs => github.com/badgerodon/gopherjs v0.0.0-20190227155943-3928b9b7f382