diff --git a/SOURCES/modulemd.src.txt b/SOURCES/modulemd.src.txt
index 0108633..fda178b 100644
--- a/SOURCES/modulemd.src.txt
+++ b/SOURCES/modulemd.src.txt
@@ -2,6 +2,7 @@
 document: modulemd
 version: 2
 data:
+  name: go-toolset
   summary: Go
   description: Go Tools and libraries
   stream: rhel8
@@ -28,13 +29,18 @@ data:
         - go-toolset
         - go-toolset-golang
         - golang
+        - delve
   components:
     rpms:
-      go-toolset-7:
+      go-toolset:
         rationale: Meta package for go-toolset providing scl enable scripts.
-        ref: stream-rhel-8-rhel-8.1.0
+        ref: stream-rhel-8-rhel-8.2.0
         buildorder: 0
       golang:
         rationale: Package providing the Go compiler toolchain.
-        ref: stream-rhel-8-rhel-8.1.0
+        ref: stream-rhel-8-rhel-8.2.0
         buildorder: 1
+      delve:
+        rationale: A debugger for the Go programming language
+        ref: stream-rhel-8-rhel-8.2.0
+        buildorder: 2