feat: update ivpnclient dependency and add additional test directories to .gitignore

This commit is contained in:
Alexandr Stelnykovych 2026-03-10 15:06:38 +02:00
parent d07da4e350
commit ee8b51d7fe
4 changed files with 13 additions and 7 deletions

3
.gitignore vendored
View file

@ -64,3 +64,6 @@ desktop/tauri/src-tauri/gen/
#Binaries used for installer gereneration for Windows
desktop/tauri/src-tauri/binary/
desktop/tauri/src-tauri/intel/
windows_kext/test/_testcert/
windows_kext/test/_out/
windows_kext/test/_delme/

View file

@ -1 +1,7 @@
{}
{
"cSpell.words": [
"netenv",
"safing",
"Warningf"
]
}

5
go.mod
View file

@ -30,7 +30,7 @@ require (
github.com/hashicorp/go-multierror v1.1.1
github.com/hashicorp/go-version v1.7.0
github.com/hectane/go-acl v0.0.0-20230122075934-ca0b05cb1adb
github.com/ivpn/desktop-app/daemon/protocol/ivpnclient v0.0.0-20260228094313-616a27e4e653
github.com/ivpn/desktop-app/daemon/protocol/ivpnclient v0.0.0-20260310125040-62c0e3e2eca6
github.com/jackc/puddle/v2 v2.2.2
github.com/jaswdr/faker/v2 v2.9.0
github.com/lmittmann/tint v1.1.2
@ -178,6 +178,3 @@ tool (
github.com/rubenv/sql-migrate/sql-migrate
github.com/stephenafamo/bob/gen/bobgen-sqlite
)
// TODO: Remove this when the ivpnclient package is published and available via a normal go get.
replace github.com/ivpn/desktop-app/daemon/protocol/ivpnclient => ../../ivpn/desktop-app/daemon/protocol/ivpnclient

4
go.sum
View file

@ -225,8 +225,8 @@ github.com/inconshreveable/log15 v0.0.0-20170622235902-74a0988b5f80/go.mod h1:cO
github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8=
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
github.com/ivpn/desktop-app/daemon/protocol/ivpnclient v0.0.0-20260225101447-506b40fbfb8b h1:gY7CvOHslYxNjU0TIH4kPH45JJSUQeo9/UfmWTjU/Rc=
github.com/ivpn/desktop-app/daemon/protocol/ivpnclient v0.0.0-20260225101447-506b40fbfb8b/go.mod h1:dvedOGgEXvFCK/gz+BJQhd5BSTQvIygmOr/22xPdgIw=
github.com/ivpn/desktop-app/daemon/protocol/ivpnclient v0.0.0-20260310125040-62c0e3e2eca6 h1:7rX8Ci6YSrA6TkB9BVQiM0YyA2WU5Wa9q2f1YFFImPQ=
github.com/ivpn/desktop-app/daemon/protocol/ivpnclient v0.0.0-20260310125040-62c0e3e2eca6/go.mod h1:dvedOGgEXvFCK/gz+BJQhd5BSTQvIygmOr/22xPdgIw=
github.com/jackc/puddle/v2 v2.2.2 h1:PR8nw+E/1w0GLuRFSmiioY6UooMp6KJv0/61nB7icHo=
github.com/jackc/puddle/v2 v2.2.2/go.mod h1:vriiEXHvEE654aYKXXjOvZM39qJ0q+azkZFrfEOc3H4=
github.com/jaswdr/faker/v2 v2.9.0 h1:Sqqpp+pxduDO+MGOhYE3UHtI9Sowt9j95f8h8nVvips=