File tree 2 files changed +15
-2
lines changed
2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 7
7
steps :
8
8
- uses : actions/setup-go@v1
9
9
with :
10
- go-version : 1.16 .x
10
+ go-version : 1.20 .x
11
11
- uses : actions/checkout@v2
12
12
13
13
- name : " format"
Original file line number Diff line number Diff line change 1
1
module github.com/yeya24/promlinter
2
2
3
- go 1.16
3
+ go 1.20
4
4
5
5
require (
6
6
github.com/prometheus/client_golang v1.12.1
@@ -9,3 +9,16 @@ require (
9
9
gopkg.in/alecthomas/kingpin.v2 v2.2.6
10
10
gopkg.in/yaml.v2 v2.4.0
11
11
)
12
+
13
+ require (
14
+ github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
15
+ github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
16
+ github.com/beorn7/perks v1.0.1 // indirect
17
+ github.com/cespare/xxhash/v2 v2.1.2 // indirect
18
+ github.com/golang/protobuf v1.5.2 // indirect
19
+ github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
20
+ github.com/prometheus/common v0.32.1 // indirect
21
+ github.com/prometheus/procfs v0.7.3 // indirect
22
+ golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
23
+ google.golang.org/protobuf v1.26.0 // indirect
24
+ )
You can’t perform that action at this time.
0 commit comments