Skip to content

Commit

Permalink
Upgrade to libtelio v5.1.5 (#721)
Browse files Browse the repository at this point in the history
  • Loading branch information
keliramu authored Dec 17, 2024
2 parents b000749 + c94ad73 commit 9449530
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ toolchain go1.22.2
// may also need to update versions in `./lib-versions.env` file.
require (
github.com/NordSecurity/libdrop-go/v8 v8.0.0-20241017064027-670787595588
github.com/NordSecurity/libtelio-go/v5 v5.1.4
github.com/NordSecurity/libtelio-go/v5 v5.1.5
)

require (
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ github.com/NordSecurity/libdrop-go/v8 v8.0.0-20241017064027-670787595588 h1:L/nA
github.com/NordSecurity/libdrop-go/v8 v8.0.0-20241017064027-670787595588/go.mod h1:SRYI0D0K6hSMBskvcB2/t/5ktSTNLPGbOvLaQ5p/sAE=
github.com/NordSecurity/libtelio-go/v5 v5.1.4 h1:o2JbYad8sdRsljFAMZRVmkXGQ7kTVbS32P6TTDOTuL0=
github.com/NordSecurity/libtelio-go/v5 v5.1.4/go.mod h1:mnoTGgXOu8dBQgPxG8MBju4d9C+ljKIT2p8OX5GFom4=
github.com/NordSecurity/libtelio-go/v5 v5.1.5 h1:lwP7m2GJ+GkO1EDaRqm5ymDT/CtjIBC/1bN2CL55mnY=
github.com/NordSecurity/libtelio-go/v5 v5.1.5/go.mod h1:mnoTGgXOu8dBQgPxG8MBju4d9C+ljKIT2p8OX5GFom4=
github.com/NordSecurity/systray v0.0.0-20240327004800-3e3b59c1b83d h1:oUEFXgFRa9Svcjr+O1stzR3vEXZ5OfQxLUcDjqFcOuo=
github.com/NordSecurity/systray v0.0.0-20240327004800-3e3b59c1b83d/go.mod h1:PqJ9YgQXNUYUuoLvVrbMmZACufI5xM8JJ5aSuRX5ljg=
github.com/cenkalti/backoff/v4 v4.3.0 h1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK343L8=
Expand Down
2 changes: 1 addition & 1 deletion lib-versions.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# `./go.mod` file as well

# shellcheck disable=SC2034 # used in the build process later
LIBTELIO_VERSION=v5.1.4
LIBTELIO_VERSION=v5.1.5
LIBDROP_VERSION=v8.1.1
LIBMOOSE_NORDVPNAPP_VERSION=v14.3.0-nordVpnApp
LIBMOOSE_WORKER_VERSION=v14.3.0-worker
Expand Down

0 comments on commit 9449530

Please sign in to comment.