Skip to content

Commit

Permalink
Excavator: Manage go module dependencies (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Dec 18, 2024
1 parent 97332d8 commit 8a22741
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.23.0
require (
github.com/nmiyake/pkg/dirs v1.1.0
github.com/nmiyake/pkg/gofiles v1.2.0
github.com/palantir/godel/v2 v2.122.0
github.com/palantir/godel/v2 v2.123.0
github.com/palantir/pkg/cobracli v1.2.0
github.com/pkg/errors v0.8.1
github.com/spf13/cobra v1.8.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ github.com/nmiyake/pkg/gofiles v1.2.0 h1:L0LWMfnHyMxiLP2Cuqno163/4zK73FscEsNd7sH
github.com/nmiyake/pkg/gofiles v1.2.0/go.mod h1:aPXiVvXPwxNanRNuFIRVPYn6eTC4qxjDZni6VNNlzMY=
github.com/nwaples/rardecode v1.1.0 h1:vSxaY8vQhOcVr4mm5e8XllHWTiM4JF507A0Katqw7MQ=
github.com/nwaples/rardecode v1.1.0/go.mod h1:5DzqNKiOdpKKBH87u8VlvAnPZMXcGRhxWkRpHbbfGS0=
github.com/palantir/godel/v2 v2.122.0 h1:y2REdkEL0DgSHOFE/Y0ZRh5Ql0mb41lNbW2mhvk4qvM=
github.com/palantir/godel/v2 v2.122.0/go.mod h1:TVDmWkNg0Iv1C1jDG9QlRC596OJcFboL9/+K5OK9TSk=
github.com/palantir/godel/v2 v2.123.0 h1:3Gu8BnRXqOQyzGMnJYUqCQy13N+HVECg55X8Q+eBRw0=
github.com/palantir/godel/v2 v2.123.0/go.mod h1:TVDmWkNg0Iv1C1jDG9QlRC596OJcFboL9/+K5OK9TSk=
github.com/palantir/pkg v1.1.0 h1:0EhrSUP8oeeh3MUvk7V/UU7WmsN1UiJNTvNj0sN9Cpo=
github.com/palantir/pkg v1.1.0/go.mod h1:KC9srP/9ssWRxBxFCIqhUGC4Jt7OJkWRz0Iqehup1/c=
github.com/palantir/pkg/cobracli v1.2.0 h1:hANp5fUB5cX90SVri97Apz4xB3BqnZw0gP2jMQ34G8Y=
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ github.com/nmiyake/pkg/gofiles
# github.com/nwaples/rardecode v1.1.0
## explicit
github.com/nwaples/rardecode
# github.com/palantir/godel/v2 v2.122.0
# github.com/palantir/godel/v2 v2.123.0
## explicit; go 1.21.0
github.com/palantir/godel/v2/framework/artifactresolver
github.com/palantir/godel/v2/framework/builtintasks
Expand Down

0 comments on commit 8a22741

Please sign in to comment.