You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
module git.jfdev.de/JonasFranzDEV/hal
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/spf13/cobra v1.0.0
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/stretchr/testify v1.5.1
|
|
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
|
|
gopkg.in/yaml.v2 v2.3.0 // indirect
|
|
)
|
|
|