-
- Downloads
fix: gitlab import problem
module gitlab.schukai.com/oss/libraries/go/application/configuration | module gitlab.schukai.com/oss/libraries/go/application/configuration.git | ||
go 1.22.0 | go 1.22.0 | ||
... | @@ -13,8 +13,8 @@ require ( | ... | @@ -13,8 +13,8 @@ require ( |
github.com/stretchr/testify v1.9.0 | github.com/stretchr/testify v1.9.0 | ||
github.com/vmihailenco/msgpack/v5 v5.4.1 | 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/network/http-negotiation v1.3.3 | ||
gitlab.schukai.com/oss/libraries/go/utilities/pathfinder v0.9.3 | gitlab.schukai.com/oss/libraries/go/utilities/pathfinder v0.9.4 | ||
gitlab.schukai.com/oss/libraries/go/utilities/watch v0.4.0 | gitlab.schukai.com/oss/libraries/go/utilities/watch v0.4.1 | ||
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 | golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 | ||
gopkg.in/yaml.v3 v3.0.1 | gopkg.in/yaml.v3 v3.0.1 | ||
) | ) | ||
... | ... |
Please register or sign in to comment