17 lines
400 B
Modula-2
17 lines
400 B
Modula-2
module github.com/volker-raschek/docker-hub-description-updater
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/spf13/cobra v0.0.3
|
|
github.com/stretchr/testify v1.4.0
|
|
)
|
|
|
|
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
|
|
)
|