From 20b5dee18aecbc9e2665a947d42d34d67e01c033 Mon Sep 17 00:00:00 2001 From: Elijah Duffy Date: Wed, 28 Jan 2026 11:22:48 -0800 Subject: [PATCH] go mod tidy --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index d53be75..f285f5a 100644 --- a/go.mod +++ b/go.mod @@ -7,6 +7,7 @@ require ( github.com/fatih/color v1.18.0 github.com/go-jet/jet/v2 v2.13.0 github.com/segmentio/ksuid v1.0.4 + github.com/stretchr/testify v1.10.0 golang.org/x/exp v0.0.0-20260112195511-716be5621a96 ) @@ -18,7 +19,6 @@ require ( github.com/mattn/go-isatty v0.0.20 // indirect github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect github.com/pmezard/go-difflib v1.0.0 // indirect - github.com/stretchr/testify v1.10.0 // indirect golang.org/x/sys v0.33.0 // indirect gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect gopkg.in/yaml.v3 v3.0.1 // indirect