Get the newest version of go-compose

- better integration of compose file
- needed to impose to not resolve path in "parser" package to get them
  from the working directory. This should be improved later
This commit is contained in:
2024-04-03 14:15:50 +02:00
parent 3a0cf1a7db
commit 6e33fa474a
3 changed files with 24 additions and 19 deletions

13
go.mod
View File

@@ -3,11 +3,11 @@ module katenary // github.com/metal3d/katenary
go 1.20
require (
github.com/compose-spec/compose-go v1.14.0
github.com/compose-spec/compose-go v1.20.2
github.com/mitchellh/go-wordwrap v1.0.1
github.com/spf13/cobra v1.7.0
github.com/spf13/cobra v1.8.0
github.com/thediveo/netdb v1.0.2
golang.org/x/mod v0.8.0
golang.org/x/mod v0.11.0
gopkg.in/yaml.v3 v3.0.1
k8s.io/api v0.27.2
k8s.io/apimachinery v0.27.2
@@ -15,13 +15,13 @@ require (
)
require (
github.com/distribution/distribution/v3 v3.0.0-20230214150026-36d8c594d7aa // indirect
github.com/distribution/reference v0.5.0 // indirect
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.5.0 // indirect
github.com/go-logr/logr v1.2.3 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/imdario/mergo v0.3.15 // indirect
github.com/imdario/mergo v0.3.16 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/mattn/go-shellwords v1.0.12 // indirect
@@ -35,8 +35,9 @@ require (
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/sync v0.2.0 // indirect
golang.org/x/sync v0.3.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/text v0.9.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect