WIP Try to use composer-go

- there are problems to resolve with health check
- compose/parser.go and compose/types.go should be recheck
- need to recheck writers
This commit is contained in:
2022-04-03 16:08:00 +02:00
parent 165054ca53
commit 3c6b9493db
8 changed files with 240 additions and 519 deletions

1
go.mod
View File

@@ -3,6 +3,7 @@ module katenary
go 1.16
require (
github.com/compose-spec/compose-go v1.2.2
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
github.com/kr/pretty v0.2.0 // indirect
github.com/spf13/cobra v1.4.0