wide/go.mod

12 lines
284 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-01-18 09:18:08 +03:00
github.com/88250/gulu v0.0.0-20191221090949-7ec528e17061
2019-05-16 04:52:21 +03:00
github.com/fsnotify/fsnotify v1.4.7
2019-08-06 07:04:27 +03:00
github.com/gorilla/sessions v1.2.0
2020-01-18 09:18:08 +03:00
github.com/gorilla/websocket v1.4.1
golang.org/x/sys v0.0.0-20200117145432-59e60aa80a0c // indirect
2019-05-16 04:52:21 +03:00
)