From a2db59c12ee49855c2ab96ade6050b4629c2c1ce Mon Sep 17 00:00:00 2001 From: txtpbfmt team Date: Fri, 22 Apr 2022 09:28:08 -0700 Subject: [PATCH] Internal change PiperOrigin-RevId: 443685510 --- ast/ast_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ast/ast_test.go b/ast/ast_test.go index 08065d7..d3eb69d 100644 --- a/ast/ast_test.go +++ b/ast/ast_test.go @@ -4,7 +4,7 @@ import ( "sort" "testing" - "google3/third_party/golang/cmp/cmp" + "github.com/google/go-cmp/cmp" "github.com/kylelemons/godebug/diff" "github.com/protocolbuffers/txtpbfmt/ast" "github.com/protocolbuffers/txtpbfmt/parser"