spf13--cobra/go.mod
Sebastiaan van Stijn fcd9017e48
update minimum go version to go1.17
Versions of go below go1.18 have reached EOL, but some projects
may be slightly behind and still on go1.17.

This patch updates the minimum Go version to go1.17, as older versions
are broken in CI:

    Error: ../../../go/pkg/mod/github.com/kyoh86/richgo@v0.3.11/config/load.go:64:9: undefined: os.ReadFile
    note: module requires Go 1.17
    Error: Process completed with exit code 2.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-12-05 10:46:32 +01:00

12 lines
257 B
Modula-2

module github.com/spf13/cobra
go 1.17
require (
github.com/cpuguy83/go-md2man/v2 v2.0.2
github.com/inconshreveable/mousetrap v1.0.1
github.com/spf13/pflag v1.0.5
gopkg.in/yaml.v3 v3.0.1
)
require github.com/russross/blackfriday/v2 v2.1.0 // indirect