forked from antoniomika/sish
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
25 lines (23 loc) · 1.01 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
module github.com/vickeykumar/sish-lb
require (
github.com/fsnotify/fsnotify v1.4.7
github.com/gin-contrib/sse v0.1.0 // indirect
github.com/gin-gonic/gin v1.4.0
github.com/golang/protobuf v1.3.2 // indirect
github.com/gorilla/websocket v1.4.1
github.com/jpillora/ipfilter v1.0.0
github.com/json-iterator/go v1.1.8 // indirect
github.com/koding/websocketproxy v0.0.0-20181220232114-7ed82d81a28c
github.com/logrusorgru/aurora v0.0.0-20191116043053-66b7ad493a23
github.com/mattn/go-isatty v0.0.10 // indirect
github.com/mikesmitty/edkey v0.0.0-20170222072505-3356ea4e686a
github.com/nsf/gocode v0.0.0-20190302080247-5bee97b48836 // indirect
github.com/oschwald/maxminddb-golang v1.5.0 // indirect
github.com/pires/go-proxyproto v0.0.0-20190615163442-2c19fd512994
github.com/ugorji/go v1.1.7 // indirect
github.com/natefinch/lumberjack v2.0.0+incompatible
golang.org/x/crypto v0.0.0-20191108234033-bd318be0434a
golang.org/x/sys v0.0.0-20191105231009-c1f44814a5cd // indirect
gopkg.in/yaml.v2 v2.2.5 // indirect
)
go 1.13