Skip to content

Commit

Permalink
Excavator: Manage go module dependencies (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Aug 2, 2024
1 parent 6f4a5bf commit dd346b2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/nmiyake/pkg/gofiles v1.2.0
github.com/palantir/go-generate v1.35.0
github.com/palantir/godel/pkg/products/v2 v2.0.0
github.com/palantir/godel/v2 v2.112.0
github.com/palantir/godel/v2 v2.113.0
github.com/palantir/pkg/cobracli v1.2.0
github.com/spf13/cobra v1.8.1
github.com/stretchr/testify v1.9.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ github.com/palantir/go-generate v1.35.0 h1:xZH6HNo0esUDbXcr4UPHnAK2CPXdS7wSYrEXD
github.com/palantir/go-generate v1.35.0/go.mod h1:l9EMsWKtyUa7QdNf6Wy0SyF+1nEQhw28qAuhB7i7elQ=
github.com/palantir/godel/pkg/products/v2 v2.0.0 h1:E3DuAEA1yotLLDQt7vIrYRapRwXRyW6u8Yuq2p/qyLs=
github.com/palantir/godel/pkg/products/v2 v2.0.0/go.mod h1:SaLUycZLVP5qV6mL9MWG3jkX4dS23lJnzpubTGAV4FU=
github.com/palantir/godel/v2 v2.112.0 h1:QxaPCQylUQSyvWuvJlRMb6dZ12JIfPnku1bKrbQgf0I=
github.com/palantir/godel/v2 v2.112.0/go.mod h1:7pL0CYLUwXxmNn9LyoRMYuQHHGt4N0h5T9nEeJHre6U=
github.com/palantir/godel/v2 v2.113.0 h1:RnSGpePa+M7ayFrXncbVjQOZC4EW4t+nBBrFxOrObjg=
github.com/palantir/godel/v2 v2.113.0/go.mod h1:fUTWIR0Phsn7dJ+qENgvRkkFSga83kVXRb/mqNao5a8=
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
4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ github.com/palantir/go-generate/gogenerate/config/internal/v0
# github.com/palantir/godel/pkg/products/v2 v2.0.0
## explicit; go 1.13
github.com/palantir/godel/pkg/products/v2
# github.com/palantir/godel/v2 v2.112.0
## explicit; go 1.21
# github.com/palantir/godel/v2 v2.113.0
## explicit; go 1.22
github.com/palantir/godel/v2/framework/artifactresolver
github.com/palantir/godel/v2/framework/builtintasks
github.com/palantir/godel/v2/framework/builtintasks/githooks
Expand Down

0 comments on commit dd346b2

Please sign in to comment.