Skip to content

Commit 9ff40a4

Browse files
committed
fix: add missing testify v1.11.1 checksum to go.sum
Add the h1 and go.mod checksums for testify v1.11.1 to fix the "missing go.sum entry" error during build.
1 parent b1165a2 commit 9ff40a4

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

engine/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ require (
2828
github.com/sergi/go-diff v1.3.1
2929
github.com/sethvargo/go-password v0.2.0
3030
github.com/shirou/gopsutil v3.21.11+incompatible
31-
github.com/stretchr/testify v1.11.0
31+
github.com/stretchr/testify v1.11.1
3232
github.com/testcontainers/testcontainers-go v0.40.0
3333
github.com/urfave/cli/v2 v2.25.7
3434
github.com/wagslane/go-password-validator v0.3.0

engine/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,8 @@ github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5
256256
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
257257
github.com/stretchr/testify v1.11.0 h1:ib4sjIrwZKxE5u/Japgo/7SJV3PvgjGiRNAvTVGqQl8=
258258
github.com/stretchr/testify v1.11.0/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
259+
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
260+
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
259261
github.com/testcontainers/testcontainers-go v0.40.0 h1:pSdJYLOVgLE8YdUY2FHQ1Fxu+aMnb6JfVz1mxk7OeMU=
260262
github.com/testcontainers/testcontainers-go v0.40.0/go.mod h1:FSXV5KQtX2HAMlm7U3APNyLkkap35zNLxukw9oBi/MY=
261263
github.com/tklauser/go-sysconf v0.3.12 h1:0QaGUFOdQaIVdPgfITYzaTegZvdCjmYO52cSFAEVmqU=

0 commit comments

Comments
 (0)