Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision

Target

Select target project
  • ai3/tools/acmeserver
  • godog/acmeserver
  • svp-bot/acmeserver
3 results
Select Git revision
Show changes
Commits on Source (2)
...@@ -4,7 +4,7 @@ go 1.14 ...@@ -4,7 +4,7 @@ go 1.14
require ( require (
git.autistici.org/ai3/go-common v0.0.0-20230816213645-b3aa3fb514d6 git.autistici.org/ai3/go-common v0.0.0-20230816213645-b3aa3fb514d6
git.autistici.org/ai3/tools/replds v0.0.0-20230817204140-2ea02f3acb7b git.autistici.org/ai3/tools/replds v0.0.0-20230923170339-b6e6e3cc032b
github.com/miekg/dns v1.1.50 github.com/miekg/dns v1.1.50
github.com/prometheus/client_golang v1.12.2 github.com/prometheus/client_golang v1.12.2
golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90 golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90
......
...@@ -62,6 +62,8 @@ git.autistici.org/ai3/tools/replds v0.0.0-20221125172033-645684356fd1 h1:hnaPLqc ...@@ -62,6 +62,8 @@ git.autistici.org/ai3/tools/replds v0.0.0-20221125172033-645684356fd1 h1:hnaPLqc
git.autistici.org/ai3/tools/replds v0.0.0-20221125172033-645684356fd1/go.mod h1:rglcYetSwQ6a70Hs6Wv+ab3y+eIVBOQw8KtH4e2o3to= git.autistici.org/ai3/tools/replds v0.0.0-20221125172033-645684356fd1/go.mod h1:rglcYetSwQ6a70Hs6Wv+ab3y+eIVBOQw8KtH4e2o3to=
git.autistici.org/ai3/tools/replds v0.0.0-20230817204140-2ea02f3acb7b h1:5Fa6VGXx+ySIg6E14vFnK3YAxS8psYzQaAKOhOcJ6BE= git.autistici.org/ai3/tools/replds v0.0.0-20230817204140-2ea02f3acb7b h1:5Fa6VGXx+ySIg6E14vFnK3YAxS8psYzQaAKOhOcJ6BE=
git.autistici.org/ai3/tools/replds v0.0.0-20230817204140-2ea02f3acb7b/go.mod h1:aRZt7jndr4Zt2hkL9tzTj7DwtEYosOIz7vWpJtnWPSo= git.autistici.org/ai3/tools/replds v0.0.0-20230817204140-2ea02f3acb7b/go.mod h1:aRZt7jndr4Zt2hkL9tzTj7DwtEYosOIz7vWpJtnWPSo=
git.autistici.org/ai3/tools/replds v0.0.0-20230923170339-b6e6e3cc032b h1:aZWVUCs8usMtlIZv8xuZi1RHSVCc4fZ+58haZOm3oXo=
git.autistici.org/ai3/tools/replds v0.0.0-20230923170339-b6e6e3cc032b/go.mod h1:aRZt7jndr4Zt2hkL9tzTj7DwtEYosOIz7vWpJtnWPSo=
github.com/Azure/azure-amqp-common-go/v2 v2.1.0/go.mod h1:R8rea+gJRuJR6QxTir/XuEd+YuKoUiazDC/N96FiDEU= github.com/Azure/azure-amqp-common-go/v2 v2.1.0/go.mod h1:R8rea+gJRuJR6QxTir/XuEd+YuKoUiazDC/N96FiDEU=
github.com/Azure/azure-pipeline-go v0.2.1/go.mod h1:UGSo8XybXnIGZ3epmeBw7Jdz+HiUVpqIlpz/HKHylF4= github.com/Azure/azure-pipeline-go v0.2.1/go.mod h1:UGSo8XybXnIGZ3epmeBw7Jdz+HiUVpqIlpz/HKHylF4=
github.com/Azure/azure-sdk-for-go v29.0.0+incompatible/go.mod h1:9XXNKU+eRnpl9moKnB4QOLf1HestfXbmab5FXxiDBjc= github.com/Azure/azure-sdk-for-go v29.0.0+incompatible/go.mod h1:9XXNKU+eRnpl9moKnB4QOLf1HestfXbmab5FXxiDBjc=
......
include: "https://git.autistici.org/ai3/build-deb/raw/master/ci-common.yml" include:
- "https://git.autistici.org/pipelines/debian/raw/master/common.yml"
run_tests: - "https://git.autistici.org/pipelines/images/test/golang/raw/master/ci.yml"
stage: test
image: registry.git.autistici.org/ai3/docker/test/golang:master
script:
- run-go-test ./...
artifacts:
when: always
reports:
coverage_report:
coverage_format: cobertura
path: cover.xml
junit: report.xml
...@@ -4,7 +4,7 @@ git.autistici.org/ai3/go-common ...@@ -4,7 +4,7 @@ git.autistici.org/ai3/go-common
git.autistici.org/ai3/go-common/clientutil git.autistici.org/ai3/go-common/clientutil
git.autistici.org/ai3/go-common/serverutil git.autistici.org/ai3/go-common/serverutil
git.autistici.org/ai3/go-common/tracing git.autistici.org/ai3/go-common/tracing
# git.autistici.org/ai3/tools/replds v0.0.0-20230817204140-2ea02f3acb7b # git.autistici.org/ai3/tools/replds v0.0.0-20230923170339-b6e6e3cc032b
## explicit ## explicit
git.autistici.org/ai3/tools/replds git.autistici.org/ai3/tools/replds
# github.com/NYTimes/gziphandler v1.1.1 # github.com/NYTimes/gziphandler v1.1.1
......