Skip to content

Commit e8e1494

Browse files
committed
github.com/prometheus/client_golang 1.9.0 => 1.19.1
1 parent 0807185 commit e8e1494

File tree

2 files changed

+1530
-231
lines changed

2 files changed

+1530
-231
lines changed

go.mod

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ go 1.16
44

55
require (
66
github.com/fsnotify/fsnotify v1.4.7
7-
github.com/google/uuid v1.1.1
7+
github.com/google/uuid v1.3.0
88
github.com/pkg/errors v0.9.1
9-
github.com/prometheus/client_golang v1.9.0
9+
github.com/prometheus/client_golang v1.19.1
1010
github.com/shirou/gopsutil/v3 v3.21.6
11-
github.com/stretchr/testify v1.6.1
11+
github.com/stretchr/testify v1.8.2
1212
go.uber.org/multierr v1.5.0
13-
gopkg.in/yaml.v2 v2.3.0
13+
gopkg.in/yaml.v2 v2.4.0
1414
)

0 commit comments

Comments
 (0)