summaryrefslogtreecommitdiffstats
path: root/Gopkg.lock
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.lock
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.lock')
-rw-r--r--Gopkg.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gopkg.lock b/Gopkg.lock
index ca02fe933b..88d3567b20 100644
--- a/Gopkg.lock
+++ b/Gopkg.lock
@@ -406,11 +406,11 @@
version = "v0.6.0"
[[projects]]
- digest = "1:d366480c27ab51b3f7e995f25503063e7a6ebc7feb269df2499c33471f35cd62"
+ digest = "1:f3015325cb2a17a6ff838358574921a343a0295059b7eb5bec07187131befc0b"
name = "github.com/go-xorm/xorm"
packages = ["."]
pruneopts = "NUT"
- revision = "1cd2662be938bfee0e34af92fe448513e0560fb1"
+ revision = "a6300f2a45e05a8f75f00a1d6188049fe7851915"
[[projects]]
branch = "master"