* Package name : golang-github-zaf-temp Version : 1.1-1 Upstream Author : Lefteris Zafiris * URL : https://github.com/zaf/temp * License : BSD-3-clause Programming Lang: Go Description : A Go package for library temporary files and directories This is being packaged as a dependency for TiUP (Bug#1107484).
After doing more research I realized I don't want to introduce this as a new Debian package, as I don't want other packages to depend on it. I will try to avoid it completely, or vendor it. This package is based on the now-deprecated ioutil Go package. Its functionality has been included in the Go standard library since version 1.14 in the os package (os.CreateTemp and os.MkdirTemp).
The package https://tracker.debian.org/pkg/tiup is in good shape and this additional dependency is not needed anymore.