2021-12-01 08:31:51 +01:00
|
|
|
module katenary
|
2021-11-30 12:04:28 +01:00
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
2022-02-14 14:37:09 +01:00
|
|
|
require (
|
2022-05-08 09:55:25 +02:00
|
|
|
github.com/compose-spec/compose-go v1.2.4
|
|
|
|
github.com/distribution/distribution/v3 v3.0.0-20220505155552-985711c1f414 // indirect
|
2022-03-31 14:12:20 +02:00
|
|
|
github.com/kr/pretty v0.2.0 // indirect
|
2022-05-08 09:55:25 +02:00
|
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
2022-03-31 14:12:20 +02:00
|
|
|
github.com/spf13/cobra v1.4.0
|
2022-05-08 09:55:25 +02:00
|
|
|
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
|
2022-03-31 14:12:20 +02:00
|
|
|
golang.org/x/mod v0.5.1
|
2022-05-08 09:55:25 +02:00
|
|
|
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect
|
2022-03-31 14:12:20 +02:00
|
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
2022-02-14 14:37:09 +01:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
|
|
)
|