mirror of
https://github.com/hairyhenderson/go-onerng.git
synced 2025-04-04 09:40:12 -05:00
10 lines
188 B
Modula-2
10 lines
188 B
Modula-2
module github.com/hairyhenderson/go-onerng
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/spf13/cobra v1.1.1
|
|
github.com/stretchr/testify v1.6.1
|
|
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
|
|
)
|