From 0ca69c0215a6ad90030dd402c2b8714b42f0e98d Mon Sep 17 00:00:00 2001 From: Ashish Bhatia Date: Sat, 28 Dec 2024 21:07:12 -0800 Subject: [PATCH] chore: minor update to go.mod --- src/gabo/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gabo/go.mod b/src/gabo/go.mod index 2da3542..a5bc257 100644 --- a/src/gabo/go.mod +++ b/src/gabo/go.mod @@ -3,12 +3,12 @@ module github.com/ashishb/gabo/src/gabo go 1.20 require ( + github.com/bmatcuk/doublestar/v4 v4.7.1 github.com/rs/zerolog v1.33.0 github.com/stretchr/testify v1.10.0 ) require ( - github.com/bmatcuk/doublestar/v4 v4.7.1 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/mattn/go-colorable v0.1.13 // indirect github.com/mattn/go-isatty v0.0.19 // indirect