forked from LaconicNetwork/kompose
* Use go mod instead of glide * Add `--with-kompose-annotation` flag to allow us to switch it off for tests * Remove hostpid support (since the newest sdk does not support it) * Create new test script and fixtures * Remove replicationcontroller support
6 lines
91 B
Modula-2
6 lines
91 B
Modula-2
module github.com/novln/docker-parser
|
|
|
|
go 1.14
|
|
|
|
require github.com/stretchr/testify v1.5.1
|