mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-18 04:40:03 +02:00
go.mod: update module name to github.com/eosswedenorg/thalos
This commit is contained in:
parent
a8bac16aa9
commit
9c4aa79c11
10 changed files with 16 additions and 16 deletions
|
|
@ -3,7 +3,7 @@ package redis
|
|||
import (
|
||||
"fmt"
|
||||
|
||||
"thalos/api"
|
||||
"github.com/eosswedenorg/thalos/api"
|
||||
)
|
||||
|
||||
// Key consists of a namespace and a channel.
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ package redis
|
|||
import (
|
||||
"testing"
|
||||
|
||||
"thalos/api"
|
||||
"github.com/eosswedenorg/thalos/api"
|
||||
)
|
||||
|
||||
func TestKey_String(t *testing.T) {
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ package redis
|
|||
import (
|
||||
"strings"
|
||||
|
||||
"thalos/api"
|
||||
"github.com/eosswedenorg/thalos/api"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ package redis
|
|||
import (
|
||||
"context"
|
||||
|
||||
"thalos/api"
|
||||
"github.com/eosswedenorg/thalos/api"
|
||||
|
||||
"github.com/go-redis/redis/v8"
|
||||
)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ package redis
|
|||
import (
|
||||
"testing"
|
||||
|
||||
"thalos/api"
|
||||
"github.com/eosswedenorg/thalos/api"
|
||||
|
||||
"github.com/go-redis/redismock/v8"
|
||||
"github.com/stretchr/testify/assert"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ import (
|
|||
"sync"
|
||||
"time"
|
||||
|
||||
"thalos/api"
|
||||
"github.com/eosswedenorg/thalos/api"
|
||||
|
||||
"github.com/go-redis/redis/v8"
|
||||
)
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import (
|
|||
"testing"
|
||||
"time"
|
||||
|
||||
"thalos/api"
|
||||
"github.com/eosswedenorg/thalos/api"
|
||||
|
||||
"github.com/alicebob/miniredis/v2"
|
||||
"github.com/go-redis/redis/v8"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue