-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathgo.mod
32 lines (29 loc) · 1.19 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
module github.com/tkeel-io/tdtl
go 1.17
require (
github.com/Jeffail/gabs v1.4.0
github.com/a8m/djson v0.0.0-20170509170705-c02c5aef757f
github.com/antlr/antlr4 v0.0.0-20200503195918-621b933c7a7f
github.com/antonholmquist/jason v1.0.0
github.com/bitly/go-simplejson v0.5.0
github.com/buger/jsonparser v1.1.1
github.com/mailru/easyjson v0.7.7
github.com/mreiferson/go-ujson v0.0.0-20200614021406-c02629f4935e
github.com/pquerna/ffjson v0.0.0-20190930134022-aa0246cd15f7
github.com/smartystreets/goconvey v1.7.2
github.com/stretchr/testify v1.7.0
github.com/tidwall/match v1.1.1
github.com/tidwall/pretty v1.2.0
)
require (
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/jtolds/gls v4.20.0+incompatible // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/smartystreets/assertions v1.2.0 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)