File tree 4 files changed +16
-16
lines changed
4 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -54,8 +54,6 @@ workflows:
54
54
matrix :
55
55
parameters :
56
56
go_version :
57
- - " 1.15"
58
- - " 1.16"
59
57
- " 1.17"
60
58
- " 1.18"
61
59
- test :
@@ -65,8 +63,6 @@ workflows:
65
63
matrix :
66
64
parameters :
67
65
go_version :
68
- - " 1.15"
69
- - " 1.16"
70
66
- " 1.17"
71
67
- " 1.18"
72
68
- codespell
Original file line number Diff line number Diff line change
1
+ version : 2
2
+ updates :
3
+ - package-ecosystem : " gomod"
4
+ directory : " /"
5
+ schedule :
6
+ interval : " monthly"
Original file line number Diff line number Diff line change 1
1
module github.com/prometheus/procfs
2
2
3
- go 1.15
3
+ go 1.17
4
4
5
5
require (
6
- github.com/google/go-cmp v0.5.7
7
- golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
8
- golang.org/x/sys v0.0.0-20220412211240-33da011f77ad
6
+ github.com/google/go-cmp v0.5.8
7
+ golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
8
+ golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a
9
9
)
Original file line number Diff line number Diff line change 1
- github.com/google/go-cmp v0.5.7 h1:81/ik6ipDQS2aGcBfIN5dHDB36BwrStyeAQquSYCV4o =
2
- github.com/google/go-cmp v0.5.7 /go.mod h1:n+brtR0CgQNWTVd5ZUFpTBC8YFBDLK/h/bpaJ8/DtOE =
3
- golang.org/x/sync v0.0.0-20210220032951-036812b2e83c h1:5KslGYwFpkhGh+Q16bwMP3cOontH8FOep7tGV86Y7SQ =
4
- golang.org/x/sync v0.0.0-20210220032951-036812b2e83c /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
5
- golang.org/x/sys v0.0.0-20220412211240-33da011f77ad h1:ntjMns5wyP/fN65tdBD4g8J5w8n015+iIIs9rtjXkY0 =
6
- golang.org/x/sys v0.0.0-20220412211240-33da011f77ad /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
7
- golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 h1:E7g+9GITq07hpfrRu66IVDexMakfv52eLZ2CXBWiKr4 =
8
- golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 /go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0 =
1
+ github.com/google/go-cmp v0.5.8 h1:e6P7q2lk1O+qJJb4BtCQXlK8vWEO8V1ZeuEdJNOqZyg =
2
+ github.com/google/go-cmp v0.5.8 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
3
+ golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f h1:Ax0t5p6N38Ga0dThY21weqDEyz2oklo4IvDkpigvkD8 =
4
+ golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
5
+ golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a h1:dGzPydgVsqGcTRVwiLJ1jVbufYwmzD3LfVPLKsKg+0k =
6
+ golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
You can’t perform that action at this time.
0 commit comments