aboutsummaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2025-08-11 17:10:16 +0200
committerAleksandr Nogikh <nogikh@google.com>2025-08-11 16:55:39 +0000
commitaa5bfe04d57ae0697839036e76b6f7a046606ece (patch)
tree0896bc76a5dc15843eba6de4abfcf445aa26e9f0 /pkg
parent32a0e5edfeef60e894c453dc9e9ae45528626ef1 (diff)
pkg: move gcpsecret to a separate package
It simplifies the dependency tree and fixes a build error for the send-test-email container.
Diffstat (limited to 'pkg')
-rw-r--r--pkg/gcpsecret/secret.go (renamed from pkg/gce/gcp_secret.go)2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gce/gcp_secret.go b/pkg/gcpsecret/secret.go
index ef4eb2341..a801615f2 100644
--- a/pkg/gce/gcp_secret.go
+++ b/pkg/gcpsecret/secret.go
@@ -1,7 +1,7 @@
// Copyright 2021 syzkaller project authors. All rights reserved.
// Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
-package gce
+package gcpsecret
import (
"context"