This commit is contained in:
2025-08-26 19:29:41 -04:00
parent 6725529b01
commit a7d5425124
42 changed files with 116 additions and 157 deletions

View File

@ -7,8 +7,8 @@ import (
"time"
"github.com/google/uuid"
"github.com/kms/api-key-service/internal/domain"
"github.com/kms/api-key-service/internal/repository"
"github.com/RyanCopley/skybridge/kms/internal/domain"
"github.com/RyanCopley/skybridge/kms/internal/repository"
)
// StaticTokenRepository implements the StaticTokenRepository interface for PostgreSQL