Skip to content

Commit

Permalink
updated go.mod and go.sum files for go modules support
Browse files Browse the repository at this point in the history
  • Loading branch information
nicpottier committed Jul 20, 2018
1 parent 4c05f45 commit 0ba3a2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module "github.com/nyaruka/phonenumbers"
module github.com/nyaruka/phonenumbers

require "github.com/golang/protobuf" v1.0.0
require github.com/golang/protobuf 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/golang/protobuf v1.0.0 h1:lsek0oXi8iFE9L+EXARyHIjU5rlWIhhTkjDz3vHhWWQ=
github.com/golang/protobuf v1.0.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=

0 comments on commit 0ba3a2b

Please sign in to comment.