No public description

PiperOrigin-RevId: 772905412
diff --git a/go/brotli/brotli_test.go b/go/brotli/brotli_test.go
index d53344d..e136f29 100644
--- a/go/brotli/brotli_test.go
+++ b/go/brotli/brotli_test.go
@@ -12,7 +12,7 @@
 	"math/rand"
 	"testing"
 
-	"google3/third_party/brotli/go/brotli/brotli"
+	"github.com/google/brotli/go/brotli"
 	"github.com/google/brotli/go/cbrotli"
 )
 
diff --git a/go/brotli/synth_test.go b/go/brotli/synth_test.go
index 5474f77..7879e80 100644
--- a/go/brotli/synth_test.go
+++ b/go/brotli/synth_test.go
@@ -8,7 +8,7 @@
 import (
 	"testing"
 
-	"google3/third_party/brotli/go/brotli/brotli"
+	"github.com/google/brotli/go/brotli"
 )
 
 func verify(t *testing.T, compressed []uint8, expectSuccess bool, expectedOutput string) {