diff --git a/go-toolset.yaml b/go-toolset.yaml
new file mode 100644
index 0000000..b6ed63c
--- /dev/null
+++ b/go-toolset.yaml
@@ -0,0 +1,49 @@
+---
+document: modulemd
+version: 2
+data:
+  name: go-toolset
+  stream: rhel8
+  summary: Go
+  description: >-
+    Go Tools and libraries
+  license:
+    module:
+    - MIT
+  dependencies:
+  - buildrequires:
+      go-toolset: [rhel8]
+      platform: [el8.3.0]
+    requires:
+      platform: [el8]
+  profiles:
+    common:
+      rpms:
+      - go-toolset
+  api:
+    rpms:
+    - golang
+  buildopts:
+    rpms:
+      whitelist:
+      - delve
+      - go-toolset
+      - go-toolset-1.10
+      - go-toolset-1.10-golang
+      - go-toolset-golang
+      - golang
+  components:
+    rpms:
+      delve:
+        rationale: A debugger for the Go programming language
+        ref: b083e282d84df869f1cb9fc2a2b69c2b235984d0
+        buildorder: 2
+      go-toolset:
+        rationale: Meta package for go-toolset providing scl enable scripts.
+        ref: 2ff4fd37ed61b942fdf2c08fbd084753e94389b2
+      golang:
+        rationale: Package providing the Go compiler toolchain.
+        ref: 44a54150e54073e50626fb5ad59742144bf6e57a
+        buildorder: 1
+...
+