Add some managed key build tags to support incoming enterprise feature work. (#18902)

This commit is contained in:
Matt Schultz 2023-01-30 14:57:01 -06:00 committed by GitHub
parent 2b9a8c6c49
commit 20c1645329
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
//go:build !enterprise
package transit
import (

View File

@ -1,3 +1,5 @@
//go:build !enterprise
package keysutil
import (