wide/go.mod

14 lines
389 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/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
golang.org/x/crypto v0.0.0-20200406173513-056763e48d71 // indirect
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect
golang.org/x/sys v0.0.0-20200408040146-ea54a3c99b9b // indirect
2019-05-16 04:52:21 +03:00
)