set-sshkeys/go.mod

10 lines
196 B
Modula-2

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
github.com/stretchr/testify v1.6.1
)