|
module maze.io/gate
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/GehirnInc/crypt v0.0.0-20190301055215-6c0105aabd46
|
|
github.com/ThalesIgnite/crypto11 v1.2.0 // indirect
|
|
github.com/c-bata/go-prompt v0.2.3
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/golang/protobuf v1.3.2
|
|
github.com/googollee/go-socket.io v1.4.2
|
|
github.com/gorilla/sessions v1.2.0
|
|
github.com/gorilla/websocket v1.4.1
|
|
github.com/hashicorp/golang-lru v0.5.3
|
|
github.com/hashicorp/hcl v1.0.0
|
|
github.com/hashicorp/mdns v1.0.1
|
|
github.com/hashicorp/memberlist v0.1.4
|
|
github.com/jmoiron/sqlx v1.2.0
|
|
github.com/labstack/echo-contrib v0.6.0
|
|
github.com/labstack/echo/v4 v4.1.10
|
|
github.com/mattn/go-runewidth v0.0.4 // indirect
|
|
github.com/mattn/go-sqlite3 v1.11.0
|
|
github.com/mattn/go-tty v0.0.0-20190424173100-523744f04859 // indirect
|
|
github.com/miekg/dns v1.0.14
|
|
github.com/mitchellh/mapstructure v1.1.2
|
|
github.com/natefinch/lumberjack v2.0.0+incompatible
|
|
github.com/pkg/term v0.0.0-20190109203006-aa71e9d9e942 // indirect
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/stretchr/testify v1.4.0
|
|
golang.org/x/crypto v0.0.0-20190911031432-227b76d455e7
|
|
golang.org/x/net v0.0.0-20190909003024-a7b16738d86b
|
|
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
|
|
golang.org/x/sync v0.0.0-20190423024810-112230192c58
|
|
golang.org/x/sys v0.0.0-20190911201528-7ad0cfa0b7b5
|
|
golang.org/x/text v0.3.2
|
|
google.golang.org/grpc v1.23.1
|
|
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
gopkg.in/ldap.v2 v2.5.1
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
|
|
layeh.com/radius v0.0.0-20190322222518-890bc1058917
|
|
maze.io/x/asciicast v1.0.1
|
|
maze.io/x/otp v0.0.0-20190910213007-b6cf3cc7246a
|
|
maze.io/x/secureshell v1.0.8
|
|
)
|