-
- Downloads
fix: update libs #15
... | ... | @@ -6,13 +6,13 @@ require ( |
github.com/imdario/mergo v1.0.0 | ||
github.com/kinbiko/jsonassert v1.1.1 | ||
github.com/magiconair/properties v1.8.7 | ||
github.com/pelletier/go-toml/v2 v2.1.1 | ||
github.com/pelletier/go-toml/v2 v2.2.1 | ||
github.com/r3labs/diff/v3 v3.0.1 | ||
github.com/stretchr/testify v1.8.4 | ||
github.com/stretchr/testify v1.9.0 | ||
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/utilities/watch v0.4.0 | ||
golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc | ||
golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f | ||
gopkg.in/yaml.v3 v3.0.1 | ||
) | ||
... | ... | @@ -22,7 +22,7 @@ require ( |
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect | ||
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect | ||
golang.org/x/sys v0.16.0 // indirect | ||
golang.org/x/sys v0.19.0 // indirect | ||
) | ||
replace github.com/imdario/mergo => github.com/imdario/mergo v0.3.16 |
Please register or sign in to comment