Updated dependencies

This commit is contained in:
2022-05-05 09:49:31 +02:00
parent b6f2e480ba
commit 910933e5f3
2 changed files with 124 additions and 7 deletions

6
go.mod
View File

@@ -3,10 +3,14 @@ module katenary
go 1.16
require (
github.com/compose-spec/compose-go v1.2.2
github.com/compose-spec/compose-go v1.2.4
github.com/distribution/distribution/v3 v3.0.0-20220504180456-7a6b9e3042bd // indirect
github.com/kr/pretty v0.2.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/spf13/cobra v1.4.0
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
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)