Bump github.com/compose-spec/compose-go from 1.2.8 to 1.13.2

Bumps [github.com/compose-spec/compose-go](https://github.com/compose-spec/compose-go) from 1.2.8 to 1.13.2.
- [Release notes](https://github.com/compose-spec/compose-go/releases)
- [Commits](https://github.com/compose-spec/compose-go/compare/v1.2.8...v1.13.2)

---
updated-dependencies:
- dependency-name: github.com/compose-spec/compose-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-03-27 23:03:19 +00:00
committed by GitHub
parent 982917c25b
commit eb0b76e163
2 changed files with 385 additions and 105 deletions

9
go.mod
View File

@@ -4,13 +4,10 @@ go 1.16
require (
github.com/alessio/shellescape v1.4.1
github.com/compose-spec/compose-go v1.2.8
github.com/distribution/distribution/v3 v3.0.0-20220505155552-985711c1f414 // indirect
github.com/compose-spec/compose-go v1.13.2
github.com/kr/pretty v0.2.0 // indirect
github.com/spf13/cobra v1.5.0
github.com/spf13/cobra v1.6.1
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
golang.org/x/mod v0.5.1
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4
gopkg.in/yaml.v3 v3.0.1
)