This commit is contained in:
		| @@ -13,7 +13,7 @@ import ( | ||||
| 	"math/big" | ||||
| 	"time" | ||||
|  | ||||
| 	"gitea.benny.dog/torjus/ezshare/store" | ||||
| 	"git.t-juice.club/torjus/ezshare/store" | ||||
| ) | ||||
|  | ||||
| type CertService struct { | ||||
|   | ||||
| @@ -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) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user