We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de5b874 commit f004a4aCopy full SHA for f004a4a
.gitignore
@@ -31,4 +31,3 @@ _testmain.go
31
# idea ignore
32
.idea/
33
go.sum
34
-go.mod
go.mod
@@ -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