Skip to content

Commit

Permalink
chore: go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikelVeen committed May 9, 2024
1 parent d067366 commit 77bf193
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ go 1.22.0
require (
github.com/djherbis/times v1.6.0
github.com/spf13/cobra v1.8.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.18.2
github.com/stretchr/testify v1.9.0
github.com/tidwall/pretty v1.2.1
golang.org/x/text v0.15.0
gopkg.in/yaml.v3 v3.0.1
)

require github.com/tidwall/pretty v1.2.1 // indirect

require (
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
Expand All @@ -28,12 +29,10 @@ require (
github.com/sourcegraph/conc v0.3.0 // indirect
github.com/spf13/afero v1.11.0 // indirect
github.com/spf13/cast v1.6.0 // indirect
github.com/spf13/pflag v1.0.5
github.com/subosito/gotenv v1.6.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.9.0 // indirect
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.15.0
gopkg.in/ini.v1 v1.67.0 // indirect
)

0 comments on commit 77bf193

Please sign in to comment.