go-onerng/go.mod
Dave Henderson a28550c008
fix(lint): Upgrade to golangci-lint v2, Go 1.24, and fixing lint errors
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
2025-04-17 08:55:54 -04:00

18 lines
410 B
Modula-2

module github.com/hairyhenderson/go-onerng
go 1.24.0
require (
github.com/spf13/cobra v1.8.0
github.com/stretchr/testify v1.8.4
golang.org/x/crypto v0.31.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)