---
document: modulemd
version: 2
data:
  name: go-toolset
  summary: Go
  description: Go Tools and libraries
  stream: rhel8
  license:
    module: [MIT]
  dependencies:
  - buildrequires:
      platform: [oc8]
      go-toolset: [rhel8]
    requires:
      platform: [oc8]
  profiles:
    common:
      rpms:
      - go-toolset
  api:
    rpms:
    - golang
  buildopts:
    rpms:
      whitelist:
      - go-toolset-1.10
      - go-toolset-1.10-golang
      - go-toolset
      - go-toolset-golang
      - golang
      - delve
  components:
    rpms:
      go-toolset:
        rationale: Meta package for go-toolset providing scl enable scripts.
        ref: 4b1991d9e9fdd982f0f366ac8b786e1f4bffd1ee
        buildorder: 0
      golang:
        rationale: Package providing the Go compiler toolchain.
        ref: 290dab786b575e1dad50d654444e667093fc735c
        buildorder: 1
      delve:
        rationale: A debugger for the Go programming language
        ref: 3f40d86b24351b77043f395083d81f075b969b9c
        buildorder: 2
...