Skip to content

Commit

Permalink
Excavator: Manage go module dependencies (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Nov 26, 2024
1 parent 2ea5b3c commit 18d161a
Show file tree
Hide file tree
Showing 16 changed files with 640 additions and 282 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ go 1.23.0

require (
github.com/dave/jennifer v1.4.1
github.com/palantir/conjure-go-runtime/v2 v2.86.0
github.com/palantir/conjure-go-runtime/v2 v2.87.0
github.com/palantir/godel/v2 v2.121.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.1
github.com/stretchr/testify v1.9.0
github.com/stretchr/testify v1.10.0
golang.org/x/tools v0.27.0
gopkg.in/yaml.v2 v2.4.0
)
Expand Down
8 changes: 4 additions & 4 deletions go.sum

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

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

35 changes: 22 additions & 13 deletions vendor/github.com/stretchr/testify/assert/assertion_compare.go

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

34 changes: 30 additions & 4 deletions vendor/github.com/stretchr/testify/assert/assertion_format.go

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

68 changes: 60 additions & 8 deletions vendor/github.com/stretchr/testify/assert/assertion_forward.go

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

Loading

0 comments on commit 18d161a

Please sign in to comment.