Skip to content

Commit

Permalink
adding in go mod and go sum
Browse files Browse the repository at this point in the history
  • Loading branch information
michalfranc-form3 committed Mar 28, 2021
1 parent d653da1 commit 9618c4c
Show file tree
Hide file tree
Showing 2 changed files with 334 additions and 0 deletions.
11 changes: 11 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
module github.com/michal-franc/rgt

go 1.13

require (
github.com/briandowns/spinner v1.12.0
github.com/fsnotify/fsnotify v1.4.9
github.com/mitchellh/go-homedir v1.1.0
github.com/spf13/cobra v1.1.3
github.com/spf13/viper v1.7.1
)
Loading

0 comments on commit 9618c4c

Please sign in to comment.