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 /cmd/sparkled/main.go | |
| parent | 0bef608297d7def2a18d054e7230fe0e0a3710a7 (diff) | |
fix: update go mod namespace
Diffstat (limited to 'cmd/sparkled/main.go')
| -rw-r--r-- | cmd/sparkled/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/sparkled/main.go b/cmd/sparkled/main.go index 13ba03b..5eec970 100644 --- a/cmd/sparkled/main.go +++ b/cmd/sparkled/main.go @@ -5,7 +5,7 @@ import ( "net/http" "github.com/xlgmokha/x/pkg/env" - "gitlab.com/mokhax/sparkled/app" + "gitlab.com/gitlab-org/software-supply-chain-security/authorization/sparkled/app" ) func main() { |
