diff --git a/meta-oe/recipes-test/syzkaller/syzkaller_git.bb b/meta-oe/recipes-test/syzkaller/syzkaller_git.bb
index bdd4cf6a40..25df242d42 100644
--- a/meta-oe/recipes-test/syzkaller/syzkaller_git.bb
+++ b/meta-oe/recipes-test/syzkaller/syzkaller_git.bb
@@ -4,16 +4,14 @@ BUGTRACKER = "https://github.com/google/syzkaller/issues"
 SECTION = "devel"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSE;md5=5335066555b14d832335aa4660d6c376"
-require ${BPN}-licenses.inc
 
 SRC_URI = "git://${GO_IMPORT};protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX};branch=master"
 SRCREV = "22ec1469fe8c0ba256de07e8f97fa7b375b522bd"
-require ${BPN}-go-mods.inc
 
 # Upstream repo does not tag
 UPSTREAM_CHECK_COMMITS = "1"
 
-inherit go-mod
+inherit go-mod go-mod-update-modules
 
 GO_IMPORT = "github.com/google/syzkaller"
 
