Skip to content

Commit 5fdcadf

Browse files
authored
Merge branch 'master' into master
2 parents fd4631d + 87286a7 commit 5fdcadf

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

.github/workflows/workflow.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
steps:
88
- uses: actions/setup-go@v1
99
with:
10-
go-version: 1.16.x
10+
go-version: 1.20.x
1111
- uses: actions/checkout@v2
1212

1313
- name: "format"

go.mod

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/yeya24/promlinter
22

3-
go 1.16
3+
go 1.20
44

55
require (
66
github.com/prometheus/client_golang v1.12.1
@@ -9,3 +9,16 @@ require (
99
gopkg.in/alecthomas/kingpin.v2 v2.2.6
1010
gopkg.in/yaml.v2 v2.4.0
1111
)
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+
)

0 commit comments

Comments
 (0)