Update package path, update install instructions

This commit is contained in:
2026-04-05 23:00:38 +02:00
parent 8e61a3611d
commit ab476b71ba
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ Tools for working with Certificate Transparency log tiles.
## Install ## Install
```bash ```bash
go install ./cmd/ctfetch go install git.ipng.ch/certificate-transparency/ctfetch/cmd/ctfetch@latest
``` ```
## Usage ## Usage

View File

@@ -16,7 +16,7 @@ import (
"strconv" "strconv"
"strings" "strings"
"ctfetch/internal/utils" "git.ipng.ch/certificate-transparency/ctfetch/internal/utils"
"filippo.io/sunlight" "filippo.io/sunlight"
"golang.org/x/mod/sumdb/tlog" "golang.org/x/mod/sumdb/tlog"

2
go.mod
View File

@@ -1,4 +1,4 @@
module ctfetch module git.ipng.ch/certificate-transparency/ctfetch
go 1.24.6 go 1.24.6