Skip to content

Commit f0108ba

Browse files
committed
chore: go mod tidy after removing direct digitorus/timestamp import
Signed-off-by: Jose I. Paris <jiparis@chainloop.dev>
1 parent 2b86bea commit f0108ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ require (
346346
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
347347
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
348348
github.com/digitorus/pkcs7 v0.0.0-20230818184609-3a137a874352 // indirect
349-
github.com/digitorus/timestamp v0.0.0-20231217203849-220c5c2851b7
349+
github.com/digitorus/timestamp v0.0.0-20231217203849-220c5c2851b7 // indirect
350350
github.com/docker/cli v29.2.0+incompatible // indirect
351351
github.com/docker/docker v28.5.2+incompatible // indirect
352352
github.com/docker/docker-credential-helpers v0.9.4 // indirect

0 commit comments

Comments
 (0)