summaryrefslogtreecommitdiff
path: root/go.mod
blob: 55f44067a137bb46c86a3158b557adc55454a5c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module 0xacab.org/leap/vpnweb

go 1.12

require (
	github.com/auth0/go-jwt-middleware v0.0.0-20190805220309-36081240882b
	github.com/codegangsta/inject v0.0.0-20150114235600-33e0aa1cb7c0 // indirect
	github.com/dgrijalva/jwt-go v3.2.0+incompatible
	github.com/go-martini/martini v0.0.0-20170121215854-22fa46961aab // indirect
	github.com/gorilla/mux v1.7.3 // indirect
	github.com/reiver/go-oi v1.0.0 // indirect
	github.com/reiver/go-telnet v0.0.0-20180421082511-9ff0b2ab096e
	github.com/urfave/negroni v1.0.0 // indirect
)