summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2020-01-24 22:34:09 -0600
committerkali kaneko (leap communications) <kali@leap.se>2020-01-24 22:35:54 -0600
commit1c9220e04016d035c3c688c315ceabe274f45dfc (patch)
tree796488fe592e117fd97781a018bc4b2060a0672d /go.mod
parentd3b21e5adc27cbb472e688b7c602e3bd721dec31 (diff)
initial sip implementation
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 11be102..55f4406 100644
--- a/go.mod
+++ b/go.mod
@@ -8,5 +8,7 @@ require (
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
)