Skip to content

Commit 5e46ef1

Browse files
Excavator: Bump go dependency github.com/prometheus/common
1 parent 334ce05 commit 5e46ef1

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

excavator_fail/excavator_fail.go

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
package fail
2+
3+
fail
4+
5+
/*
6+
This is a non-compiling file that has been added to explicitly ensure that CI fails.
7+
It also contains the command that caused the failure and its output.
8+
Remove this file if debugging locally.
9+
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.
11+
12+
Command that caused error:
13+
./godelw exec -- go get github.com/prometheus/common
14+
15+
Output:
16+
go: github.com/prometheus/common@upgrade (v1.20.3) requires github.com/prometheus/common@v1.20.3: parsing go.mod:
17+
module declares its path as: github.com/prometheus/client_golang
18+
but was required as: github.com/prometheus/common
19+
Error: exit status 1
20+
21+
*/

0 commit comments

Comments
 (0)