Compare commits

..

2 commits

Author SHA1 Message Date
Renovate Bot
cf7d02de6e Merge branch 'renovate/github.com-stretchr-testify-1.x' into 'main'
fix(deps): update module github.com/stretchr/testify to v1.11.1

See merge request TECHNOFAB/nixtest!7
2025-12-14 23:15:57 +00:00
Renovate Bot
dab1e2ef6f fix(deps): update module github.com/stretchr/testify to v1.11.1 2025-12-14 23:15:53 +00:00

View file

@ -19,6 +19,6 @@ buildGoModule {
];
};
subPackages = ["cmd/nixtest"];
vendorHash = "sha256-6kARJgngmXielUoXukYdAA0QHk1mwLRvgKJhx+v1iSo=";
vendorHash = "sha256-vH9lQqLWeaNIvWEZs7uPmPL6cINBzrteOJaIMgdRXZM=";
meta.mainProgram = "nixtest";
}