set-sshkeys/go.mod

9 lines
160 B
Modula-2
Raw 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
)