Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0b96e1a0 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix go.mod for tools/compliance" am: f3026763

parents b102b987 f3026763
Loading
Loading
Loading
Loading
+10 −2
Original line number Diff line number Diff line
@@ -4,9 +4,17 @@ require google.golang.org/protobuf v0.0.0

replace google.golang.org/protobuf v0.0.0 => ../../../../external/golang-protobuf

require android/soong v0.0.0
require (
	android/soong v0.0.0
	github.com/google/blueprint v0.0.0
)

require golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect

replace android/soong v0.0.0 => ../../../soong

replace github.com/google/blueprint => ../../../blueprint

// Indirect deps from golang-protobuf
exclude github.com/golang/protobuf v1.5.0

+2 −0
Original line number Diff line number Diff line
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f h1:uF6paiQQebLeSXkrTqHqz0MXhXXS1KgF41eUdBNvxK0=
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f/go.mod h1:K8+ghG5WaK9qNqU5K3HdILfMLy1f3aNYFI/wnl100a8=