Skip to content

Commit

Permalink
Excavator: Manage go module dependencies (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Jun 15, 2024
1 parent 310d649 commit 4e6df00
Show file tree
Hide file tree
Showing 12 changed files with 133 additions and 101 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ go 1.21
require (
github.com/dave/jennifer v1.4.1
github.com/palantir/conjure-go-runtime/v2 v2.76.0
github.com/palantir/godel/v2 v2.109.0
github.com/palantir/godel/v2 v2.110.0
github.com/palantir/pkg/cobracli v1.2.0
github.com/palantir/pkg/refreshable v1.5.0
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.8.0
github.com/spf13/cobra v1.8.1
github.com/stretchr/testify v1.9.0
golang.org/x/tools v0.22.0
gopkg.in/yaml.v2 v2.4.0
Expand Down
10 changes: 5 additions & 5 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 8 additions & 13 deletions vendor/github.com/spf13/cobra/.golangci.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 3 additions & 10 deletions vendor/github.com/spf13/cobra/active_help.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/github.com/spf13/cobra/args.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 11 additions & 14 deletions vendor/github.com/spf13/cobra/bash_completions.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions vendor/github.com/spf13/cobra/cobra.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

51 changes: 31 additions & 20 deletions vendor/github.com/spf13/cobra/command.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4e6df00

Please sign in to comment.