diff --git a/go.mod b/go.mod index 88240856a5..f4f6df4812 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module tidbyt.dev/community go 1.19 -require github.com/stretchr/testify v1.8.1 +require github.com/stretchr/testify v1.8.2 require tidbyt.dev/pixlet v0.24.7