You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I'm considering packaging this module for Debian. We build everything offline, and this piece of code:
// downloadWycheproofTestVectors downloads the JSON test files from
// the Wycheproof repository with `go mod download -json` and returns the
// absolute path to the root of the downloaded source tree.
func downloadWycheproofTestVectors() (string, error) {
path := "github.com/C2SP/wycheproof@" + wycheproofModVer
cmd := exec.Command("go", "mod", "download", "-json", path)
This breaks in Debian. Couldn't you import the C2SP module just like some other go module?
Thanks,
Simon
The text was updated successfully, but these errors were encountered:
Hi. I'm considering packaging this module for Debian. We build everything offline, and this piece of code:
This breaks in Debian. Couldn't you import the C2SP module just like some other go module?
Thanks,
Simon
The text was updated successfully, but these errors were encountered: