Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
filippo.io/sunlight v0.9.0
github.com/crtsh/ccadb_data v1.20260909.204222
github.com/crtsh/ctlint v0.0.0-20260910105708-980f3b3e5a4a
github.com/crtsh/ctloglists v1.20260910.104223
github.com/crtsh/ctloglists v1.20260911.83655
github.com/goccy/go-json v0.10.6
github.com/google/certificate-transparency-go v1.3.3
github.com/prometheus/client_golang v1.24.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ github.com/crtsh/ccadb_data v1.20260909.204222 h1:UnWwNBppBzTT6dV3KbzAdrzh7OaXVd
github.com/crtsh/ccadb_data v1.20260909.204222/go.mod h1:avWCZWp3bwPa5XuUWNoCeHgMUdOW2tccdnUJHvfmc74=
github.com/crtsh/ctlint v0.0.0-20260910105708-980f3b3e5a4a h1:xzRAdExbdedQ25/YYqAxoTzjhAiLNI16sFtzIsq/GPk=
github.com/crtsh/ctlint v0.0.0-20260910105708-980f3b3e5a4a/go.mod h1:q5k5ez36XdsPLSIq4O71M+1ENfZuHV10MyrbGfYqwLA=
github.com/crtsh/ctloglists v1.20260910.104223 h1:SK1m1rXc73JTzXdULN++pxuvThqR0L30c1FXseD/hJ8=
github.com/crtsh/ctloglists v1.20260910.104223/go.mod h1:qico6//22OeMcK1VuwMQvsyKrXqtpAvHjzSfHx+RMmo=
github.com/crtsh/ctloglists v1.20260911.83655 h1:kS5YLZuwfTIjB0OsM2urL8mnlQ3iTi4paiXZdp/Ybgw=
github.com/crtsh/ctloglists v1.20260911.83655/go.mod h1:qico6//22OeMcK1VuwMQvsyKrXqtpAvHjzSfHx+RMmo=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/frankban/quicktest v1.14.6 h1:7Xjx+VpznH+oBnejlPUj8oUpdxnVs4f8XU8WnHkI4W8=
github.com/frankban/quicktest v1.14.6/go.mod h1:4ptaffx2x8+WTWXmUCuVU6aPUX1/Mz7zb5vbUoiM6w0=
Expand Down