aboutsummaryrefslogtreecommitdiff
path: root/internal/logutil
diff options
context:
space:
mode:
authorRasmus Dahlberg <rasmus@rgdd.se>2024-06-02 08:29:49 +0200
committerRasmus Dahlberg <rasmus@rgdd.se>2024-06-02 08:36:35 +0200
commit279de6a1195adb739a8d1f2afb445b68793b28b8 (patch)
treea6f72f890fb04d4ee5a55563bd83d8855e1a108d /internal/logutil
parent32b81ec4777ede7fdb4e0172c0011e238bdacb60 (diff)
chore: Remove dash in project name
To be consistent with naming of the tools in cmd/.
Diffstat (limited to 'internal/logutil')
-rw-r--r--internal/logutil/logutil.go2
1 files changed, 1 insertions, 1 deletions
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