From 5b9fb4baff26cafcd1babd0bc86dbcf5d436e3c3 Mon Sep 17 00:00:00 2001 From: Volker Schukai <volker.schukai@schukai.com> Date: Sat, 28 Sep 2024 21:17:47 +0200 Subject: [PATCH] fix: gitlab import problem --- go.mod | 6 +++--- go.sum | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index e9db432..b765073 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module gitlab.schukai.com/oss/libraries/go/application/configuration +module gitlab.schukai.com/oss/libraries/go/application/configuration.git go 1.22.0 @@ -13,8 +13,8 @@ require ( 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.3 - gitlab.schukai.com/oss/libraries/go/utilities/pathfinder v0.9.3 - gitlab.schukai.com/oss/libraries/go/utilities/watch v0.4.0 + gitlab.schukai.com/oss/libraries/go/utilities/pathfinder v0.9.4 + gitlab.schukai.com/oss/libraries/go/utilities/watch v0.4.1 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 fc92770..481b96e 100644 --- a/go.sum +++ b/go.sum @@ -30,8 +30,12 @@ gitlab.schukai.com/oss/libraries/go/network/http-negotiation v1.3.3 h1:xzCwoOOog 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/pathfinder v0.9.4 h1:/+fgcPeXqz5tRrT+EZXA2vGV+OWV9R+5hEBpRJUpp80= +gitlab.schukai.com/oss/libraries/go/utilities/pathfinder v0.9.4/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= +gitlab.schukai.com/oss/libraries/go/utilities/watch v0.4.1 h1:0ThDWEgqZrpkpur5mKn6IBWjCAnG7GOm19g8hVkMm5k= +gitlab.schukai.com/oss/libraries/go/utilities/watch v0.4.1/go.mod h1:bZ8NRgKJO3Owb6DI7kcb10N7nmTMJbZyeMnqO5alO6I= golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 h1:e66Fs6Z+fZTbFBAxKfP3PALWBtpfqks2bwGcexMxgtk= golang.org/x/exp v0.0.0-20240909161429-701f63a606c0/go.mod h1:2TbTHSBQa924w8M6Xs1QcRcFwyucIwBGpK1p2f1YFFY= golang.org/x/sys v0.25.0 h1:r+8e+loiHxRqhXVl6ML1nO3l1+oFoWbnlu2Ehimmi34= -- GitLab