From 279de6a1195adb739a8d1f2afb445b68793b28b8 Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Sun, 2 Jun 2024 08:29:49 +0200 Subject: chore: Remove dash in project name To be consistent with naming of the tools in cmd/. --- internal/logutil/logutil.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/logutil/logutil.go') diff --git a/internal/logutil/logutil.go b/internal/logutil/logutil.go index 27c3a73..fd600f0 100644 --- a/internal/logutil/logutil.go +++ b/internal/logutil/logutil.go @@ -13,7 +13,7 @@ import ( "github.com/transparency-dev/merkle/compact" "github.com/transparency-dev/merkle/rfc6962" "gitlab.torproject.org/rgdd/ct/pkg/merkle" - "rgdd.se/silent-ct/internal/ioutil" + "rgdd.se/silentct/internal/ioutil" ) const timeout = 10 * time.Second -- cgit v1.2.3