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
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ go 1.26.7

require (
filippo.io/sunlight v0.9.0
github.com/crtsh/ccadb_data v1.20260902.132537
github.com/crtsh/ccadb_data v1.20260909.204222
github.com/crtsh/ctlint v0.0.0-20260909131141-e129ad1cd5c0
github.com/crtsh/ctloglists v1.20260909.132655
github.com/crtsh/ctloglists v1.20260909.173522
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
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=
github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
github.com/crtsh/ccadb_data v1.20260902.132537 h1:FEs6uken4U67F9oMKvNIDo2WkkoAToVxuxcP+4Uwkmg=
github.com/crtsh/ccadb_data v1.20260902.132537/go.mod h1:avWCZWp3bwPa5XuUWNoCeHgMUdOW2tccdnUJHvfmc74=
github.com/crtsh/ccadb_data v1.20260909.204222 h1:UnWwNBppBzTT6dV3KbzAdrzh7OaXVdZFA1SdeVlpSnM=
github.com/crtsh/ccadb_data v1.20260909.204222/go.mod h1:avWCZWp3bwPa5XuUWNoCeHgMUdOW2tccdnUJHvfmc74=
github.com/crtsh/ctlint v0.0.0-20260909131141-e129ad1cd5c0 h1:/RIEVJjISc5198lW5L8OysW71rIPwhbO0+/z3EuBqKA=
github.com/crtsh/ctlint v0.0.0-20260909131141-e129ad1cd5c0/go.mod h1:KvK/0niXWvCEXfGn8SYuPYPv1nQUtWdnCjy5PbjTSv0=
github.com/crtsh/ctloglists v1.20260909.132655 h1:s6Ze/JScBp5pfySLkN7Fv1zs5FoUC+wZAaubdeLkg30=
github.com/crtsh/ctloglists v1.20260909.132655/go.mod h1:qico6//22OeMcK1VuwMQvsyKrXqtpAvHjzSfHx+RMmo=
github.com/crtsh/ctloglists v1.20260909.173522 h1:ulUev8sl+aDDQq6drXVk2fYcGj/NzxeAa1DR5GAJ/U4=
github.com/crtsh/ctloglists v1.20260909.173522/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