Skip to content

Commit 49ef4f5

Browse files
author
Axel Manzano
authored
Merge pull request #1 from heetch/update-meta
Update lib and add MA test
2 parents a54d683 + 41cb1bb commit 49ef4f5

File tree

6 files changed

+13435
-12771
lines changed

6 files changed

+13435
-12771
lines changed

Gopkg.lock

-28
This file was deleted.

Gopkg.toml

-38
This file was deleted.

go.mod

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
module github.com/heetch/libphonenumber
2+
3+
go 1.15
4+
5+
require (
6+
github.com/golang/protobuf v1.0.0
7+
github.com/ttacon/builder v0.0.0-20170518171403-c099f663e1c2
8+
)

go.sum

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
github.com/golang/protobuf v1.0.0 h1:lsek0oXi8iFE9L+EXARyHIjU5rlWIhhTkjDz3vHhWWQ=
2+
github.com/golang/protobuf v1.0.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
3+
github.com/ttacon/builder v0.0.0-20170518171403-c099f663e1c2 h1:5u+EJUQiosu3JFX0XS0qTf5FznsMOzTjGqavBGuCbo0=
4+
github.com/ttacon/builder v0.0.0-20170518171403-c099f663e1c2/go.mod h1:4kyMkleCiLkgY6z8gK5BkI01ChBtxR0ro3I1ZDcGM3w=

0 commit comments

Comments
 (0)