csctl/go.mod

13 lines
285 B
Modula-2

module csctl
go 1.14
require (
github.com/kataras/golog v0.1.6
github.com/logrusorgru/aurora/v3 v3.0.0
github.com/olekukonko/tablewriter v0.0.4
github.com/urfave/cli/v2 v2.3.0
golang.org/x/sys v0.0.0-20201218084310-7d0127a74742 // indirect
gopkg.in/hlandau/service.v1 v1.0.7
)