Skip to content

Commit

Permalink
Add Go modules support (#38)
Browse files Browse the repository at this point in the history
This adds support for vendorizing the dependencies through Go modules.
  • Loading branch information
antonlindstrom authored and matrixik committed Oct 19, 2019
1 parent a57e999 commit d754b7e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module github.com/gosimple/slug

go 1.13

require github.com/rainycape/unidecode v0.0.0-20150907023854-cb7f23ec59be
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github.com/rainycape/unidecode v0.0.0-20150907023854-cb7f23ec59be h1:ta7tUOvsPHVHGom5hKW5VXNc2xZIkfCKP8iaqOyYtUQ=
github.com/rainycape/unidecode v0.0.0-20150907023854-cb7f23ec59be/go.mod h1:MIDFMn7db1kT65GmV94GzpX9Qdi7N/pQlwb+AN8wh+Q=

0 comments on commit d754b7e

Please sign in to comment.