14 lines
325 B
Modula-2
14 lines
325 B
Modula-2
|
module go.jolheiser.com/vanity
|
||
|
|
||
|
go 1.12
|
||
|
|
||
|
require (
|
||
|
github.com/AlecAivazis/survey/v2 v2.0.5
|
||
|
github.com/BurntSushi/toml v0.3.1
|
||
|
github.com/go-chi/chi v4.0.3+incompatible
|
||
|
github.com/mitchellh/go-homedir v1.1.0
|
||
|
github.com/stretchr/testify v1.3.0 // indirect
|
||
|
github.com/urfave/cli/v2 v2.1.1
|
||
|
go.jolheiser.com/beaver v1.0.1
|
||
|
)
|