From 1889fab62b7d22e7afe18bd7092c442a5057a824 Mon Sep 17 00:00:00 2001 From: Volker Schukai <volker.schukai@schukai.com> Date: Sat, 28 Sep 2024 20:24:59 +0200 Subject: [PATCH] fix: gomod --- go.mod | 4 ++-- go.sum | 8 ++++---- nix/config/release.nix | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/go.mod b/go.mod index 228ed90..e9db432 100644 --- a/go.mod +++ b/go.mod @@ -12,8 +12,8 @@ require ( github.com/r3labs/diff/v3 v3.0.1 github.com/stretchr/testify v1.9.0 github.com/vmihailenco/msgpack/v5 v5.4.1 - gitlab.schukai.com/oss/libraries/go/network/http-negotiation v1.3.2 - gitlab.schukai.com/oss/libraries/go/utilities/pathfinder v0.9.2 + gitlab.schukai.com/oss/libraries/go/network/http-negotiation v1.3.3 + gitlab.schukai.com/oss/libraries/go/utilities/pathfinder v0.9.3 gitlab.schukai.com/oss/libraries/go/utilities/watch v0.4.0 golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 gopkg.in/yaml.v3 v3.0.1 diff --git a/go.sum b/go.sum index 5f87219..fc92770 100644 --- a/go.sum +++ b/go.sum @@ -26,10 +26,10 @@ github.com/vmihailenco/msgpack/v5 v5.4.1 h1:cQriyiUvjTwOHg8QZaPihLWeRAAVoCpE00IU github.com/vmihailenco/msgpack/v5 v5.4.1/go.mod h1:GaZTsDaehaPpQVyxrf5mtQlH+pc21PIudVV/E3rRQok= github.com/vmihailenco/tagparser/v2 v2.0.0 h1:y09buUbR+b5aycVFQs/g70pqKVZNBmxwAhO7/IwNM9g= github.com/vmihailenco/tagparser/v2 v2.0.0/go.mod h1:Wri+At7QHww0WTrCBeu4J6bNtoV6mEfg5OIWRZA9qds= -gitlab.schukai.com/oss/libraries/go/network/http-negotiation v1.3.2 h1:tVuRVnE3lyYogterfIFsNCSJ+d1UJWYhpXvE2ujWCcA= -gitlab.schukai.com/oss/libraries/go/network/http-negotiation v1.3.2/go.mod h1:RS2rKf5O+rmSBshHLOgjG7dxg5N2MhNYokZOBcuXdX8= -gitlab.schukai.com/oss/libraries/go/utilities/pathfinder v0.9.2 h1:cbrnohA6SyqH6NGvYDyIFcrh3lH4DcwLcGUbmaSKWlY= -gitlab.schukai.com/oss/libraries/go/utilities/pathfinder v0.9.2/go.mod h1:MqCBFv7DXKoBE2rZDc51LGvl2QI7Kz0D+XkQ0izj+ws= +gitlab.schukai.com/oss/libraries/go/network/http-negotiation v1.3.3 h1:xzCwoOOogDpiR4ceOWERkeBlPNXlrylAEcvuPJVGSWY= +gitlab.schukai.com/oss/libraries/go/network/http-negotiation v1.3.3/go.mod h1:d2Ayu+QC2T6fao8q9V0axnDPdjfe0CDw+xG4UQd1fxM= +gitlab.schukai.com/oss/libraries/go/utilities/pathfinder v0.9.3 h1:krLwGJFEGYUDZOZJbwZAG/1JgwYCJXLAKazymSUg8Vc= +gitlab.schukai.com/oss/libraries/go/utilities/pathfinder v0.9.3/go.mod h1:36psT3WHelpcXWXVp8D33IXvUIpaAXEtrQYYOODUbjE= gitlab.schukai.com/oss/libraries/go/utilities/watch v0.4.0 h1:5jwbpUbE721pinIAgzQCfBEnjMjqd/rDQl6gNplpz1M= gitlab.schukai.com/oss/libraries/go/utilities/watch v0.4.0/go.mod h1:1pP8q6sEYUXs8rRSXOBCshjGqg6JtVTx8NPkTBNZHwk= golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 h1:e66Fs6Z+fZTbFBAxKfP3PALWBtpfqks2bwGcexMxgtk= diff --git a/nix/config/release.nix b/nix/config/release.nix index 58f4050..aa36d5d 100644 --- a/nix/config/release.nix +++ b/nix/config/release.nix @@ -2,8 +2,8 @@ # this file is generated by nix/scripts/init-project.nix # please don't edit it manually - version = "v1.22.4"; - commit = "d6e792bc534ee60170c5c4defb2e162b2273e7af"; + version = "1.22.4"; + commit = "b282b361e1f7895a743f7d3e48d3dd2d40a7db0d"; projectURL = "https://gitlab.schukai.com/oss/configuration"; name = "configuration"; mnemonic = "configuration"; @@ -12,4 +12,4 @@ # this file is generated by nix/scripts/init-project.nix # please don't edit it manually -} \ No newline at end of file +} -- GitLab