This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
"fmt"
|
||||
"strings"
|
||||
|
||||
"gitea.benny.dog/torjus/ezshare/pb"
|
||||
"git.t-juice.club/torjus/ezshare/pb"
|
||||
"github.com/google/uuid"
|
||||
bolt "go.etcd.io/bbolt"
|
||||
"google.golang.org/protobuf/proto"
|
||||
|
@@ -5,7 +5,7 @@ import (
|
||||
"path/filepath"
|
||||
"testing"
|
||||
|
||||
"gitea.benny.dog/torjus/ezshare/store"
|
||||
"git.t-juice.club/torjus/ezshare/store"
|
||||
)
|
||||
|
||||
func TestBoltStore(t *testing.T) {
|
||||
|
@@ -8,7 +8,7 @@ import (
|
||||
"os"
|
||||
"path/filepath"
|
||||
|
||||
"gitea.benny.dog/torjus/ezshare/pb"
|
||||
"git.t-juice.club/torjus/ezshare/pb"
|
||||
"github.com/google/uuid"
|
||||
)
|
||||
|
||||
|
@@ -3,7 +3,7 @@ package store_test
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"gitea.benny.dog/torjus/ezshare/store"
|
||||
"git.t-juice.club/torjus/ezshare/store"
|
||||
)
|
||||
|
||||
func TestFileStore(t *testing.T) {
|
||||
|
@@ -8,7 +8,7 @@ import (
|
||||
"strings"
|
||||
"sync"
|
||||
|
||||
"gitea.benny.dog/torjus/ezshare/pb"
|
||||
"git.t-juice.club/torjus/ezshare/pb"
|
||||
"github.com/google/uuid"
|
||||
)
|
||||
|
||||
|
@@ -3,7 +3,7 @@ package store_test
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"gitea.benny.dog/torjus/ezshare/store"
|
||||
"git.t-juice.club/torjus/ezshare/store"
|
||||
)
|
||||
|
||||
func TestMemoryFileStore(t *testing.T) {
|
||||
|
@@ -5,7 +5,7 @@ import (
|
||||
"crypto/x509"
|
||||
"fmt"
|
||||
|
||||
"gitea.benny.dog/torjus/ezshare/pb"
|
||||
"git.t-juice.club/torjus/ezshare/pb"
|
||||
)
|
||||
|
||||
var ErrNoSuchItem = fmt.Errorf("no such item")
|
||||
|
@@ -14,8 +14,8 @@ import (
|
||||
"github.com/google/uuid"
|
||||
"google.golang.org/protobuf/testing/protocmp"
|
||||
|
||||
"gitea.benny.dog/torjus/ezshare/pb"
|
||||
"gitea.benny.dog/torjus/ezshare/store"
|
||||
"git.t-juice.club/torjus/ezshare/pb"
|
||||
"git.t-juice.club/torjus/ezshare/store"
|
||||
"google.golang.org/protobuf/types/known/timestamppb"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user