From f32b7ad78d8538bfbb159451889094c6a966d8e4 Mon Sep 17 00:00:00 2001 From: kimorris27 Date: Fri, 17 Nov 2023 15:55:59 -0600 Subject: [PATCH] Update go.mod (a dependency went from indirect -> direct) --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index afa6a000b1f..e55642bedda 100644 --- a/go.mod +++ b/go.mod @@ -40,6 +40,7 @@ require ( github.com/gorilla/mux v1.8.0 github.com/gorilla/securecookie v1.1.1 github.com/gorilla/sessions v1.2.1 + github.com/hashicorp/go-multierror v1.1.1 github.com/itchyny/gojq v0.12.13 github.com/jewzaam/go-cosmosdb v0.0.0-20230924011506-8f8942a01991 github.com/jongio/azidext/go/azidext v0.5.0 @@ -172,7 +173,6 @@ require ( github.com/gorilla/schema v1.2.0 // indirect github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect github.com/hashicorp/errwrap v1.1.0 // indirect - github.com/hashicorp/go-multierror v1.1.1 // indirect github.com/imdario/mergo v0.3.13 // indirect github.com/inconshreveable/mousetrap v1.1.0 // indirect github.com/itchyny/timefmt-go v0.1.5 // indirect