upgrade xorm packages to latest versions

This commit is contained in:
Marcus Efraimsson
2019-03-05 21:11:23 +01:00
parent b582611004
commit f845a3b841
76 changed files with 3327 additions and 4329 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ package jmespath
import "strconv"
// JmesPath is the epresentation of a compiled JMES path query. A JmesPath is
// JMESPath is the epresentation of a compiled JMES path query. A JMESPath is
// safe for concurrent use by multiple goroutines.
type JMESPath struct {
ast ASTNode