From ca7a84b8aea203025acbda193f78ea98946236b5 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Fri, 8 Apr 2022 23:16:59 -0700 Subject: 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. --- metadata/policy_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'metadata/policy_test.go') 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" ) -- cgit v1.2.3