added AST feature and test case

This commit is contained in:
2021-08-28 21:46:36 +04:00
parent 85bf56ec01
commit 8fd9ccfa2d
9 changed files with 133 additions and 6 deletions

1
go.mod
View File

@@ -7,6 +7,7 @@ require (
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/apenella/go-ansible v1.1.0
github.com/containerd/continuity v0.0.0-20210315143101-93e15499afd5 // indirect
github.com/dave/jennifer v1.4.1
github.com/docker/docker v20.10.0-beta1.0.20201113105859-b6bfff2a628f+incompatible
github.com/docker/go-connections v0.4.0
github.com/gin-gonic/gin v1.6.3