Skip to content

Commit

Permalink
Add go.mod file
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie-belmer committed Oct 3, 2020
1 parent f9010ae commit c208972
Show file tree
Hide file tree
Showing 2 changed files with 324 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/Charlie-belmer/nosqli

go 1.15

require (
github.com/buger/jsonparser v1.0.0
github.com/mitchellh/go-homedir v1.1.0
github.com/montanaflynn/stats v0.6.3
github.com/spf13/cobra v1.0.0
github.com/spf13/viper v1.7.1
)
Loading

0 comments on commit c208972

Please sign in to comment.