Skip to content

Commit

Permalink
go.mod: github.com/cloudflare/cfssl v1.5.0
Browse files Browse the repository at this point in the history
not using latest version, as that brings many indirect dependencies (through cobra)

- removes github.com/gogo/protobuf dependency
- unfortunately, brings back golang.org/x/crypto/ed25519 (will open a PR for that)

Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
thaJeztah committed Nov 7, 2022
1 parent fb4fbb8 commit ea4d20d
Show file tree
Hide file tree
Showing 413 changed files with 49,973 additions and 16,938 deletions.
9 changes: 6 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.17
require (
github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d
github.com/bugsnag/bugsnag-go v1.0.5
github.com/cloudflare/cfssl v0.0.0-20180223231731-4e2dcbde5004 // 1.3.1
github.com/cloudflare/cfssl v1.5.0
github.com/docker/distribution v2.8.1+incompatible
github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
github.com/docker/go-connections v0.4.0
Expand Down Expand Up @@ -42,13 +42,13 @@ require (
github.com/docker/go-metrics v0.0.1 // indirect
github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 // indirect
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/google/certificate-transparency-go v1.0.10-0.20180222191210-5ab67e519c93 // indirect
github.com/google/certificate-transparency-go v1.0.21 // indirect
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.4 // indirect
github.com/jmoiron/sqlx v1.2.0 // indirect
github.com/juju/loggo v0.0.0-20190526231331-6e530bcce5d8 // indirect
github.com/magiconair/properties v1.8.6 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
Expand All @@ -68,6 +68,9 @@ require (
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/subosito/gotenv v1.4.1 // indirect
github.com/weppos/publicsuffix-go v0.13.0 // indirect
github.com/zmap/zcrypto v0.0.0-20200911161511-43ff0ea04f21 // indirect
github.com/zmap/zlint/v2 v2.2.1 // indirect
golang.org/x/text v0.4.0 // indirect
google.golang.org/genproto v0.0.0-20220519153652-3a47de7e79bd // indirect
gopkg.in/cenkalti/backoff.v2 v2.2.1 // indirect
Expand Down
52 changes: 47 additions & 5 deletions go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion trustpinning/certs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func sampleCertChain(t *testing.T) *certChain {
// Create a simple CSR for the CA using the default CA validator and policy
req := &csr.CertificateRequest{
CN: "docker.io/notary/root",
KeyRequest: csr.NewBasicKeyRequest(),
KeyRequest: csr.NewKeyRequest(),
CA: &csr.CAConfig{},
}

Expand Down
2 changes: 1 addition & 1 deletion vendor/github.com/cloudflare/cfssl/auth/auth.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions vendor/github.com/cloudflare/cfssl/certdb/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

44 changes: 44 additions & 0 deletions vendor/github.com/cloudflare/cfssl/certdb/certdb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

112 changes: 99 additions & 13 deletions vendor/github.com/cloudflare/cfssl/config/config.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ea4d20d

Please sign in to comment.