From 15039028dc566c3b2d8dc319da0044623c6b6766 Mon Sep 17 00:00:00 2001 From: TopiSenpai Date: Sun, 5 Mar 2023 00:33:06 +0100 Subject: [PATCH] go mod tidy --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index c457f28..604f16c 100644 --- a/go.mod +++ b/go.mod @@ -8,6 +8,7 @@ require ( github.com/go-jose/go-jose/v3 v3.0.0 github.com/jackc/pgx/v5 v5.2.0 github.com/jmoiron/sqlx v1.3.5 + github.com/mitchellh/mapstructure v1.5.0 github.com/spf13/cobra v1.6.1 github.com/spf13/viper v1.15.0 golang.org/x/exp v0.0.0-20230203172020-98cc5a0785f9 @@ -27,7 +28,6 @@ require ( github.com/lib/pq v1.10.7 // indirect github.com/magiconair/properties v1.8.7 // indirect github.com/mattn/go-isatty v0.0.17 // indirect - github.com/mitchellh/mapstructure v1.5.0 // indirect github.com/pelletier/go-toml/v2 v2.0.6 // indirect github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect github.com/spf13/afero v1.9.3 // indirect