Skip to content

Commit

Permalink
Excavator: Manage go module dependencies (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Feb 27, 2024
1 parent 48e9141 commit 5d90580
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 10 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ require (
github.com/palantir/pkg/specdir v1.2.0 // indirect
github.com/palantir/pkg/tlsconfig v1.2.0 // indirect
github.com/palantir/pkg/uuid v1.2.0 // indirect
github.com/palantir/witchcraft-go-error v1.33.0 // indirect
github.com/palantir/witchcraft-go-error v1.34.0 // indirect
github.com/palantir/witchcraft-go-logging v1.51.0 // indirect
github.com/palantir/witchcraft-go-params v1.31.0 // indirect
github.com/palantir/witchcraft-go-tracing v1.33.0 // indirect
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.

10 changes: 5 additions & 5 deletions vendor/github.com/palantir/witchcraft-go-error/godelw

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.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ github.com/palantir/pkg/tlsconfig
## explicit; go 1.19
github.com/palantir/pkg/uuid
github.com/palantir/pkg/uuid/internal/uuid
# github.com/palantir/witchcraft-go-error v1.33.0
# github.com/palantir/witchcraft-go-error v1.34.0
## explicit; go 1.21
github.com/palantir/witchcraft-go-error
github.com/palantir/witchcraft-go-error/internal/errors
Expand Down

0 comments on commit 5d90580

Please sign in to comment.