-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into myles/track-connected
- Loading branch information
Showing
2 changed files
with
99 additions
and
168 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,46 @@ | ||
module github.com/getlantern/fronted | ||
|
||
go 1.22.3 | ||
go 1.22.6 | ||
|
||
toolchain go1.23.3 | ||
|
||
require ( | ||
github.com/getlantern/golog v0.0.0-20190830074920-4ef2e798c2d7 | ||
github.com/getlantern/keyman v0.0.0-20180207174507-f55e7280e93a | ||
github.com/getlantern/netx v0.0.0-20210806160745-b824e2cad607 | ||
github.com/getlantern/ops v0.0.0-20230424193308-26325dfed3cf | ||
github.com/getlantern/tlsdialer/v3 v3.0.0 | ||
github.com/getlantern/eventual/v2 v2.0.2 | ||
github.com/getlantern/golog v0.0.0-20230503153817-8e72de7e0a65 | ||
github.com/getlantern/keyman v0.0.0-20200819205636-76fef27c39f1 | ||
github.com/getlantern/netx v0.0.0-20240814210628-0984f52e2d18 | ||
github.com/getlantern/ops v0.0.0-20231025133620-f368ab734534 | ||
github.com/getlantern/tlsdialer/v3 v3.0.4 | ||
github.com/getlantern/waitforserver v1.0.1 | ||
github.com/refraction-networking/utls v1.3.3 | ||
github.com/stretchr/testify v1.8.2 | ||
github.com/refraction-networking/utls v1.6.7 | ||
github.com/stretchr/testify v1.8.4 | ||
) | ||
|
||
require ( | ||
github.com/andybalholm/brotli v1.0.6 // indirect | ||
github.com/cloudflare/circl v1.3.7 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/gaukas/godicttls v0.0.3 // indirect | ||
github.com/getlantern/byteexec v0.0.0-20170405023437-4cfb26ec74f4 // indirect | ||
github.com/getlantern/context v0.0.0-20220418194847-3d5e7a086201 // indirect | ||
github.com/getlantern/elevate v0.0.0-20200430163644-2881a121236d // indirect | ||
github.com/getlantern/errors v1.0.3 // indirect | ||
github.com/getlantern/filepersist v0.0.0-20160317154340-c5f0cd24e799 // indirect | ||
github.com/getlantern/hex v0.0.0-20190417191902-c6586a6fe0b7 // indirect | ||
github.com/getlantern/hidden v0.0.0-20190325191715-f02dbb02be55 // indirect | ||
github.com/getlantern/hex v0.0.0-20220104173244-ad7e4b9194dc // indirect | ||
github.com/getlantern/hidden v0.0.0-20220104173330-f221c5a24770 // indirect | ||
github.com/getlantern/iptool v0.0.0-20230112135223-c00e863b2696 // indirect | ||
github.com/getlantern/mtime v0.0.0-20200417132445-23682092d1f7 // indirect | ||
github.com/go-logr/logr v1.2.3 // indirect | ||
github.com/go-logr/logr v1.4.1 // indirect | ||
github.com/go-logr/stdr v1.2.2 // indirect | ||
github.com/go-stack/stack v1.8.1 // indirect | ||
github.com/klauspost/compress v1.17.4 // indirect | ||
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
go.opentelemetry.io/otel v1.14.0 // indirect | ||
go.opentelemetry.io/otel/trace v1.14.0 // indirect | ||
golang.org/x/crypto v0.21.0 // indirect | ||
golang.org/x/sys v0.18.0 // indirect | ||
go.opentelemetry.io/otel v1.19.0 // indirect | ||
go.opentelemetry.io/otel/metric v1.19.0 // indirect | ||
go.opentelemetry.io/otel/trace v1.19.0 // indirect | ||
go.uber.org/multierr v1.11.0 // indirect | ||
go.uber.org/zap v1.26.0 // indirect | ||
golang.org/x/crypto v0.28.0 // indirect | ||
golang.org/x/sys v0.26.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
Oops, something went wrong.