We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0807185 commit e8e1494Copy full SHA for e8e1494
go.mod
@@ -4,11 +4,11 @@ go 1.16
4
5
require (
6
github.com/fsnotify/fsnotify v1.4.7
7
- github.com/google/uuid v1.1.1
+ github.com/google/uuid v1.3.0
8
github.com/pkg/errors v0.9.1
9
- github.com/prometheus/client_golang v1.9.0
+ github.com/prometheus/client_golang v1.19.1
10
github.com/shirou/gopsutil/v3 v3.21.6
11
- github.com/stretchr/testify v1.6.1
+ github.com/stretchr/testify v1.8.2
12
go.uber.org/multierr v1.5.0
13
- gopkg.in/yaml.v2 v2.3.0
+ gopkg.in/yaml.v2 v2.4.0
14
)
0 commit comments