Skip to content

Commit

Permalink
Excavator: Manage go module dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot committed Feb 16, 2024
1 parent 85e3b7d commit 0fc04de
Show file tree
Hide file tree
Showing 11 changed files with 195 additions and 110 deletions.
10 changes: 10 additions & 0 deletions -excavator_output.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
go mod operation failed. This may mean that there are legitimate dependency issues with the "go.mod" definition in the repository and the updates performed by the gomod check. This branch can be cloned locally to debug the issue.

Command that caused error:
./godelw check compiles

Output:
Running compiles...
govet/creator/creator.go:28:11: cannot use &govet.Checker{} (value of type *govet.Checker) as okgo.Checker value in return statement: *govet.Checker does not implement okgo.Checker (missing method MultiCPU)
Finished compiles
Check(s) produced output: [compiles]
4 changes: 4 additions & 0 deletions excavator_fail/excavator_fail.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package fail

This is a non-compiling file that has been added to explicitly ensure that CI fails.
Remove this file if debugging locally.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ go 1.21

require (
github.com/nmiyake/pkg/gofiles v1.2.0
github.com/palantir/godel/v2 v2.101.0
github.com/palantir/okgo v1.48.0
github.com/palantir/godel/v2 v2.103.0
github.com/palantir/okgo v1.52.0
github.com/palantir/pkg/cobracli v1.2.0
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.8.4
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ github.com/nwaples/rardecode v1.0.0 h1:r7vGuS5akxOnR4JQSkko62RJ1ReCMXxQRPtxsiFMB
github.com/nwaples/rardecode v1.0.0/go.mod h1:5DzqNKiOdpKKBH87u8VlvAnPZMXcGRhxWkRpHbbfGS0=
github.com/palantir/amalgomate v1.38.0 h1:hrOVNPig247ACXbIEQIHLoPmfMmC56eZxUYAUdDYY84=
github.com/palantir/amalgomate v1.38.0/go.mod h1:Gn9NWL63+1mCXIRcMVfZd8V51xfQq4gR/bLmlR4I7v4=
github.com/palantir/godel/v2 v2.101.0 h1:5iF+av0TpeR0TX8kt06mz/9iQwudUYGFFtXmVG0EkaQ=
github.com/palantir/godel/v2 v2.101.0/go.mod h1:/tkNvreQu//T5AtzDvHYCQUxLtJFM+2fTRAIMLl3ZX8=
github.com/palantir/okgo v1.48.0 h1:Gw3Di7GC6FhZLqvwzSYtDBLJV0PpYP1EL77QLsAakVk=
github.com/palantir/okgo v1.48.0/go.mod h1:UwU5nQX7wiRoSL4zUf5YRztUvWTInbFIB0MEq/qo0Ik=
github.com/palantir/godel/v2 v2.103.0 h1:u6F2aNdBLw7JWM/Ku1moWugetZ967MWccLWBQwy/F98=
github.com/palantir/godel/v2 v2.103.0/go.mod h1:/tkNvreQu//T5AtzDvHYCQUxLtJFM+2fTRAIMLl3ZX8=
github.com/palantir/okgo v1.52.0 h1:Q82NzmGoaqciAkzdBTrFUjoCexcKIqoMoEb/K7MXa+A=
github.com/palantir/okgo v1.52.0/go.mod h1:UwU5nQX7wiRoSL4zUf5YRztUvWTInbFIB0MEq/qo0Ik=
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

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions vendor/github.com/palantir/okgo/checker/amalgomated_helpers.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions vendor/github.com/palantir/okgo/checker/assetapi.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions vendor/github.com/palantir/okgo/checker/checker_asset.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

66 changes: 49 additions & 17 deletions vendor/github.com/palantir/okgo/checker/checkers.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions vendor/github.com/palantir/okgo/okgo/checker.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ github.com/nwaples/rardecode
# github.com/palantir/amalgomate v1.38.0
## explicit; go 1.21
github.com/palantir/amalgomate/amalgomated
# github.com/palantir/godel/v2 v2.101.0
# github.com/palantir/godel/v2 v2.103.0
## explicit; go 1.21
github.com/palantir/godel/v2/framework/artifactresolver
github.com/palantir/godel/v2/framework/builtintasks
Expand All @@ -96,7 +96,7 @@ github.com/palantir/godel/v2/godelgetter
github.com/palantir/godel/v2/pkg/osarch
github.com/palantir/godel/v2/pkg/products
github.com/palantir/godel/v2/pkg/versionedconfig
# github.com/palantir/okgo v1.48.0
# github.com/palantir/okgo v1.52.0
## explicit; go 1.21
github.com/palantir/okgo/checker
github.com/palantir/okgo/okgo
Expand Down

0 comments on commit 0fc04de

Please sign in to comment.