Skip to content

Commit

Permalink
Excavator: Manage go module dependencies (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Nov 23, 2023
1 parent 0dbc283 commit 72c2f3e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.21
require (
github.com/dave/jennifer v1.4.1
github.com/palantir/conjure-go-runtime/v2 v2.66.0
github.com/palantir/godel/v2 v2.94.0
github.com/palantir/godel/v2 v2.95.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.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ 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.94.0
# github.com/palantir/godel/v2 v2.95.0
## explicit; go 1.21
github.com/palantir/godel/v2/framework/artifactresolver
github.com/palantir/godel/v2/framework/builtintasks/installupdate/layout
Expand Down

0 comments on commit 72c2f3e

Please sign in to comment.