2019-05-16 04:52:21 +03:00
|
|
|
module github.com/b3log/wide
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
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
|
|
|
|
github.com/gorilla/context v0.0.0-20141217160251-215affda49ad // indirect
|
|
|
|
github.com/gorilla/securecookie v0.0.0-20150327155805-8e98dd730fc4 // indirect
|
|
|
|
github.com/gorilla/sessions v0.0.0-20150417174705-f61c3ec2cf65
|
|
|
|
github.com/gorilla/websocket v0.0.0-20150530030352-a3ec486e6a7a
|
|
|
|
github.com/hashicorp/go-version v1.2.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
|
|
|
|
github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // indirect
|
|
|
|
golang.org/x/net v0.0.0-20190514140710-3ec191127204 // indirect
|
2019-05-16 04:52:21 +03:00
|
|
|
golang.org/x/sys v0.0.0-20190515190549-87c872767d25 // indirect
|
|
|
|
golang.org/x/text v0.3.2
|
|
|
|
)
|