From a06f97faf0dc7acd4125000a25a4b3a313fe64e4 Mon Sep 17 00:00:00 2001 From: max furman Date: Mon, 18 Mar 2024 09:28:17 -0700 Subject: [PATCH] Run to mod tidy --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 3f507ea..519fdac 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/smallstep/certinfo -go 1.20 +go 1.21 require ( github.com/google/certificate-transparency-go v1.1.8