File tree 4 files changed +9
-546
lines changed
4 files changed +9
-546
lines changed Original file line number Diff line number Diff line change 17
17
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
18
18
with :
19
19
# renovate: datasource=golang-version
20
- go-version : ' 1.20 '
20
+ go-version : ' 1.22 '
21
21
check-latest : true
22
22
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
23
23
Original file line number Diff line number Diff line change 19
19
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
20
20
with :
21
21
# renovate: datasource=golang-version
22
- go-version : ' 1.20 '
22
+ go-version : ' 1.22 '
23
23
check-latest : true
24
24
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
25
25
Original file line number Diff line number Diff line change 1
1
module github.com/radiofrance/gitlab-ci-pipelines-exporter
2
2
3
- go 1.20
3
+ go 1.22
4
4
5
5
require (
6
6
github.com/prometheus/client_golang v1.19.0
7
7
github.com/stretchr/testify v1.9.0
8
8
github.com/urfave/cli/v2 v2.27.1
9
9
github.com/urfave/negroni v1.0.0
10
- github.com/urfave/negroni/v3 v3.1.0
11
10
github.com/xanzy/go-gitlab v0.100.0
12
11
go.uber.org/zap v1.27.0
13
12
)
@@ -21,14 +20,12 @@ require (
21
20
github.com/google/go-querystring v1.1.0 // indirect
22
21
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
23
22
github.com/hashicorp/go-retryablehttp v0.7.2 // indirect
24
- github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
25
23
github.com/pmezard/go-difflib v1.0.0 // indirect
26
24
github.com/prometheus/client_model v0.5.0 // indirect
27
25
github.com/prometheus/common v0.48.0 // indirect
28
26
github.com/prometheus/procfs v0.12.0 // indirect
29
27
github.com/russross/blackfriday/v2 v2.1.0 // indirect
30
28
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
31
- go.uber.org/atomic v1.7.0 // indirect
32
29
go.uber.org/multierr v1.10.0 // indirect
33
30
golang.org/x/net v0.20.0 // indirect
34
31
golang.org/x/oauth2 v0.16.0 // indirect
You can’t perform that action at this time.
0 commit comments