Skip to content

Commit

Permalink
Merge pull request #50 from dmitris/go-mod
Browse files Browse the repository at this point in the history
add go.mod and go.sum files
  • Loading branch information
pborman committed Sep 18, 2018
2 parents 25cd46e + b672ac2 commit 8b1b929
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/pborman/uuid

require github.com/google/uuid v1.0.0
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github.com/google/uuid v1.0.0 h1:b4Gk+7WdP/d3HZH8EJsZpvV7EtDOgaZLtnaNGIu1adA=
github.com/google/uuid v1.0.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=

0 comments on commit 8b1b929

Please sign in to comment.