diff --git a/go.mod b/go.mod index e0b08cf0..ed2a5c10 100644 --- a/go.mod +++ b/go.mod @@ -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 ( diff --git a/go.sum b/go.sum index 05318863..371cff2e 100644 --- a/go.sum +++ b/go.sum @@ -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= diff --git a/lib-versions.env b/lib-versions.env index 1a809276..0d88c99e 100644 --- a/lib-versions.env +++ b/lib-versions.env @@ -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