Skip to content

Commit

Permalink
Excavator: Manage go module dependencies (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Mar 23, 2024
1 parent 70a11aa commit ac8894c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ require (
github.com/palantir/pkg/tlsconfig v1.3.0 // indirect
github.com/palantir/pkg/uuid v1.2.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-logging v1.52.0 // indirect
github.com/palantir/witchcraft-go-params v1.31.0 // indirect
github.com/palantir/witchcraft-go-tracing v1.33.0 // indirect
github.com/pmezard/go-difflib v1.0.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.

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 @@ -97,7 +97,7 @@ github.com/palantir/pkg/uuid/internal/uuid
## explicit; go 1.21
github.com/palantir/witchcraft-go-error
github.com/palantir/witchcraft-go-error/internal/errors
# 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/internal/gopath
github.com/palantir/witchcraft-go-logging/wlog
Expand Down

0 comments on commit ac8894c

Please sign in to comment.