Skip to content

Commit

Permalink
go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Oct 29, 2024
1 parent 44a8149 commit d8e65b3
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 @@ -5,7 +5,9 @@ go 1.23
require (
github.com/alecthomas/kong v0.7.1
github.com/hashicorp/go-version v1.6.0
github.com/posener/complete v1.2.3
github.com/stretchr/testify v1.8.3
github.com/willabides/kongplete v0.3.0
gopkg.in/ini.v1 v1.67.0
)

Expand All @@ -15,8 +17,6 @@ require (
github.com/hashicorp/go-multierror v1.0.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/posener/complete v1.2.3 // indirect
github.com/riywo/loginshell v0.0.0-20200815045211-7d26008be1ab // indirect
github.com/willabides/kongplete v0.3.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

0 comments on commit d8e65b3

Please sign in to comment.