Skip to content

Commit

Permalink
update dependencies for 7.9.3 release (#1148)
Browse files Browse the repository at this point in the history
* update dependencies

* Update ipproxy

* run go mod tidy
  • Loading branch information
atavism authored Aug 14, 2024
1 parent 0d292cc commit 8993454
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 64 deletions.
5 changes: 0 additions & 5 deletions desktop/app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ import (
"github.com/getlantern/flashlight/v7/stats"
"github.com/getlantern/golog"
"github.com/getlantern/i18n"
"github.com/getlantern/memhelper"
notify "github.com/getlantern/notifier"
"github.com/getlantern/profiling"

Expand Down Expand Up @@ -151,10 +150,6 @@ func newAnalyticsSession(settings *settings.Settings) analytics.Session {
func (app *App) Run(isMain bool) {
golog.OnFatal(app.exitOnFatal)

memhelper.Track(15*time.Second, 15*time.Second, func(err error) {
sentry.CaptureException(err)
})

go func() {
for <-geolookup.OnRefresh() {
app.settings.SetCountry(geolookup.GetCountry(0))
Expand Down
32 changes: 13 additions & 19 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ require (
github.com/getlantern/autoupdate v0.0.0-20211217175350-d0b211f39ba7
github.com/getlantern/common v1.2.1-0.20230427204521-6ac18c21db39
github.com/getlantern/diagnostics v0.0.0-20230503185158-c2fc28ed22fe
github.com/getlantern/dnsgrab v0.0.0-20240124035712-497ccf435858
github.com/getlantern/dnsgrab v0.0.0-20240814223941-ee7ecd3e078c
github.com/getlantern/errors v1.0.5-0.20240410211607-f268a297d5d1
github.com/getlantern/eventual v1.0.0
github.com/getlantern/eventual/v2 v2.0.2
Expand All @@ -40,13 +40,12 @@ require (
github.com/getlantern/golog v0.0.0-20230503153817-8e72de7e0a65
github.com/getlantern/i18n v0.0.0-20181205222232-2afc4f49bb1c
github.com/getlantern/idletiming v0.0.0-20231030193830-6767b09f86db
github.com/getlantern/ipproxy v0.0.0-20240305190756-6b5b6347158b
github.com/getlantern/ipproxy v0.0.0-20240814224926-09e7b93597a6
github.com/getlantern/jibber_jabber v0.0.0-20210901195950-68955124cc42
github.com/getlantern/launcher v0.0.0-20230622120034-fe87f9bff286
github.com/getlantern/memhelper v0.0.0-20240730022403-08b6ee4ccbbb
github.com/getlantern/mtime v0.0.0-20200417132445-23682092d1f7
github.com/getlantern/netx v0.0.0-20240124040039-163b1628a66b
github.com/getlantern/notifier v0.0.0-20240529182616-a162ef2bc966
github.com/getlantern/netx v0.0.0-20240814210628-0984f52e2d18
github.com/getlantern/notifier v0.0.0-20240814223611-79e090136934
github.com/getlantern/osversion v0.0.0-20240418205916-2e84a4a4e175
github.com/getlantern/pathdb v0.0.0-20231026090702-54ee1ddd99eb
github.com/getlantern/profiling v0.0.0-20160317154340-2a15afbadcff
Expand Down Expand Up @@ -202,7 +201,6 @@ require (
github.com/go-llsqlite/crawshaw v0.5.3 // indirect
github.com/go-logr/logr v1.4.2 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-ole/go-ole v1.3.0 // indirect
github.com/go-redis/redis/v8 v8.11.5 // indirect
github.com/go-stack/stack v1.8.1 // indirect
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
Expand Down Expand Up @@ -282,7 +280,6 @@ require (
github.com/ryszard/goskiplist v0.0.0-20150312221310-2dfbae5fcf46 // indirect
github.com/samber/lo v1.46.0 // indirect
github.com/shadowsocks/go-shadowsocks2 v0.1.5 // indirect
github.com/shirou/gopsutil v3.21.11+incompatible // indirect
github.com/siddontang/go v0.0.0-20180604090527-bdc77568d726 // indirect
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 // indirect
github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 // indirect
Expand All @@ -296,28 +293,25 @@ require (
github.com/ti-mo/netfilter v0.3.1 // indirect
github.com/tidwall/btree v1.7.0 // indirect
github.com/tjfoc/gmsm v1.4.1 // indirect
github.com/tklauser/go-sysconf v0.3.14 // indirect
github.com/tklauser/numcpus v0.8.0 // indirect
github.com/tkuchiki/go-timezone v0.2.3 // indirect
github.com/ulikunitz/xz v0.5.11 // indirect
github.com/wlynxg/anet v0.0.3 // indirect
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
github.com/xjasonlyu/tun2socks/v2 v2.5.2 // indirect
github.com/xjasonlyu/tun2socks/v2 v2.5.3-0.20240722005329-e083dafcf534 // indirect
github.com/xtaci/smux v1.5.27 // indirect
github.com/yusufpapurcu/wmi v1.2.4 // indirect
gitlab.com/yawning/edwards25519-extra.git v0.0.0-20211229043746-2f91fcc9fbdb // indirect
gitlab.com/yawning/obfs4.git v0.0.0-20220204003609-77af0cba934d // indirect
go.etcd.io/bbolt v1.3.10 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.44.0 // indirect
go.opentelemetry.io/otel v1.28.0 // indirect
go.opentelemetry.io/otel v1.19.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.42.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.42.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.28.0 // indirect
go.opentelemetry.io/otel/metric v1.28.0 // indirect
go.opentelemetry.io/otel/sdk v1.28.0 // indirect
go.opentelemetry.io/otel/sdk/metric v1.27.0 // indirect
go.opentelemetry.io/otel/trace v1.28.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0 // indirect
go.opentelemetry.io/otel/metric v1.19.0 // indirect
go.opentelemetry.io/otel/sdk v1.19.0 // indirect
go.opentelemetry.io/otel/sdk/metric v1.19.0 // indirect
go.opentelemetry.io/otel/trace v1.19.0 // indirect
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
go.uber.org/atomic v1.11.0 // indirect
go.uber.org/mock v0.4.0 // indirect
Expand All @@ -336,7 +330,7 @@ require (
google.golang.org/grpc v1.65.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
gvisor.dev/gvisor v0.0.0-20240226115847-1e7c3a84e4e3 // indirect
gvisor.dev/gvisor v0.0.0-20240713103206-39d6c232e61d // indirect
howett.net/plist v1.0.1 // indirect
lukechampine.com/blake3 v1.3.0 // indirect
modernc.org/libc v1.59.1 // indirect
Expand Down
Loading

0 comments on commit 8993454

Please sign in to comment.