Skip to content

Commit

Permalink
fix(sxtctl): forgot to add go mod
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Davenport <[email protected]>
  • Loading branch information
binocarlos committed Jan 8, 2021
1 parent 84f87e8 commit cb88fc6
Show file tree
Hide file tree
Showing 2 changed files with 298 additions and 0 deletions.
8 changes: 8 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module github.com/catenasys/sxtctl

go 1.13

require (
github.com/olekukonko/tablewriter v0.0.4
github.com/spf13/cobra v1.1.1
)
Loading

0 comments on commit cb88fc6

Please sign in to comment.