fix: cleanup go modules

This commit is contained in:
2022-07-27 09:54:56 +02:00
parent d207c5162b
commit b0ca1ea6d6
2 changed files with 13 additions and 29 deletions

14
go.mod
View File

@ -1,12 +1,16 @@
module github.com/volker-raschek/docker-hub-description-updater
go 1.13
go 1.18
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
github.com/spf13/cobra v0.0.3
github.com/stretchr/testify v1.4.0
github.com/volker-raschek/go-logger v0.0.0-20190924133618-4a42099e655f
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
)