Skip to content

Commit

Permalink
Excavator: Manage go module dependencies (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Aug 2, 2024
1 parent 339c13e commit b515dcf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22
require (
github.com/dave/jennifer v1.4.1
github.com/palantir/conjure-go-runtime/v2 v2.77.0
github.com/palantir/godel/v2 v2.112.0
github.com/palantir/godel/v2 v2.113.0
github.com/palantir/pkg/cobracli v1.2.0
github.com/palantir/pkg/refreshable v1.5.0
github.com/pkg/errors v0.9.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum

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

4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ github.com/palantir/conjure-go-runtime/v2/conjure-go-contract/errors
# github.com/palantir/go-metrics v1.1.1
## explicit; go 1.13
github.com/palantir/go-metrics
# github.com/palantir/godel/v2 v2.112.0
## explicit; go 1.21
# github.com/palantir/godel/v2 v2.113.0
## explicit; go 1.22
github.com/palantir/godel/v2/framework/artifactresolver
github.com/palantir/godel/v2/framework/builtintasks/installupdate/layout
github.com/palantir/godel/v2/framework/godel
Expand Down

0 comments on commit b515dcf

Please sign in to comment.