Skip to content

Commit

Permalink
Excavator: Manage go module dependencies (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Apr 15, 2022
1 parent df7c928 commit 8e11321
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.18
require (
github.com/dave/jennifer v1.4.1
github.com/palantir/conjure-go-runtime/v2 v2.30.0
github.com/palantir/godel/v2 v2.53.0
github.com/palantir/godel/v2 v2.54.0
github.com/palantir/pkg/cobracli v1.1.0
github.com/palantir/pkg/refreshable v1.3.2
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 @@ -41,7 +41,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.53.0
# github.com/palantir/godel/v2 v2.54.0
## explicit; go 1.18
github.com/palantir/godel/v2/framework/artifactresolver
github.com/palantir/godel/v2/framework/builtintasks/installupdate/layout
Expand Down

0 comments on commit 8e11321

Please sign in to comment.