Skip to content

Commit

Permalink
fixed fronted ref
Browse files Browse the repository at this point in the history
  • Loading branch information
myleshorton committed Jan 29, 2025
1 parent 40a8d1c commit 3c2e581
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ go 1.22.4
require (
github.com/Jigsaw-Code/outline-sdk v0.0.18-0.20241106233708-faffebb12629
github.com/Jigsaw-Code/outline-sdk/x v0.0.0-20250113162209-efa808309e1e
github.com/getlantern/fronted v0.0.0-20250122202701-759a25a3e2d0
github.com/getlantern/fronted v0.0.0-20250127183135-3957be0faf66
github.com/getlantern/golog v0.0.0-20230503153817-8e72de7e0a65
go.opentelemetry.io/otel v1.19.0
)

require (
Expand Down Expand Up @@ -33,7 +35,6 @@ require (
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/golog v0.0.0-20230503153817-8e72de7e0a65 // 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
Expand All @@ -50,7 +51,6 @@ require (
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c // indirect
github.com/refraction-networking/utls v1.6.7 // indirect
github.com/shadowsocks/go-shadowsocks2 v0.1.5 // 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
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ github.com/getlantern/fdcount v0.0.0-20190912142506-f89afd7367c4 h1:JdD4XSaT6/j6
github.com/getlantern/fdcount v0.0.0-20190912142506-f89afd7367c4/go.mod h1:XZwE+iIlAgr64OFbXKFNCllBwV4wEipPx8Hlo2gZdbM=
github.com/getlantern/filepersist v0.0.0-20160317154340-c5f0cd24e799 h1:FhkPUYCQYmoxS02r2GRrIV7dahUIncRl36xzs3/mnjA=
github.com/getlantern/filepersist v0.0.0-20160317154340-c5f0cd24e799/go.mod h1:8DGAx0LNUfXNnEH+fXI0s3OCBA/351kZCiz/8YSK3i8=
github.com/getlantern/fronted v0.0.0-20250122202701-759a25a3e2d0 h1:nLdu8ou3E4rhnEE2TnawVxyTOdbbIaZrGV1RqXkjpwE=
github.com/getlantern/fronted v0.0.0-20250122202701-759a25a3e2d0/go.mod h1:66ePVEpsOGseZtSIMNnTD8uC9kuVcSxEmc7UH4zpnqY=
github.com/getlantern/fronted v0.0.0-20250127183135-3957be0faf66 h1:v9WSVyvKhBUr4bx+4w7MUQQ2BVrgFQRwiLrKIa/CfuU=
github.com/getlantern/fronted v0.0.0-20250127183135-3957be0faf66/go.mod h1:/4g6lEMXHzkF/6WBr3vod4wh3tos632qSZGh7L/fIdg=
github.com/getlantern/golog v0.0.0-20190830074920-4ef2e798c2d7/go.mod h1:zx/1xUUeYPy3Pcmet8OSXLbF47l+3y6hIPpyLWoR9oc=
github.com/getlantern/golog v0.0.0-20210606115803-bce9f9fe5a5f/go.mod h1:ZyIjgH/1wTCl+B+7yH1DqrWp6MPJqESmwmEQ89ZfhvA=
github.com/getlantern/golog v0.0.0-20230503153817-8e72de7e0a65 h1:NlQedYmPI3pRAXJb+hLVVDGqfvvXGRPV8vp7XOjKAZ0=
Expand Down

0 comments on commit 3c2e581

Please sign in to comment.