From 37bd318df3ca3fd2181e09485f5a7f8c6e9ae075 Mon Sep 17 00:00:00 2001 From: Joshua Rich Date: Mon, 27 Nov 2023 10:19:29 +1000 Subject: [PATCH] chore(go): update go.mod --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 34a34f7e9..eb1fe8842 100644 --- a/go.mod +++ b/go.mod @@ -6,11 +6,13 @@ require ( github.com/go-playground/validator/v10 v10.16.0 github.com/godbus/dbus/v5 v5.1.0 github.com/jeandeaual/go-locale v0.0.0-20220711133428-7de61946b173 + github.com/pelletier/go-toml/v2 v2.1.0 github.com/shirou/gopsutil/v3 v3.23.10 github.com/spf13/cobra v1.8.0 github.com/stretchr/testify v1.8.4 golang.org/x/mod v0.14.0 golang.org/x/text v0.14.0 + gopkg.in/yaml.v3 v3.0.1 ) require ( @@ -46,7 +48,6 @@ require ( github.com/mattn/go-isatty v0.0.20 // indirect github.com/miekg/dns v1.1.57 // indirect github.com/mitchellh/mapstructure v1.5.0 // indirect - github.com/pelletier/go-toml/v2 v2.1.0 // indirect github.com/pkg/errors v0.9.1 // indirect github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect github.com/power-devops/perfstat v0.0.0-20221212215047-62379fc7944b // indirect @@ -75,7 +76,6 @@ require ( golang.org/x/tools v0.15.0 // indirect gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect gopkg.in/ini.v1 v1.67.0 // indirect - gopkg.in/yaml.v3 v3.0.1 // indirect honnef.co/go/js/dom v0.0.0-20231030024858-cb489e859d05 // indirect )