Update src.techknowlogick.com/xgo commit hash to 209a5cf (#523)

Update src.techknowlogick.com/xgo commit hash to 209a5cf

Reviewed-on: vikunja/api#523
This commit is contained in:
renovate 2020-05-15 13:28:38 +00:00 committed by konrad
parent 333444b4e1
commit 851f0d6c08
6 changed files with 29 additions and 27 deletions

2
go.mod
View File

@ -76,7 +76,7 @@ require (
gopkg.in/d4l3k/messagediff.v1 v1.2.1
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
honnef.co/go/tools v0.0.1-2019.2.3
src.techknowlogick.com/xgo v0.0.0-20200408234745-bb0faa361273
src.techknowlogick.com/xgo v0.0.0-20200514233805-209a5cf70012
src.techknowlogick.com/xormigrate v1.2.0
xorm.io/builder v0.3.7
xorm.io/core v0.7.3

2
go.sum
View File

@ -781,6 +781,8 @@ honnef.co/go/tools v0.0.1-2019.2.3/go.mod h1:a3bituU0lyd329TUQxRnasdCoJDkEUEAqEt
rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=
src.techknowlogick.com/xgo v0.0.0-20200408234745-bb0faa361273 h1:dE6ry9rVwDn3soD4wPCXqEG60AZTuhniZzHdnj3c+74=
src.techknowlogick.com/xgo v0.0.0-20200408234745-bb0faa361273/go.mod h1:31CE1YKtDOrKTk9PSnjTpe6YbO6W/0LTYZ1VskL09oU=
src.techknowlogick.com/xgo v0.0.0-20200514233805-209a5cf70012 h1:k1/qGRpsaGka4IHT2UIUdPqM6+oo3O7+8S3ACN2kJZQ=
src.techknowlogick.com/xgo v0.0.0-20200514233805-209a5cf70012/go.mod h1:31CE1YKtDOrKTk9PSnjTpe6YbO6W/0LTYZ1VskL09oU=
src.techknowlogick.com/xormigrate v1.2.0 h1:bq9JaI48bxB+OddMghicjmV7sGmBUogJq4HmTN0DOcw=
src.techknowlogick.com/xormigrate v1.2.0/go.mod h1:7so27LAfBRqAxbma5jKYeL4ykVG1Jhsv9ncSq1KBCs4=
xorm.io/builder v0.3.7 h1:2pETdKRK+2QG4mLX4oODHEhn5Z8j1m8sXa7jfu+/SZI=

2
vendor/modules.txt vendored
View File

@ -351,7 +351,7 @@ honnef.co/go/tools/staticcheck/vrp
honnef.co/go/tools/stylecheck
honnef.co/go/tools/unused
honnef.co/go/tools/version
# src.techknowlogick.com/xgo v0.0.0-20200408234745-bb0faa361273
# src.techknowlogick.com/xgo v0.0.0-20200514233805-209a5cf70012
src.techknowlogick.com/xgo
# src.techknowlogick.com/xormigrate v1.2.0
src.techknowlogick.com/xormigrate

View File

@ -37,14 +37,14 @@ kind: 'pipeline',
name: 'default',
steps: [
BuildStepDry('base'),
BuildStepDry('go-1.14.2', 'dry-run-base'),
BuildStepDry('go-1.13.10', 'dry-run-base'),
BuildStepDry('go-1.14.3', 'dry-run-base'),
BuildStepDry('go-1.13.11', 'dry-run-base'),
BuildStep('base'),
BuildStep('go-1.14.2', 'build-base'),
BuildStep('go-1.14.x', 'build-go-1.14.2'),
BuildStep('go-1.13.10', 'build-base'),
BuildStep('go-1.13.x', 'build-go-1.13.10'),
BuildStep('go-1.14.3', 'build-base'),
BuildStep('go-1.14.x', 'build-go-1.14.3'),
BuildStep('go-1.13.11', 'build-base'),
BuildStep('go-1.13.x', 'build-go-1.13.11'),
BuildWithDiffTags('go-latest', 'latest', 'build-go-1.14.x'),
]
}

View File

@ -24,17 +24,17 @@ steps:
event:
- pull_request
- name: dry-run-go-1.14.2
- name: dry-run-go-1.14.3
pull: always
image: plugins/docker
settings:
context: docker/go-1.14.2
dockerfile: docker/go-1.14.2/Dockerfile
context: docker/go-1.14.3
dockerfile: docker/go-1.14.3/Dockerfile
dry_run: true
password:
from_secret: docker_password
repo: techknowlogick/xgo
tags: go-1.14.2
tags: go-1.14.3
username:
from_secret: docker_username
when:
@ -43,17 +43,17 @@ steps:
depends_on:
- dry-run-base
- name: dry-run-go-1.13.10
- name: dry-run-go-1.13.11
pull: always
image: plugins/docker
settings:
context: docker/go-1.13.10
dockerfile: docker/go-1.13.10/Dockerfile
context: docker/go-1.13.11
dockerfile: docker/go-1.13.11/Dockerfile
dry_run: true
password:
from_secret: docker_password
repo: techknowlogick/xgo
tags: go-1.13.10
tags: go-1.13.11
username:
from_secret: docker_username
when:
@ -81,16 +81,16 @@ steps:
exclude:
- pull_request
- name: build-go-1.14.2
- name: build-go-1.14.3
pull: always
image: plugins/docker
settings:
context: docker/go-1.14.2
dockerfile: docker/go-1.14.2/Dockerfile
context: docker/go-1.14.3
dockerfile: docker/go-1.14.3/Dockerfile
password:
from_secret: docker_password
repo: techknowlogick/xgo
tags: go-1.14.2
tags: go-1.14.3
username:
from_secret: docker_username
when:
@ -121,18 +121,18 @@ steps:
exclude:
- pull_request
depends_on:
- build-go-1.14.2
- build-go-1.14.3
- name: build-go-1.13.10
- name: build-go-1.13.11
pull: always
image: plugins/docker
settings:
context: docker/go-1.13.10
dockerfile: docker/go-1.13.10/Dockerfile
context: docker/go-1.13.11
dockerfile: docker/go-1.13.11/Dockerfile
password:
from_secret: docker_password
repo: techknowlogick/xgo
tags: go-1.13.10
tags: go-1.13.11
username:
from_secret: docker_username
when:
@ -163,7 +163,7 @@ steps:
exclude:
- pull_request
depends_on:
- build-go-1.13.10
- build-go-1.13.11
- name: build-go-latest
pull: always

View File

@ -1 +1 @@
99fd22af05b2405fc09af12ace20fae3 -
ea2edd142224905f2fbeff0ea272ee98 -