aboutsummaryrefslogtreecommitdiff
path: root/metadata/policy_test.go
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2022-04-08 23:16:59 -0700
committerEric Biggers <ebiggers@google.com>2022-04-08 23:38:01 -0700
commitca7a84b8aea203025acbda193f78ea98946236b5 (patch)
tree2b9e781db960662c570b5b35f840369130fc87a7 /metadata/policy_test.go
parenta224e769a478cc446c05dbfd5eb7e32d31933172 (diff)
Switch to google.golang.org/protobuf/proto
github.com/golang/protobuf/proto has been deprecated in favor of google.golang.org/protobuf/proto, so migrate to the non-deprecated one.
Diffstat (limited to 'metadata/policy_test.go')
-rw-r--r--metadata/policy_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/metadata/policy_test.go b/metadata/policy_test.go
index 3c0704a..7fe2841 100644
--- a/metadata/policy_test.go
+++ b/metadata/policy_test.go
@@ -25,8 +25,8 @@ import (
"path/filepath"
"testing"
- "github.com/golang/protobuf/proto"
"golang.org/x/sys/unix"
+ "google.golang.org/protobuf/proto"
"github.com/google/fscrypt/util"
)