[CI-SKIP] Fixed module name
All checks were successful
Build (artifact) / build (push) Has been skipped

This commit is contained in:
2026-03-16 23:03:08 +01:00
parent f09d9cc359
commit 18f414e474
19 changed files with 33 additions and 33 deletions

View File

@@ -7,9 +7,9 @@ import (
"path/filepath"
"strings"
appShared "git.nevets.tech/Keys/certman/app/shared"
"git.nevets.tech/Keys/certman/client"
"git.nevets.tech/Keys/certman/common"
appShared "git.nevets.tech/Steven/certman/app/shared"
"git.nevets.tech/Steven/certman/client"
"git.nevets.tech/Steven/certman/common"
"github.com/go-git/go-billy/v5/memfs"
"github.com/go-git/go-git/v5/storage/memory"
)