Closed bdd closed 1 year ago
Age can now declare a dependency on c2sp.org/CCTV/age and feed test vectors testkit without needing to run go mod download from TestVectors.
go mod download
TestVectors
Thank you! I changed it to be agetest.Vectors which ringed better as a name, and to not have the testdata prefix.
agetest.Vectors
testdata
Age can now declare a dependency on c2sp.org/CCTV/age and feed test vectors testkit without needing to run
go mod download
fromTestVectors
.