[buildout] extends = ../git/buildout.cfg ../golang/buildout.cfg parts = clammit [clammit-repository] <= go-git-package go.importpath = github.com/ifad/clammit repository = https://github.com/ifad/clammit.git revision = v0.8.1 [gowork] install = # We need a repository here, instead of a URL # (github.com/ifad/clammit@v0.8.1), as the module # definition in the go.mod is wrong (see # https://github.com/ifad/clammit/pull/38) ${clammit-repository:location}:./...