@@ -5,44 +5,49 @@ def prometheus_client_dependencies():
5
5
6
6
go_repository (
7
7
name = "com_github_prometheus_client_golang" ,
8
- commit = "aa9238db679fc02bf22cf4f2c27a980edcb5ada0" , # v1.5.1
9
8
importpath = "github.com/prometheus/client_golang" ,
9
+ sum = "h1:bdHYieyGlH+6OLEk2YQha8THib30KP0/yD0YH9m6xcA=" ,
10
+ version = "v1.5.1" ,
10
11
)
11
12
12
13
go_repository (
13
14
name = "com_github_prometheus_common" ,
14
- commit = "d978bcb1309602d68bb4ba69cf3f8ed900e07308" , # v0.9.1
15
15
importpath = "github.com/prometheus/common" ,
16
+ sum = "h1:KOMtN28tlbam3/7ZKEYKHhKoJZYYj3gMH4uc62x7X7U=" ,
17
+ version = "v0.9.1" ,
16
18
)
17
19
18
20
go_repository (
19
21
name = "com_github_prometheus_procfs" ,
20
- commit = "46159f73e74d1cb8dc223deef9b2d049286f46b1" , # v0.0.11
21
22
importpath = "github.com/prometheus/procfs" ,
23
+ sum = "h1:DhHlBtkHWPYi8O2y31JkK0TF+DGM+51OopZjH/Ia5qI=" ,
24
+ version = "v0.0.11" ,
22
25
)
23
26
24
27
go_repository (
25
28
name = "com_github_prometheus_client_model" ,
26
- commit = "7bc5445566f0fe75b15de23e6b93886e982d7bf9" , # v0.2.0
27
29
importpath = "github.com/prometheus/client_model" ,
30
+ sum = "h1:uq5h0d+GuxiXLJLNABMgp2qUWDPiLvgCzz2dUR+/W/M=" ,
31
+ version = "v0.2.0" ,
28
32
)
29
33
30
34
go_repository (
31
35
name = "com_github_cespare_xxhash_v2" ,
32
- commit = "d7df74196a9e781ede915320c11c378c1b2f3a1f" , # v2.1.1
33
36
importpath = "github.com/cespare/xxhash/v2" ,
34
- remote = "https://github.com/cespare/xxhash.git " ,
35
- vcs = "git " ,
37
+ sum = "h1:6MnRN8NT7+YBpUIWxHtefFZOKTAPgGjpQSxqLNn0+qY= " ,
38
+ version = "v2.1.1 " ,
36
39
)
37
40
38
41
go_repository (
39
42
name = "com_github_matttproud_golang_protobuf_extensions" ,
40
- commit = "c12348ce28de40eed0136aa2b644d0ee0650e56c" , # v1.0.1
41
43
importpath = "github.com/matttproud/golang_protobuf_extensions" ,
44
+ sum = "h1:4hp9jkHxhMHkqkrB3Ix0jegS5sx/RkqARlsWZ6pIwiU=" ,
45
+ version = "v1.0.1" ,
42
46
)
43
47
44
48
go_repository (
45
49
name = "com_github_beorn7_perks" ,
46
- commit = "37c8de3658fcb183f997c4e13e8337516ab753e6" , # v1.0.1
47
50
importpath = "github.com/beorn7/perks" ,
51
+ sum = "h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=" ,
52
+ version = "v1.0.1" ,
48
53
)
0 commit comments