From ab1b69b3d04dddef7aa820651d970a678da98001 Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Wed, 19 Aug 2020 19:47:02 +0200 Subject: [pkg] go mod tidy --- go.mod | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 59d706c..f337020 100644 --- a/go.mod +++ b/go.mod @@ -3,18 +3,13 @@ module 0xacab.org/leap/vpnweb go 1.12 require ( - 0xacab.org/leap/bitmask-vpn v0.0.0-20191220193631-fc304c9181de // indirect 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/jordwest/mock-conn v0.0.0-20180617021051-4896c6bd1641 // indirect github.com/linxiaozhi/go-telnet v0.0.0-20190217183315-a500ff0c2efc - github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect - github.com/modern-go/reflect2 v1.0.1 // indirect + github.com/morganhein/go-telnet v0.0.0-20170418203611-14057699d821 // indirect github.com/prometheus/client_golang v1.4.0 - github.com/reiver/go-oi v1.0.0 // indirect - github.com/reiver/go-telnet v0.0.0-20180421082511-9ff0b2ab096e github.com/smartystreets/goconvey v1.6.4 // indirect github.com/urfave/negroni v1.0.0 // indirect ) -- cgit v1.2.3