Skip to content

Commit de3df56

Browse files
committed
Upgrade to libtelio v5.1.5
Signed-off-by: keliramu <[email protected]>
1 parent bc044e8 commit de3df56

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ toolchain go1.22.2
99
// may also need to update versions in `./lib-versions.env` file.
1010
require (
1111
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
1313
)
1414

1515
require (

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ github.com/NordSecurity/libdrop-go/v8 v8.0.0-20241017064027-670787595588 h1:L/nA
1414
github.com/NordSecurity/libdrop-go/v8 v8.0.0-20241017064027-670787595588/go.mod h1:SRYI0D0K6hSMBskvcB2/t/5ktSTNLPGbOvLaQ5p/sAE=
1515
github.com/NordSecurity/libtelio-go/v5 v5.1.4 h1:o2JbYad8sdRsljFAMZRVmkXGQ7kTVbS32P6TTDOTuL0=
1616
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=
1719
github.com/NordSecurity/systray v0.0.0-20240327004800-3e3b59c1b83d h1:oUEFXgFRa9Svcjr+O1stzR3vEXZ5OfQxLUcDjqFcOuo=
1820
github.com/NordSecurity/systray v0.0.0-20240327004800-3e3b59c1b83d/go.mod h1:PqJ9YgQXNUYUuoLvVrbMmZACufI5xM8JJ5aSuRX5ljg=
1921
github.com/cenkalti/backoff/v4 v4.3.0 h1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK343L8=

lib-versions.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# `./go.mod` file as well
44

55
# shellcheck disable=SC2034 # used in the build process later
6-
LIBTELIO_VERSION=v5.1.4
6+
LIBTELIO_VERSION=v5.1.5
77
LIBDROP_VERSION=v8.1.1
88
LIBMOOSE_NORDVPNAPP_VERSION=v14.3.0-nordVpnApp
99
LIBMOOSE_WORKER_VERSION=v14.3.0-worker

0 commit comments

Comments
 (0)