From 4f6eaeeec479285748953815151a37f0b3272027 Mon Sep 17 00:00:00 2001 From: Roger Ng Date: Mon, 12 Sep 2022 12:46:49 +0800 Subject: [PATCH] Update Go version and remove log list v1, v2 in README.md --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index e440f3ec14..7284bb86d7 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This repository holds Go code related to [Certificate Transparency](https://www.certificate-transparency.org/) (CT). The -repository requires Go version 1.9. +repository requires Go version 1.17. - [Repository Structure](#repository-structure) - [Trillian CT Personality](#trillian-ct-personality) @@ -58,9 +58,6 @@ The main parts of the repository are: - Other libraries related to CT: - `ctutil/` holds utility functions for validating and verifying CT data structures. - - `loglist/` has a library for reading v1 JSON lists of CT Logs. - - `loglist2/` has a library for reading - [v2 JSON lists of CT Logs](https://www.certificate-transparency.org/known-logs). - `loglist3/` has a library for reading [v3 JSON lists of CT Logs](https://groups.google.com/a/chromium.org/g/ct-policy/c/IdbrdAcDQto/m/i5KPyzYwBAAJ).