Compare commits

..

2 commits

Author SHA1 Message Date
Renovate Bot
c791e24f40 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 18:09:26 +00:00
Renovate Bot
97211acfbe fix(deps): update module github.com/stretchr/testify to v1.11.1 2025-12-14 18:09:17 +00:00

View file

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