-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update module github.com/google/certificate-transparency…
…-go to v1.2.2
- Loading branch information
1 parent
d322906
commit e35d138
Showing
458 changed files
with
52,224 additions
and
10,220 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,46 @@ | ||
module github.com/khulnasoft-lab/cfssl | ||
|
||
go 1.18 | ||
go 1.22.7 | ||
|
||
toolchain go1.23.2 | ||
|
||
require ( | ||
bitbucket.org/liamstask/goose v0.0.0-20150115234039-8488cc47d90c | ||
github.com/cloudflare/backoff v0.0.0-20161212185259-647f3cdfc87a | ||
github.com/cloudflare/redoctober v0.0.0-20231030153235-deb1d5563cfb | ||
github.com/go-sql-driver/mysql v1.7.1 | ||
github.com/google/certificate-transparency-go v1.1.7 | ||
github.com/go-sql-driver/mysql v1.8.1 | ||
github.com/google/certificate-transparency-go v1.2.2 | ||
github.com/jmhodges/clock v1.2.0 | ||
github.com/jmoiron/sqlx v1.3.5 | ||
github.com/kisielk/sqlstruct v0.0.0-20210630145711-dae28ed37023 | ||
github.com/lib/pq v1.10.9 | ||
github.com/mattn/go-sqlite3 v1.14.22 | ||
github.com/prometheus/client_golang v1.19.0 | ||
github.com/mattn/go-sqlite3 v1.14.24 | ||
github.com/prometheus/client_golang v1.20.5 | ||
github.com/zmap/zcrypto v0.0.0-20230310154051-c8b263fd8300 | ||
github.com/zmap/zlint/v3 v3.6.1 | ||
golang.org/x/crypto v0.19.0 | ||
golang.org/x/crypto v0.28.0 | ||
) | ||
|
||
require ( | ||
filippo.io/edwards25519 v1.1.0 // indirect | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/cespare/xxhash/v2 v2.2.0 // indirect | ||
github.com/cespare/xxhash/v2 v2.3.0 // indirect | ||
github.com/getsentry/sentry-go v0.11.0 // indirect | ||
github.com/go-logr/logr v1.2.4 // indirect | ||
github.com/go-logr/logr v1.4.2 // indirect | ||
github.com/klauspost/compress v1.17.9 // indirect | ||
github.com/kylelemons/go-gypsy v1.0.0 // indirect | ||
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect | ||
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect | ||
github.com/pelletier/go-toml v1.9.3 // indirect | ||
github.com/prometheus/client_model v0.5.0 // indirect | ||
github.com/prometheus/common v0.48.0 // indirect | ||
github.com/prometheus/procfs v0.12.0 // indirect | ||
github.com/stretchr/testify v1.8.4 // indirect | ||
github.com/prometheus/client_model v0.6.1 // indirect | ||
github.com/prometheus/common v0.55.0 // indirect | ||
github.com/prometheus/procfs v0.15.1 // indirect | ||
github.com/stretchr/testify v1.9.0 // indirect | ||
github.com/weppos/publicsuffix-go v0.30.0 // indirect | ||
github.com/ziutek/mymysql v1.5.4 // indirect | ||
golang.org/x/net v0.20.0 // indirect | ||
golang.org/x/sys v0.17.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
google.golang.org/protobuf v1.32.0 // indirect | ||
k8s.io/klog/v2 v2.100.1 // indirect | ||
golang.org/x/net v0.30.0 // indirect | ||
golang.org/x/sys v0.26.0 // indirect | ||
golang.org/x/text v0.19.0 // indirect | ||
google.golang.org/protobuf v1.35.1 // indirect | ||
k8s.io/klog/v2 v2.130.1 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.