go-onerng/go.mod
Dave Henderson 5aa8605745
updates
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
2023-12-18 20:18:58 -05:00

18 lines
410 B
Modula-2

module github.com/hairyhenderson/go-onerng
go 1.21.5
require (
github.com/spf13/cobra v1.8.0
github.com/stretchr/testify v1.8.4
golang.org/x/crypto v0.17.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
)