We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29c5ac7 commit 3dfc0b9Copy full SHA for 3dfc0b9
go.mod
@@ -0,0 +1,8 @@
1
+module github.com/antchfx/jsonquery
2
+
3
+go 1.14
4
5
+require (
6
+ github.com/antchfx/xpath v1.1.6
7
+ github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
8
+)
go.sum
@@ -0,0 +1,4 @@
+github.com/antchfx/xpath v1.1.6 h1:6sVh6hB5T6phw1pFpHRQ+C4bd8sNI+O58flqtg7h0R0=
+github.com/antchfx/xpath v1.1.6/go.mod h1:Yee4kTMuNiPYJ7nSNorELQMr1J33uOpXDMByNYhvtNk=
+github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e h1:1r7pUrabqp18hOBcwBwiTsbnFeTZHV9eER/QT5JVZxY=
+github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
0 commit comments