Skip to content

Commit

Permalink
support go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
torden committed Jun 3, 2019
1 parent 67eae43 commit e1fe1da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/torden/go-strutil

require github.com/dustin/go-humanize v0.0.0-20171111073723-bb3d318650d4
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github.com/dustin/go-humanize v0.0.0-20171111073723-bb3d318650d4 h1:qk/FSDDxo05wdJH28W+p5yivv7LuLYLRXPPD8KQCtZs=
github.com/dustin/go-humanize v0.0.0-20171111073723-bb3d318650d4/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk=

0 comments on commit e1fe1da

Please sign in to comment.