Skip to content

Commit

Permalink
Replace dep with Go modules
Browse files Browse the repository at this point in the history
Closes #1070
  • Loading branch information
Ivan Mirić committed Aug 14, 2020
1 parent 691ef2d commit 83fcc23
Show file tree
Hide file tree
Showing 225 changed files with 17,043 additions and 33,428 deletions.
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,16 @@ test.debug
.vagrant

*.DS_Store

/vendor/**/.editorconfig
/vendor/**/*.jpg
/vendor/**/*.json
/vendor/**/.*.json
/vendor/**/Makefile
/vendor/**/*.png
/vendor/**/*.tmpl
/vendor/**/*.txt
!/vendor/modules.txt
/vendor/**/*.y*ml
/vendor/**/.*.y*ml
/vendor/github.com/dlclark/regexp2/testoutput1
Loading

0 comments on commit 83fcc23

Please sign in to comment.