diff options
| author | mo khan <mo@mokhan.ca> | 2025-04-14 09:40:52 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-04-14 09:40:52 -0600 |
| commit | 37ba0e25b1760778d1edda25b84ff43023670eae (patch) | |
| tree | 66924a00de96ab85f7a2aaf55954db41e9c93c19 /app/app_test.go | |
| parent | 0bef608297d7def2a18d054e7230fe0e0a3710a7 (diff) | |
fix: update go mod namespace
Diffstat (limited to 'app/app_test.go')
| -rw-r--r-- | app/app_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/app_test.go b/app/app_test.go index d54397e..27f5f9c 100644 --- a/app/app_test.go +++ b/app/app_test.go @@ -6,7 +6,7 @@ import ( "testing" "github.com/stretchr/testify/assert" - "gitlab.com/mokhax/sparkled/pkg/test" + "gitlab.com/gitlab-org/software-supply-chain-security/authorization/sparkled/pkg/test" ) func TestApp(t *testing.T) { |
