wide/go.mod

21 lines
847 B
Modula-2
Raw Normal View History

2019-12-01 15:21:00 +03:00
module github.com/88250/wide
2019-05-16 04:52:21 +03:00
go 1.12
require (
2019-12-01 15:21:00 +03:00
github.com/88250/gulu v0.0.0-20191129115942-f593513f6ed6
2019-08-06 07:04:27 +03:00
github.com/elazarl/goproxy v0.0.0-20190711103511-473e67f1d7d2 // indirect
github.com/elazarl/goproxy/ext v0.0.0-20190711103511-473e67f1d7d2 // indirect
2019-05-16 04:52:21 +03:00
github.com/fsnotify/fsnotify v1.4.7
2019-05-29 13:47:48 +03:00
github.com/gopherjs/gopherjs v0.0.0-20190430165422-3e4dfb77656c // indirect
2019-08-06 07:04:27 +03:00
github.com/gorilla/sessions v1.2.0
2019-05-29 13:47:48 +03:00
github.com/gorilla/websocket v1.4.0
2019-05-16 18:17:25 +03:00
github.com/moul/http2curl v1.0.0 // indirect
github.com/parnurzeal/gorequest v0.2.15
github.com/pkg/errors v0.8.1 // indirect
2019-08-06 07:04:27 +03:00
github.com/smartystreets/assertions v1.0.1 // indirect
github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337 // indirect
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80 // indirect
golang.org/x/sys v0.0.0-20190804053845-51ab0e2deafa // indirect
2019-05-16 04:52:21 +03:00
)