Skip to content

Commit 92958a3

Browse files
author
Harry Harpham
committed
Add OSSH
1 parent d255e7d commit 92958a3

File tree

6 files changed

+449
-17
lines changed

6 files changed

+449
-17
lines changed

go.mod

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ require (
3838
github.com/getlantern/multipath v0.0.0-20201027015000-69ed0bd15259
3939
github.com/getlantern/netx v0.0.0-20201229185957-3fadd2c8f5ba
4040
github.com/getlantern/ops v0.0.0-20200403153110-8476b16edcd6
41+
github.com/getlantern/ossh v0.0.0-20210519185810-21c9fdb2cd03
4142
github.com/getlantern/packetforward v0.0.0-20201001150407-c68a447b0360
4243
github.com/getlantern/pcapper v0.0.0-20181212174440-a8b1a3ff0cde
4344
github.com/getlantern/proxy v0.0.0-20201001032732-eefd72879266
@@ -67,14 +68,15 @@ require (
6768
github.com/mikioh/tcpinfo v0.0.0-20180831101334-131b59fef27f // indirect
6869
github.com/mikioh/tcpopt v0.0.0-20180707144150-7178f18b4ea8 // indirect
6970
github.com/mitchellh/panicwrap v1.0.0
70-
github.com/prometheus/client_golang v1.7.1
71+
github.com/prometheus/client_golang v1.9.0
7172
github.com/refraction-networking/utls v0.0.0-20200729012536-186025ac7b77
7273
github.com/siddontang/go v0.0.0-20180604090527-bdc77568d726
7374
github.com/spaolacci/murmur3 v1.1.0
7475
github.com/stretchr/testify v1.7.0
7576
github.com/vharitonsky/iniflags v0.0.0-20180513140207-a33cd0b5f3de
7677
github.com/xtaci/smux v1.5.15-0.20200704123958-f7188026ba01
77-
golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4
78+
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
79+
golang.org/x/net v0.0.0-20210414194228-064579744ee0
7880
google.golang.org/api v0.43.0
7981
gopkg.in/redis.v5 v5.2.9
8082
)

0 commit comments

Comments
 (0)