wide/go.mod

18 lines
571 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 (
2020-04-09 08:14:08 +03:00
github.com/88250/gulu v1.1.0
github.com/elazarl/goproxy v0.0.0-20200426045556-49ad98f6dac1 // indirect
2020-04-09 08:14:08 +03:00
github.com/fsnotify/fsnotify v1.4.9
2019-08-06 07:04:27 +03:00
github.com/gorilla/sessions v1.2.0
2020-04-09 08:14:08 +03:00
github.com/gorilla/websocket v1.4.2
github.com/parnurzeal/gorequest v0.2.16
github.com/pkg/errors v0.9.1 // indirect
github.com/smartystreets/goconvey v1.6.4 // indirect
2020-04-09 08:14:08 +03:00
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect
golang.org/x/sys v0.0.0-20200408040146-ea54a3c99b9b // indirect
moul.io/http2curl v1.0.0 // indirect
2019-05-16 04:52:21 +03:00
)