set-sshkeys/go.mod

10 lines
196 B
Modula-2
Raw Permalink Normal View History

2020-09-02 09:07:10 +00:00
module git.cryptic.systems/volker.raschek/set-sshkeys
go 1.15
require (
git.cryptic.systems/volker.raschek/go-logger v0.1.0
github.com/spf13/cobra v1.0.0
2020-09-02 11:28:21 +00:00
github.com/stretchr/testify v1.6.1
2020-09-02 09:07:10 +00:00
)