mirror of
https://github.com/hairyhenderson/go-onerng.git
synced 2025-04-04 17:50:12 -05:00
13 lines
287 B
Modula-2
13 lines
287 B
Modula-2
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
|
|
)
|