LAKITU: Use dev-go/yaml-3 instead of dev-go/yaml-2.4.

This CL is updating the version of dev-go/yaml to be used for
dev-go/mod, dev-go/grpc and dev-go/oauth2.

This will ensure that only dev-go/yaml-3 is used for all boards instead
of both dev-go/yaml-2.4 and dev-go/yaml-3.

BUG=b/203575198
TEST=presubmit
RELEASE_NOTE=None

Change-Id: I8cc789821e122695f6c1f5b64772d85cafa1e7aa
Reviewed-on: https://cos-review.googlesource.com/c/third_party/overlays/chromiumos-overlay/+/41327
Reviewed-by: Robert Kolchmeyer <rkolchmeyer@google.com>
Tested-by: Cusky Presubmit Bot <presubmit@cos-infra-prod.iam.gserviceaccount.com>
diff --git a/dev-go/grpc/grpc-1.42.0-r6.ebuild b/dev-go/grpc/grpc-1.42.0-r7.ebuild
similarity index 100%
rename from dev-go/grpc/grpc-1.42.0-r6.ebuild
rename to dev-go/grpc/grpc-1.42.0-r7.ebuild
diff --git a/dev-go/grpc/grpc-1.42.0.ebuild b/dev-go/grpc/grpc-1.42.0.ebuild
index 38d3f37..21dd38d 100644
--- a/dev-go/grpc/grpc-1.42.0.ebuild
+++ b/dev-go/grpc/grpc-1.42.0.ebuild
@@ -76,7 +76,7 @@
 	dev-go/protobuf-legacy-api
 	dev-go/uuid
 	dev-go/xxhash
-	dev-go/yaml:0
+	dev-go/yaml:3
 "
 RDEPEND="
 	${DEPEND}
diff --git a/dev-go/mod/mod-0.5.1-r2.ebuild b/dev-go/mod/mod-0.5.1-r3.ebuild
similarity index 100%
rename from dev-go/mod/mod-0.5.1-r2.ebuild
rename to dev-go/mod/mod-0.5.1-r3.ebuild
diff --git a/dev-go/mod/mod-0.5.1.ebuild b/dev-go/mod/mod-0.5.1.ebuild
index 24ab61d..bf3c34b6 100644
--- a/dev-go/mod/mod-0.5.1.ebuild
+++ b/dev-go/mod/mod-0.5.1.ebuild
@@ -33,6 +33,6 @@
 DEPEND="
 	dev-go/crypto
 	dev-go/xerrors
-	dev-go/yaml:0
+	dev-go/yaml:3
 "
 RDEPEND="${DEPEND}"
diff --git a/dev-go/oauth2/oauth2-0.0.1-r9.ebuild b/dev-go/oauth2/oauth2-0.0.1-r10.ebuild
similarity index 100%
rename from dev-go/oauth2/oauth2-0.0.1-r9.ebuild
rename to dev-go/oauth2/oauth2-0.0.1-r10.ebuild
diff --git a/dev-go/oauth2/oauth2-0.0.1.ebuild b/dev-go/oauth2/oauth2-0.0.1.ebuild
index a810f51..a837492 100644
--- a/dev-go/oauth2/oauth2-0.0.1.ebuild
+++ b/dev-go/oauth2/oauth2-0.0.1.ebuild
@@ -40,6 +40,6 @@
 	dev-go/gcp
 	dev-go/gcp-compute
 	dev-go/net
-	dev-go/yaml:0
+	dev-go/yaml:3
 "
 RDEPEND="${DEPEND}"