slashman/go.mod
jolheiser b4d12ce17b
Initial commit
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2021-04-22 23:02:15 -05:00

11 lines
246 B
Modula-2

module go.jolheiser.com/slashman
go 1.16
require (
github.com/AlecAivazis/survey/v2 v2.2.12 // indirect
github.com/peterbourgon/ff/v3 v3.0.0 // indirect
go.jolheiser.com/beaver v1.1.1 // indirect
go.jolheiser.com/disco v0.1.3 // indirect
)