Go modules hosted on pkg.gfire.dev
To add a module to the index, fork this repository, pick a unique name for your module and add a file named modname to the modules directory. The file should contain the following content:
# full module nameroot: pkg.gfire.dev/controlplane# the VCS used to fetch the module (default: git)vcs: git# the URL to fetch the module fromurl: https://github.com/gfire-sigs/fire-controlplane.git# the description of the moduledescription: gfire control plane then create a pull request.