Skip to content

Commit f004a4a

Browse files
committed
add go.mod
Change-Id: I429a00325eba3ae3e6bbabda3525ae575f1def19
1 parent de5b874 commit f004a4a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,3 @@ _testmain.go
3131
# idea ignore
3232
.idea/
3333
go.sum
34-
go.mod

go.mod

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
module github.com/bytedance/go-tagexpr
2+
3+
go 1.14
4+
5+
require (
6+
github.com/davecgh/go-spew v1.1.1 // indirect
7+
github.com/gogo/protobuf v1.3.1
8+
github.com/henrylee2cn/ameda v1.4.8
9+
github.com/henrylee2cn/goutil v0.0.0-20210127050712-89660552f6f8
10+
github.com/nyaruka/phonenumbers v1.0.55
11+
github.com/stretchr/testify v1.5.1
12+
github.com/tidwall/gjson v1.6.0
13+
)

0 commit comments

Comments
 (0)