File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ toolchain go1.22.2
9
9
// may also need to update versions in `./lib-versions.env` file.
10
10
require (
11
11
github.com/NordSecurity/libdrop-go/v8 v8.0.0-20241017064027-670787595588
12
- github.com/NordSecurity/libtelio-go/v5 v5.1.4
12
+ github.com/NordSecurity/libtelio-go/v5 v5.1.5
13
13
)
14
14
15
15
require (
Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ github.com/NordSecurity/libdrop-go/v8 v8.0.0-20241017064027-670787595588 h1:L/nA
14
14
github.com/NordSecurity/libdrop-go/v8 v8.0.0-20241017064027-670787595588 /go.mod h1:SRYI0D0K6hSMBskvcB2/t/5ktSTNLPGbOvLaQ5p/sAE =
15
15
github.com/NordSecurity/libtelio-go/v5 v5.1.4 h1:o2JbYad8sdRsljFAMZRVmkXGQ7kTVbS32P6TTDOTuL0 =
16
16
github.com/NordSecurity/libtelio-go/v5 v5.1.4 /go.mod h1:mnoTGgXOu8dBQgPxG8MBju4d9C+ljKIT2p8OX5GFom4 =
17
+ github.com/NordSecurity/libtelio-go/v5 v5.1.5 h1:lwP7m2GJ+GkO1EDaRqm5ymDT/CtjIBC/1bN2CL55mnY =
18
+ github.com/NordSecurity/libtelio-go/v5 v5.1.5 /go.mod h1:mnoTGgXOu8dBQgPxG8MBju4d9C+ljKIT2p8OX5GFom4 =
17
19
github.com/NordSecurity/systray v0.0.0-20240327004800-3e3b59c1b83d h1:oUEFXgFRa9Svcjr+O1stzR3vEXZ5OfQxLUcDjqFcOuo =
18
20
github.com/NordSecurity/systray v0.0.0-20240327004800-3e3b59c1b83d /go.mod h1:PqJ9YgQXNUYUuoLvVrbMmZACufI5xM8JJ5aSuRX5ljg =
19
21
github.com/cenkalti/backoff/v4 v4.3.0 h1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK343L8 =
Original file line number Diff line number Diff line change 3
3
# `./go.mod` file as well
4
4
5
5
# shellcheck disable=SC2034 # used in the build process later
6
- LIBTELIO_VERSION = v5.1.4
6
+ LIBTELIO_VERSION = v5.1.5
7
7
LIBDROP_VERSION = v8.1.1
8
8
LIBMOOSE_NORDVPNAPP_VERSION = v14.3.0-nordVpnApp
9
9
LIBMOOSE_WORKER_VERSION = v14.3.0-worker
You can’t perform that action at this time.
0 commit comments