Skip to content

Commit

Permalink
use go modules
Browse files Browse the repository at this point in the history
  • Loading branch information
raspi committed Dec 29, 2019
1 parent 012970e commit dabcacc
Show file tree
Hide file tree
Showing 43 changed files with 6,977 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/raspi/heksa

go 1.13

require (
github.com/DavidGamba/go-getoptions v0.17.0
github.com/logrusorgru/aurora v0.0.0-20191116043053-66b7ad493a23
)
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
github.com/DavidGamba/go-getoptions v0.17.0 h1:dSP8GsjVj/bGrKS753YvcHXYy5Uq1VQUzk4cQIRmF5k=
github.com/DavidGamba/go-getoptions v0.17.0/go.mod h1:wYjd1McJbGzBFD61+lahGR+5A8QGA1aBnRZmfkBLy5A=
github.com/logrusorgru/aurora v0.0.0-20191116043053-66b7ad493a23 h1:Wp7NjqGKGN9te9N/rvXYRhlVcrulGdxnz8zadXWs7fc=
github.com/logrusorgru/aurora v0.0.0-20191116043053-66b7ad493a23/go.mod h1:7rIyQOR62GCctdiQpZ/zOJlFyk6y+94wXzv6RNZgaR4=
2 changes: 2 additions & 0 deletions vendor/github.com/DavidGamba/go-getoptions/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions vendor/github.com/DavidGamba/go-getoptions/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

363 changes: 363 additions & 0 deletions vendor/github.com/DavidGamba/go-getoptions/LICENSE

Large diffs are not rendered by default.

Loading

0 comments on commit dabcacc

Please sign in to comment.