Skip to content

Commit 730ee58

Browse files
authored
Merge pull request #1409 from mitch292/mitch292/revert-ct-go-upgrade
Revert "Upgrade certificate-transparency-go from v1.1.8 to v1.3.1"
2 parents cb0a0a3 + 14f61be commit 730ee58

File tree

444 files changed

+11116
-51766
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

444 files changed

+11116
-51766
lines changed

go.mod

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,41 @@
11
module github.com/cloudflare/cfssl
22

3-
go 1.23
3+
go 1.18
44

55
require (
66
bitbucket.org/liamstask/goose v0.0.0-20150115234039-8488cc47d90c
77
github.com/cloudflare/backoff v0.0.0-20161212185259-647f3cdfc87a
88
github.com/cloudflare/redoctober v0.0.0-20211013234631-6a74ccc611f6
9-
github.com/go-sql-driver/mysql v1.8.1
10-
github.com/google/certificate-transparency-go v1.3.1
9+
github.com/go-sql-driver/mysql v1.8.0
10+
github.com/google/certificate-transparency-go v1.1.8
1111
github.com/jmhodges/clock v1.2.0
1212
github.com/jmoiron/sqlx v1.3.5
1313
github.com/kisielk/sqlstruct v0.0.0-20201105191214-5f3e10d3ab46
1414
github.com/lib/pq v1.10.9
15-
github.com/mattn/go-sqlite3 v1.14.24
16-
github.com/prometheus/client_golang v1.20.5
15+
github.com/mattn/go-sqlite3 v1.14.22
16+
github.com/prometheus/client_golang v1.19.0
1717
github.com/zmap/zcrypto v0.0.0-20230310154051-c8b263fd8300
1818
github.com/zmap/zlint/v3 v3.5.0
19-
golang.org/x/crypto v0.32.0
19+
golang.org/x/crypto v0.21.0
2020
)
2121

2222
require (
2323
filippo.io/edwards25519 v1.1.0 // indirect
2424
github.com/beorn7/perks v1.0.1 // indirect
25-
github.com/cespare/xxhash/v2 v2.3.0 // indirect
25+
github.com/cespare/xxhash/v2 v2.2.0 // indirect
2626
github.com/getsentry/sentry-go v0.11.0 // indirect
27-
github.com/go-logr/logr v1.4.2 // indirect
28-
github.com/klauspost/compress v1.17.11 // indirect
27+
github.com/go-logr/logr v1.4.1 // indirect
2928
github.com/kylelemons/go-gypsy v1.0.0 // indirect
30-
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
3129
github.com/pelletier/go-toml v1.9.3 // indirect
32-
github.com/prometheus/client_model v0.6.1 // indirect
33-
github.com/prometheus/common v0.55.0 // indirect
34-
github.com/prometheus/procfs v0.15.1 // indirect
30+
github.com/prometheus/client_model v0.5.0 // indirect
31+
github.com/prometheus/common v0.48.0 // indirect
32+
github.com/prometheus/procfs v0.12.0 // indirect
33+
github.com/stretchr/testify v1.8.4 // indirect
3534
github.com/weppos/publicsuffix-go v0.30.0 // indirect
3635
github.com/ziutek/mymysql v1.5.4 // indirect
37-
golang.org/x/net v0.34.0 // indirect
38-
golang.org/x/sys v0.29.0 // indirect
39-
golang.org/x/text v0.21.0 // indirect
40-
google.golang.org/protobuf v1.36.2 // indirect
41-
k8s.io/klog/v2 v2.130.1 // indirect
36+
golang.org/x/net v0.22.0 // indirect
37+
golang.org/x/sys v0.18.0 // indirect
38+
golang.org/x/text v0.14.0 // indirect
39+
google.golang.org/protobuf v1.33.0 // indirect
40+
k8s.io/klog/v2 v2.120.1 // indirect
4241
)

go.sum

Lines changed: 33 additions & 46 deletions
Large diffs are not rendered by default.

vendor/github.com/cespare/xxhash/v2/README.md

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cespare/xxhash/v2/xxhash.go

Lines changed: 7 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cespare/xxhash/v2/xxhash_asm.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cespare/xxhash/v2/xxhash_other.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cespare/xxhash/v2/xxhash_safe.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cespare/xxhash/v2/xxhash_unsafe.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/go-logr/logr/README.md

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/go-sql-driver/mysql/CHANGELOG.md

Lines changed: 0 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)