2019-09-24 12:42:46 +00:00
|
|
|
module github.com/volker-raschek/docker-hub-description-updater
|
2019-09-16 19:36:27 +00:00
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/Masterminds/semver v1.5.0
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/go-flucky/flucky v0.0.0-20190714170626-0dd156f480be
|
2019-09-24 13:38:34 +00:00
|
|
|
github.com/stretchr/testify v1.4.0
|
|
|
|
github.com/volker-raschek/go-logger v0.0.0-20190924133618-4a42099e655f
|
2019-09-16 19:36:27 +00:00
|
|
|
)
|