* Random changes * Updated latest version * Version update * Version update * Version update * Version update * updated modules.ext file * fixing build Co-authored-by: Prerna Srivastava <prernasrivastava@Prernas-MacBook-Pro.local>
24 lines
991 B
Modula-2
24 lines
991 B
Modula-2
module github.com/ibm-messaging/mq-container/test/docker
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
|
|
github.com/Microsoft/go-winio v0.4.14 // indirect
|
|
github.com/Sirupsen/logrus v1.0.5 // indirect
|
|
github.com/docker/distribution v2.8.0+incompatible // indirect
|
|
github.com/docker/docker v1.13.2-0.20170601211448-f5ec1e2936dc
|
|
github.com/docker/go-connections v0.4.0
|
|
github.com/docker/go-units v0.4.0 // indirect
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/onsi/ginkgo v1.14.1 // indirect
|
|
github.com/onsi/gomega v1.10.2 // indirect
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/stretchr/testify v1.3.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5 // indirect
|
|
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
|
|
)
|