-
- Downloads
... | @@ -3,7 +3,7 @@ module gitlab.schukai.com/oss/libraries/go/application/configuration | ... | @@ -3,7 +3,7 @@ module gitlab.schukai.com/oss/libraries/go/application/configuration |
go 1.21 | go 1.21 | ||
require ( | require ( | ||
github.com/imdario/mergo v0.3.16 | github.com/imdario/mergo v1.0.0 | ||
github.com/kinbiko/jsonassert v1.1.1 | github.com/kinbiko/jsonassert v1.1.1 | ||
github.com/magiconair/properties v1.8.7 | github.com/magiconair/properties v1.8.7 | ||
github.com/pelletier/go-toml/v2 v2.1.1 | github.com/pelletier/go-toml/v2 v2.1.1 | ||
... | @@ -24,3 +24,5 @@ require ( | ... | @@ -24,3 +24,5 @@ require ( |
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect | github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect | ||
golang.org/x/sys v0.15.0 // indirect | golang.org/x/sys v0.15.0 // indirect | ||
) | ) | ||
replace github.com/imdario/mergo => github.com/imdario/mergo v0.3.16 |
Please register or sign in to comment