Skip to content

Commit

Permalink
Excavator: Manage go module dependencies (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored May 25, 2022
1 parent 2d8a0d3 commit a1523e7
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 17 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/palantir/conjure-go-runtime/v2 v2.32.0
github.com/palantir/pkg/retry v1.1.1
github.com/palantir/witchcraft-go-error v1.8.0
github.com/palantir/witchcraft-go-logging v1.22.0
github.com/palantir/witchcraft-go-logging v1.23.0
github.com/stretchr/testify v1.7.1
)

Expand All @@ -21,8 +21,8 @@ require (
github.com/palantir/pkg/safejson v1.0.1 // indirect
github.com/palantir/pkg/tlsconfig v1.1.0 // indirect
github.com/palantir/pkg/uuid v1.0.1 // indirect
github.com/palantir/witchcraft-go-params v1.4.0 // indirect
github.com/palantir/witchcraft-go-tracing v1.6.0 // indirect
github.com/palantir/witchcraft-go-params v1.5.0 // indirect
github.com/palantir/witchcraft-go-tracing v1.7.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d // indirect
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ github.com/palantir/pkg/uuid v1.0.1 h1:wcBLI2wA9IyCgE5o7z8jkfct74BHhC5iD8FNuqp8Z
github.com/palantir/pkg/uuid v1.0.1/go.mod h1:pvQXYqMYf8GdAHEFiO4ROL9CEuNX7voJ7TjMPcx3NJo=
github.com/palantir/witchcraft-go-error v1.8.0 h1:Lqi6IdL42KjuV0O2/87TFa4TTa3J9Is7gZKES9byBUs=
github.com/palantir/witchcraft-go-error v1.8.0/go.mod h1:Ua/r48xNcYPN+E9Tn3S9dOFNWT/FnhlnCxAOf3Okrfs=
github.com/palantir/witchcraft-go-logging v1.22.0 h1:xncnZENAN/QOcLFpl4lR4VvL1o8oxi1ojVEOoR3Uypk=
github.com/palantir/witchcraft-go-logging v1.22.0/go.mod h1:EsMcsSUmHsvedbZYCinXb3XwtIhSVlZDS1XHcyvRw6I=
github.com/palantir/witchcraft-go-params v1.4.0 h1:Mrlv35A8uFKwGXflYAG88tbl7ML165a7qbXfcjvqd2E=
github.com/palantir/witchcraft-go-params v1.4.0/go.mod h1:XCJsFOHTOnvFaJU+kYFqXvqHWGuG0JT9OPsUrslvyq8=
github.com/palantir/witchcraft-go-tracing v1.6.0 h1:r+Yo5ecy6q7Yrm3ZSb+A7wNlpI/vXEkxmYThQIPblTk=
github.com/palantir/witchcraft-go-tracing v1.6.0/go.mod h1:VWGyWMZNFSOearFmY81myAf+cS3NZmqbSz30UVl88MY=
github.com/palantir/witchcraft-go-logging v1.23.0 h1:oMlF4ByEYc3X9KxUbiWfg6l03FZHC+qGA88SJa/mF+8=
github.com/palantir/witchcraft-go-logging v1.23.0/go.mod h1:vF9aVwjKwX2A0dmJi3KJlajXrzea/0kBEyrjSlUSHjM=
github.com/palantir/witchcraft-go-params v1.5.0 h1:WVr7EH53mGDGKF5EHr/1EczYB3vUbMSFY1tfxKbiCmo=
github.com/palantir/witchcraft-go-params v1.5.0/go.mod h1:XCJsFOHTOnvFaJU+kYFqXvqHWGuG0JT9OPsUrslvyq8=
github.com/palantir/witchcraft-go-tracing v1.7.0 h1:9RcIELqcwy8STwOv1eeIBbukBlY1ATGK7T6TBviCNSU=
github.com/palantir/witchcraft-go-tracing v1.7.0/go.mod h1:o5s0hGyfsPGGuablKhGZv1G707/XSUsGgSv+vwWtyiw=
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
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.

6 changes: 3 additions & 3 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,16 @@ github.com/palantir/pkg/uuid/internal/uuid
## explicit; go 1.18
github.com/palantir/witchcraft-go-error
github.com/palantir/witchcraft-go-error/internal/errors
# github.com/palantir/witchcraft-go-logging v1.22.0
# github.com/palantir/witchcraft-go-logging v1.23.0
## explicit; go 1.18
github.com/palantir/witchcraft-go-logging/internal/gopath
github.com/palantir/witchcraft-go-logging/wlog
github.com/palantir/witchcraft-go-logging/wlog/internal
github.com/palantir/witchcraft-go-logging/wlog/svclog/svc1log
# github.com/palantir/witchcraft-go-params v1.4.0
# github.com/palantir/witchcraft-go-params v1.5.0
## explicit; go 1.18
github.com/palantir/witchcraft-go-params
# github.com/palantir/witchcraft-go-tracing v1.6.0
# github.com/palantir/witchcraft-go-tracing v1.7.0
## explicit; go 1.18
github.com/palantir/witchcraft-go-tracing/wtracing
github.com/palantir/witchcraft-go-tracing/wtracing/propagation/b3
Expand Down

0 comments on commit a1523e7

Please sign in to comment.