Skip to content

Commit

Permalink
chore(go): update go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuar committed Nov 27, 2023
1 parent 6c9ca82 commit 37bd318
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
)

Expand Down

0 comments on commit 37bd318

Please sign in to comment.