Skip to content

Commit

Permalink
add go.mod
Browse files Browse the repository at this point in the history
Change-Id: I429a00325eba3ae3e6bbabda3525ae575f1def19
  • Loading branch information
andeya committed Feb 1, 2021
1 parent de5b874 commit f004a4a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,3 @@ _testmain.go
# idea ignore
.idea/
go.sum
go.mod
13 changes: 13 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
module github.com/bytedance/go-tagexpr

go 1.14

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gogo/protobuf v1.3.1
github.com/henrylee2cn/ameda v1.4.8
github.com/henrylee2cn/goutil v0.0.0-20210127050712-89660552f6f8
github.com/nyaruka/phonenumbers v1.0.55
github.com/stretchr/testify v1.5.1
github.com/tidwall/gjson v1.6.0
)

0 comments on commit f004a4a

Please sign in to comment.