mirror of
https://github.com/zitadel/zitadel.git
synced 2025-10-16 07:24:10 +00:00
chore(v2): move to new org (#3499)
* chore: move to new org * logging * fix: org rename caos -> zitadel Co-authored-by: adlerhurst <silvan.reusser@gmail.com>
This commit is contained in:
2
internal/cache/fastcache/config.go
vendored
2
internal/cache/fastcache/config.go
vendored
@@ -1,6 +1,6 @@
|
||||
package fastcache
|
||||
|
||||
import "github.com/caos/zitadel/internal/cache"
|
||||
import "github.com/zitadel/zitadel/internal/cache"
|
||||
|
||||
type Config struct {
|
||||
MaxCacheSizeInByte int
|
||||
|
3
internal/cache/fastcache/fastcache.go
vendored
3
internal/cache/fastcache/fastcache.go
vendored
@@ -3,9 +3,10 @@ package fastcache
|
||||
import (
|
||||
"bytes"
|
||||
"encoding/gob"
|
||||
"github.com/caos/zitadel/internal/errors"
|
||||
"reflect"
|
||||
|
||||
"github.com/zitadel/zitadel/internal/errors"
|
||||
|
||||
"github.com/VictoriaMetrics/fastcache"
|
||||
)
|
||||
|
||||
|
7
internal/cache/fastcache/fastcache_test.go
vendored
7
internal/cache/fastcache/fastcache_test.go
vendored
@@ -1,11 +1,12 @@
|
||||
package fastcache
|
||||
|
||||
import (
|
||||
"github.com/VictoriaMetrics/fastcache"
|
||||
"github.com/caos/zitadel/internal/errors"
|
||||
es_models "github.com/caos/zitadel/internal/eventstore/v1/models"
|
||||
"reflect"
|
||||
"testing"
|
||||
|
||||
"github.com/VictoriaMetrics/fastcache"
|
||||
"github.com/zitadel/zitadel/internal/errors"
|
||||
es_models "github.com/zitadel/zitadel/internal/eventstore/v1/models"
|
||||
)
|
||||
|
||||
type TestStruct struct {
|
||||
|
Reference in New Issue
Block a user