]> git.apps.os.sepia.ceph.com Git - fscrypt.git/commit
Switch to google.golang.org/protobuf/proto
authorEric Biggers <ebiggers@google.com>
Sat, 9 Apr 2022 06:16:59 +0000 (23:16 -0700)
committerEric Biggers <ebiggers@google.com>
Sat, 9 Apr 2022 06:38:01 +0000 (23:38 -0700)
commitca7a84b8aea203025acbda193f78ea98946236b5
tree2b9e781db960662c570b5b35f840369130fc87a7
parenta224e769a478cc446c05dbfd5eb7e32d31933172
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.
26 files changed:
CONTRIBUTING.md
Makefile
actions/config.go
actions/policy.go
actions/recovery.go
cli-tests/t_encrypt.out
cli-tests/t_encrypt_custom.out
cli-tests/t_encrypt_login.out
cli-tests/t_encrypt_raw_key.out
cli-tests/t_lock.out
cli-tests/t_not_enabled.out
cli-tests/t_setup.out
cli-tests/t_unlock.out
cli-tests/t_v1_policy.out
cli-tests/t_v1_policy_fs_keyring.out
filesystem/filesystem.go
filesystem/filesystem_test.go
go.mod
go.sum
metadata/checks.go
metadata/config.go
metadata/config_test.go
metadata/metadata.pb.go
metadata/metadata.proto
metadata/policy_test.go
tools.go