wide/go.mod

21 lines
875 B
Modula-2
Raw Normal View History

2019-05-16 04:52:21 +03:00
module github.com/b3log/wide
go 1.12
require (
2019-05-29 13:47:48 +03:00
github.com/b3log/gulu v0.0.0-20190529081049-e1613607f28c
2019-05-16 18:17:25 +03:00
github.com/elazarl/goproxy v0.0.0-20190421051319-9d40249d3c2f // indirect
github.com/elazarl/goproxy/ext v0.0.0-20190421051319-9d40249d3c2f // 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
github.com/gorilla/sessions v1.1.3
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-05-29 13:47:48 +03:00
github.com/smartystreets/assertions v0.0.0-20190401211740-f487f9de1cd3 // indirect
2019-05-16 18:17:25 +03:00
github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // indirect
2019-05-24 16:04:25 +03:00
golang.org/x/net v0.0.0-20190522155817-f3200d17e092 // indirect
2019-05-29 13:47:48 +03:00
golang.org/x/sys v0.0.0-20190529085034-854af27f14a7 // indirect
2019-05-16 04:52:21 +03:00
)