aboutsummaryrefslogtreecommitdiff
path: root/pkg/storage/index/index.go
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 /pkg/storage/index/index.go
parent32b81ec4777ede7fdb4e0172c0011e238bdacb60 (diff)
chore: Remove dash in project name
To be consistent with naming of the tools in cmd/.
Diffstat (limited to 'pkg/storage/index/index.go')
-rw-r--r--pkg/storage/index/index.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/storage/index/index.go b/pkg/storage/index/index.go
index ef9ad60..36a9334 100644
--- a/pkg/storage/index/index.go
+++ b/pkg/storage/index/index.go
@@ -8,9 +8,9 @@ import (
"fmt"
"time"
- "rgdd.se/silent-ct/internal/ioutil"
- "rgdd.se/silent-ct/internal/monitor"
- "rgdd.se/silent-ct/pkg/crtutil"
+ "rgdd.se/silentct/internal/ioutil"
+ "rgdd.se/silentct/internal/monitor"
+ "rgdd.se/silentct/pkg/crtutil"
)
type Config struct {