@@ -7,105 +7,42 @@ require (
7
7
github.com/cloudflare/backoff v0.0.0-20161212185259-647f3cdfc87a
8
8
github.com/cloudflare/redoctober v0.0.0-20201013214028-99c99a8e7544
9
9
github.com/go-sql-driver/mysql v1.6.0
10
- github.com/google/certificate-transparency-go v1.1.2-0.20210511102531-373a877eec92
10
+ github.com/google/certificate-transparency-go v1.1.4
11
11
github.com/jmhodges/clock v0.0.0-20160418191101-880ee4c33548
12
12
github.com/jmoiron/sqlx v1.3.3
13
13
github.com/kisielk/sqlstruct v0.0.0-20201105191214-5f3e10d3ab46
14
14
github.com/kisom/goutils v1.4.3
15
15
github.com/lib/pq v1.10.1
16
- github.com/mattn/go-sqlite3 v1.14.7
17
- github.com/prometheus/client_golang v1.10 .0
16
+ github.com/mattn/go-sqlite3 v1.14.15
17
+ github.com/prometheus/client_golang v1.13 .0
18
18
github.com/stretchr/testify v1.7.0
19
19
github.com/zmap/zcrypto v0.0.0-20210511125630-18f1e0152cfc
20
20
github.com/zmap/zlint/v3 v3.1.0
21
21
golang.org/x/crypto v0.0.0-20220824171710-5757bc0c5503
22
- golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2
22
+ golang.org/x/net v0.0.0-20220722155237-a158d28d115b
23
23
)
24
24
25
25
require (
26
- cloud.google.com/go v0.81.0 // indirect
27
26
github.com/beorn7/perks v1.0.1 // indirect
28
- github.com/bgentry/speakeasy v0.1.0 // indirect
29
- github.com/census-instrumentation/opencensus-proto v0.3.0 // indirect
30
27
github.com/certifi/gocertifi v0.0.0-20210507211836-431795d63e8d // indirect
31
- github.com/cespare/xxhash/v2 v2.1.1 // indirect
32
- github.com/cncf/udpa/go v0.0.0-20210322005330-6414d713912e // indirect
33
- github.com/coreos/go-semver v0.3.0 // indirect
34
- github.com/coreos/go-systemd/v22 v22.3.2 // indirect
35
- github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
28
+ github.com/cespare/xxhash/v2 v2.1.2 // indirect
36
29
github.com/davecgh/go-spew v1.1.1 // indirect
37
- github.com/dustin/go-humanize v1.0.0 // indirect
38
- github.com/envoyproxy/go-control-plane v0.9.9-0.20210217033140-668b12f5399d // indirect
39
- github.com/envoyproxy/protoc-gen-validate v0.6.1 // indirect
40
- github.com/form3tech-oss/jwt-go v3.2.3+incompatible // indirect
41
- github.com/fullstorydev/grpcurl v1.8.1 // indirect
42
30
github.com/getsentry/raven-go v0.2.0 // indirect
43
- github.com/gogo/protobuf v1.3.2 // indirect
44
- github.com/golang/glog v0.0.0-20210429001901-424d2337a529 // indirect
45
- github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
46
- github.com/golang/mock v1.5.0 // indirect
31
+ github.com/go-logr/logr v1.2.0 // indirect
47
32
github.com/golang/protobuf v1.5.2 // indirect
48
- github.com/google/btree v1.0.1 // indirect
49
- github.com/google/go-cmp v0.5.5 // indirect
50
- github.com/google/uuid v1.2.0 // indirect
51
- github.com/gorilla/websocket v1.4.2 // indirect
52
- github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
53
- github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
54
- github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
55
- github.com/inconshreveable/mousetrap v1.0.0 // indirect
56
- github.com/jhump/protoreflect v1.8.2 // indirect
57
- github.com/jonboulle/clockwork v0.2.2 // indirect
58
- github.com/json-iterator/go v1.1.11 // indirect
33
+ github.com/kr/text v0.2.0 // indirect
59
34
github.com/kylelemons/go-gypsy v1.0.0 // indirect
60
- github.com/mattn/go-runewidth v0.0.12 // indirect
61
35
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
62
- github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
63
- github.com/modern-go/reflect2 v1.0.1 // indirect
64
- github.com/olekukonko/tablewriter v0.0.5 // indirect
65
36
github.com/pkg/errors v0.9.1 // indirect
66
37
github.com/pmezard/go-difflib v1.0.0 // indirect
67
38
github.com/prometheus/client_model v0.2.0 // indirect
68
- github.com/prometheus/common v0.24.0 // indirect
69
- github.com/prometheus/procfs v0.6.0 // indirect
70
- github.com/rivo/uniseg v0.2.0 // indirect
71
- github.com/russross/blackfriday/v2 v2.1.0 // indirect
72
- github.com/sirupsen/logrus v1.8.1 // indirect
73
- github.com/soheilhy/cmux v0.1.5 // indirect
74
- github.com/spf13/cobra v1.1.3 // indirect
75
- github.com/spf13/pflag v1.0.5 // indirect
76
- github.com/tmc/grpc-websocket-proxy v0.0.0-20201229170055-e5319fda7802 // indirect
77
- github.com/urfave/cli v1.22.5 // indirect
39
+ github.com/prometheus/common v0.37.0 // indirect
40
+ github.com/prometheus/procfs v0.8.0 // indirect
78
41
github.com/weppos/publicsuffix-go v0.15.1-0.20210511084619-b1f36a2d6c0b // indirect
79
- github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
80
42
github.com/ziutek/mymysql v1.5.4 // indirect
81
- go.etcd.io/bbolt v1.3.5 // indirect
82
- go.etcd.io/etcd/api/v3 v3.5.0-alpha.0 // indirect
83
- go.etcd.io/etcd/client/v2 v2.305.0-alpha.0 // indirect
84
- go.etcd.io/etcd/client/v3 v3.5.0-alpha.0 // indirect
85
- go.etcd.io/etcd/etcdctl/v3 v3.5.0-alpha.0 // indirect
86
- go.etcd.io/etcd/pkg/v3 v3.5.0-alpha.0 // indirect
87
- go.etcd.io/etcd/raft/v3 v3.5.0-alpha.0 // indirect
88
- go.etcd.io/etcd/server/v3 v3.5.0-alpha.0 // indirect
89
- go.etcd.io/etcd/tests/v3 v3.5.0-alpha.0 // indirect
90
- go.etcd.io/etcd/v3 v3.5.0-alpha.0 // indirect
91
- go.uber.org/atomic v1.7.0 // indirect
92
- go.uber.org/multierr v1.7.0 // indirect
93
- go.uber.org/zap v1.16.0 // indirect
94
- golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
95
- golang.org/x/mod v0.4.2 // indirect
96
- golang.org/x/oauth2 v0.0.0-20210427180440-81ed05c6b58c // indirect
97
- golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect
98
- golang.org/x/text v0.3.6 // indirect
99
- golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect
100
- golang.org/x/tools v0.1.0 // indirect
101
- golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
102
- google.golang.org/appengine v1.6.7 // indirect
103
- google.golang.org/genproto v0.0.0-20210510173355-fb37daa5cd7a // indirect
104
- google.golang.org/grpc v1.37.0 // indirect
105
- google.golang.org/protobuf v1.26.0 // indirect
106
- gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
107
- gopkg.in/yaml.v2 v2.4.0 // indirect
108
- gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
109
- honnef.co/go/tools v0.1.4 // indirect
110
- sigs.k8s.io/yaml v1.2.0 // indirect
43
+ golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
44
+ golang.org/x/text v0.3.7 // indirect
45
+ google.golang.org/protobuf v1.28.1 // indirect
46
+ gopkg.in/yaml.v3 v3.0.1 // indirect
47
+ k8s.io/klog/v2 v2.80.1 // indirect
111
48
)
0 commit comments