summaryrefslogtreecommitdiffstats
path: root/Gopkg.toml
diff options
context:
space:
mode:
authorZsombor <gzsombor@users.noreply.github.com>2019-01-16 22:24:09 +0100
committertechknowlogick <hello@techknowlogick.com>2019-01-16 16:24:09 -0500
commitc2dcb3514840d6807439f4b154a6802b00bf6d79 (patch)
tree3f80d4c322a1f2c19e65a59895affcf34d60fd7e /Gopkg.toml
parent19e651c0dd81601551acbf4f818c24670515192b (diff)
downloadgitea-c2dcb3514840d6807439f4b154a6802b00bf6d79.tar.gz
gitea-c2dcb3514840d6807439f4b154a6802b00bf6d79.zip
Fixing #5728: (#5747)
* Format boolean values to true/false even when it is returned as byte-slice, * Fix the sequence generation, the proper sequence name is used (instead of 'table_id_seq'), and fix the next value be max+1 always
Diffstat (limited to 'Gopkg.toml')
-rw-r--r--Gopkg.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gopkg.toml b/Gopkg.toml
index cd40aaedc6..2eb81803a1 100644
--- a/Gopkg.toml
+++ b/Gopkg.toml
@@ -38,7 +38,7 @@ ignored = ["google.golang.org/appengine*"]
[[override]]
name = "github.com/go-xorm/xorm"
- revision = "1cd2662be938bfee0e34af92fe448513e0560fb1"
+ revision = "a6300f2a45e05a8f75f00a1d6188049fe7851915"
[[override]]
name = "github.com/go-xorm/builder"