go-onerng/go.mod
Dave Henderson c62d034c17
update deps
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
2021-04-02 17:23:51 -04:00

10 lines
188 B
Modula-2

module github.com/hairyhenderson/go-onerng
go 1.16
require (
github.com/spf13/cobra v1.1.3
github.com/stretchr/testify v1.7.0
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
)