mirror of
https://github.com/zitadel/zitadel.git
synced 2025-10-09 11:12:01 +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:
7
internal/cache/bigcache/bigcache_test.go
vendored
7
internal/cache/bigcache/bigcache_test.go
vendored
@@ -1,11 +1,12 @@
|
||||
package bigcache
|
||||
|
||||
import (
|
||||
a_cache "github.com/allegro/bigcache"
|
||||
"github.com/caos/zitadel/internal/errors"
|
||||
es_models "github.com/caos/zitadel/internal/eventstore/v1/models"
|
||||
"reflect"
|
||||
"testing"
|
||||
|
||||
a_cache "github.com/allegro/bigcache"
|
||||
"github.com/zitadel/zitadel/internal/errors"
|
||||
es_models "github.com/zitadel/zitadel/internal/eventstore/v1/models"
|
||||
)
|
||||
|
||||
type TestStruct struct {
|
||||
|
4
internal/cache/bigcache/cache.go
vendored
4
internal/cache/bigcache/cache.go
vendored
@@ -6,8 +6,8 @@ import (
|
||||
"reflect"
|
||||
|
||||
a_cache "github.com/allegro/bigcache"
|
||||
"github.com/caos/logging"
|
||||
"github.com/caos/zitadel/internal/errors"
|
||||
"github.com/zitadel/logging"
|
||||
"github.com/zitadel/zitadel/internal/errors"
|
||||
)
|
||||
|
||||
type Bigcache struct {
|
||||
|
3
internal/cache/bigcache/config.go
vendored
3
internal/cache/bigcache/config.go
vendored
@@ -1,8 +1,9 @@
|
||||
package bigcache
|
||||
|
||||
import (
|
||||
"github.com/caos/zitadel/internal/cache"
|
||||
"time"
|
||||
|
||||
"github.com/zitadel/zitadel/internal/cache"
|
||||
)
|
||||
|
||||
type Config struct {
|
||||
|
Reference in New Issue
Block a user