Rename module
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2022-01-13 18:40:15 +01:00
parent 4c4e01ddb7
commit fd729eef89
28 changed files with 58 additions and 57 deletions

View File

@@ -13,7 +13,7 @@ import (
"math/big"
"time"
"gitea.benny.dog/torjus/ezshare/store"
"git.t-juice.club/torjus/ezshare/store"
)
type CertService struct {

View File

@@ -3,10 +3,11 @@ package certs_test
import (
"crypto/x509"
"encoding/pem"
"gitea.benny.dog/torjus/ezshare/certs"
"gitea.benny.dog/torjus/ezshare/store"
"github.com/google/uuid"
"testing"
"git.t-juice.club/torjus/ezshare/certs"
"git.t-juice.club/torjus/ezshare/store"
"github.com/google/uuid"
)
func TestCertService(t *testing.T) {