-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
21 lines (20 loc) · 920 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/glasware/gateway
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/glasware/glas-core v0.0.0-20181231042440-f1895545e48b
github.com/gogo/protobuf v1.2.0
github.com/gorilla/websocket v1.4.0
github.com/justanotherorganization/l5424 v1.1.0
github.com/justanotherorganization/l5424/x5424 v1.1.0
github.com/labstack/echo v3.3.5+incompatible
github.com/labstack/gommon v0.2.8 // indirect
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.4 // indirect
github.com/pkg/errors v0.8.0
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.2.2 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v0.0.0-20170224212429-dcecefd839c4 // indirect
golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9 // indirect
golang.org/x/sys v0.0.0-20181228144115-9a3f9b0469bb // indirect
)