gotest/go.mod

10 lines
146 B
Modula-2

module git.bloy.org/mike/gotest
go 1.12
require (
github.com/kyoh86/xdg v1.0.0
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.3.2
)