fix #782 (bring vendor into the main tree)

This commit is contained in:
Shivaram Lingamneni
2020-02-12 13:19:23 -05:00
parent 702c7b1e7c
commit d0aa7cc860
616 changed files with 359667 additions and 31 deletions

8
vendor/github.com/tidwall/gjson/go.mod generated vendored Normal file
View File

@@ -0,0 +1,8 @@
module github.com/tidwall/gjson
go 1.12
require (
github.com/tidwall/match v1.0.1
github.com/tidwall/pretty v1.0.0
)