Skip to content

Commit

Permalink
Excavator: Manage go module dependencies (#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Mar 23, 2024
1 parent 677fdae commit bd4e119
Show file tree
Hide file tree
Showing 6 changed files with 59 additions and 9 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ require (
github.com/palantir/pkg/safeyaml v1.1.0
github.com/palantir/pkg/uuid v1.2.0
github.com/palantir/witchcraft-go-error v1.34.0
github.com/palantir/witchcraft-go-logging v1.51.0
github.com/palantir/witchcraft-go-logging v1.52.0
github.com/palantir/witchcraft-go-params v1.31.0
github.com/palantir/witchcraft-go-server/v2 v2.74.0
github.com/palantir/witchcraft-go-tracing v1.33.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,8 @@ github.com/palantir/witchcraft-go-error v1.34.0 h1:ir/stMAXuONEUXK1DIHV+3Bt/Ot7t
github.com/palantir/witchcraft-go-error v1.34.0/go.mod h1:XMzUHbCg9vwOkMirfQxBtNnFIWBZo7UURXpCwOiwsmo=
github.com/palantir/witchcraft-go-health v1.15.0 h1:rXKAefpl1fKkYhFS/BYR+NoebeFUn09CLXr1O4aRNOA=
github.com/palantir/witchcraft-go-health v1.15.0/go.mod h1:MS0LBzTRcaCViJuIYzzwfZWBxFw0SNIRRglTve7t3x4=
github.com/palantir/witchcraft-go-logging v1.51.0 h1:2KhBmbwfIR7ctEvVr1t9rJDhKiSD/BkPoI+/ITQtulU=
github.com/palantir/witchcraft-go-logging v1.51.0/go.mod h1:/Y6GrI+AsKQfy28B3J88wWKadvfDm/E6X8FNhaPaQV0=
github.com/palantir/witchcraft-go-logging v1.52.0 h1:hodT1ylwqp1Z2+OMKM1+aqKM1yob6Vo6fMdzwKfhjRE=
github.com/palantir/witchcraft-go-logging v1.52.0/go.mod h1:nl1cIo7vYQfFuznvd7TlWrcyLmkneKeeg4GTQHa2TFw=
github.com/palantir/witchcraft-go-params v1.31.0 h1:WnSbITvTk/DYWK2aZ5xCTKnjv0McHVnk7BE3CuvnddE=
github.com/palantir/witchcraft-go-params v1.31.0/go.mod h1:hspt+NCM0m7T8fjVwVFurdR9a+af7wcmPJYQJnqkdCM=
github.com/palantir/witchcraft-go-server/v2 v2.74.0 h1:y9YvuEAmD8WKmJXply4Gmh0HTeQ850i8ryewv+XqE9I=
Expand Down

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.

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 @@ -139,7 +139,7 @@ github.com/palantir/witchcraft-go-error/internal/errors
github.com/palantir/witchcraft-go-health/conjure/witchcraft/api/health
github.com/palantir/witchcraft-go-health/sources
github.com/palantir/witchcraft-go-health/status
# github.com/palantir/witchcraft-go-logging v1.51.0
# github.com/palantir/witchcraft-go-logging v1.52.0
## explicit; go 1.21
github.com/palantir/witchcraft-go-logging/conjure/witchcraft/api/logging
github.com/palantir/witchcraft-go-logging/internal/gopath
Expand Down

0 comments on commit bd4e119

Please sign in to comment.