Skip to content
Closed
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 @@ -3,7 +3,7 @@ module github.com/crtsh/ctlint
go 1.25.0

require (
github.com/crtsh/ccadb_data v1.20260221.212933
github.com/crtsh/ccadb_data v1.20260223.85717
github.com/crtsh/ctloglists v0.0.0-20260216113055-6e722d5232e9
github.com/google/certificate-transparency-go v1.3.2
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/crtsh/ccadb_data v1.20260221.212933 h1:XBlXKcdIKTZq7LjrhJSQuohE7cJZJdUxXdgUJOUCysY=
github.com/crtsh/ccadb_data v1.20260221.212933/go.mod h1:M0/wpxYjxeu4Kj/ZUBCWT5JBCAYzY/CqQQjiHvHF0eA=
github.com/crtsh/ccadb_data v1.20260223.85717 h1:6kjoQioPzjBI2XEtGUFpjEJVlYXWTM8flZ5SG5aT/Ls=
github.com/crtsh/ccadb_data v1.20260223.85717/go.mod h1:M0/wpxYjxeu4Kj/ZUBCWT5JBCAYzY/CqQQjiHvHF0eA=
github.com/crtsh/ctloglists v0.0.0-20260216113055-6e722d5232e9 h1:KEysagMaApEBAoU5yw/ojfPyeWK3C31XldAtknQd45Q=
github.com/crtsh/ctloglists v0.0.0-20260216113055-6e722d5232e9/go.mod h1:WxwCf13+0+GLhDJIU9jJTX/v5d6STJW0yMEwAo6TFsc=
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=
Expand Down