Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

go back to using short prefix on domain #856

go back to using short prefix on domain

go back to using short prefix on domain #856

Triggered via pull request June 21, 2023 14:39
Status Failure
Total duration 4m 8s
Artifacts

knative-verify.yaml

on: pull_request
verify  /  Verify Deps and Codegen
3m 55s
verify / Verify Deps and Codegen
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
verify / Verify Deps and Codegen: go.mod#L1
Please run ./hack/update-codegen.sh. diff --git a/go.mod b/go.mod index efe3e97..3e3bc77 100644 --- a/go.mod +++ b/go.mod @@ -6,8 +6,6 @@ require ( github.com/cert-manager/cert-manager v1.8.0 github.com/ghodss/yaml v1.0.0 github.com/google/go-cmp v0.5.9 - github.com/google/uuid v1.3.0 - github.com/martinlindhe/base36 v1.1.1 go.uber.org/zap v1.19.1 k8s.io/api v0.26.5 k8s.io/apimachinery v0.26.5 @@ -40,6 +38,7 @@ require ( github.com/golang/protobuf v1.5.2 // indirect github.com/google/gnostic v0.5.7-v3refs // indirect github.com/google/gofuzz v1.2.0 // indirect + github.com/google/uuid v1.3.0 // indirect github.com/gorilla/websocket v1.4.2 // indirect github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect github.com/hashicorp/golang-lru v0.5.4 // indirect
verify / Verify Deps and Codegen: go.sum#L1
Please run ./hack/update-codegen.sh. diff --git a/go.sum b/go.sum index f73d631..85d607f 100644 --- a/go.sum +++ b/go.sum @@ -406,8 +406,6 @@ github.com/mailru/easyjson v0.7.0/go.mod h1:KAzv3t3aY1NaHWoQz1+4F1ccyAH66Jk7yos7 github.com/mailru/easyjson v0.7.6/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc= github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0= github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc= -github.com/martinlindhe/base36 v1.1.1 h1:1F1MZ5MGghBXDZ2KJ3QfxmiydlWOGB8HCEtkap5NkVg= -github.com/martinlindhe/base36 v1.1.1/go.mod h1:vMS8PaZ5e/jV9LwFKlm0YLnXl/hpOihiBxKkIoc3g08= github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU= github.com/mattn/go-colorable v0.1.8/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope9wVRipJSqc= github.com/mattn/go-isatty v0.0.3/go.mod h1:M+lRXTBqGeGNdLjl/ufCoiOlB5xdOkqRJdNxMWT7Zi4=
verify / Verify Deps and Codegen: vendor/github.com/martinlindhe/base36/LICENSE#L1
Please run ./hack/update-codegen.sh.
verify / Verify Deps and Codegen: vendor/modules.txt#L1
Please run ./hack/update-codegen.sh. diff --git a/vendor/modules.txt b/vendor/modules.txt index 4652655..0a75082 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -137,9 +137,6 @@ github.com/kelseyhightower/envconfig github.com/mailru/easyjson/buffer github.com/mailru/easyjson/jlexer github.com/mailru/easyjson/jwriter -# github.com/martinlindhe/base36 v1.1.1 -## explicit; go 1.16 -github.com/martinlindhe/base36 # github.com/matttproud/golang_protobuf_extensions v1.0.2 ## explicit; go 1.9 github.com/matttproud/golang_protobuf_extensions/pbutil
verify / Verify Deps and Codegen
Process completed with exit code 1.
verify / Verify Deps and Codegen
Restore cache failed: Dependencies file is not found in /home/runner/work/net-certmanager/net-certmanager. Supported file pattern: go.sum