module github.com/hairyhenderson/go-onerng go 1.15 require ( github.com/dustin/go-humanize v1.0.0 github.com/pkg/errors v0.9.1 github.com/spf13/cobra v1.1.1 github.com/spf13/viper v1.7.1 github.com/stretchr/testify v1.6.1 golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 )