chore: update dependencies

This commit is contained in:
Jan De Dobbeleer 2020-09-21 09:06:03 +02:00 committed by Jan De Dobbeleer
parent ddcd4c635b
commit 23448df280
2 changed files with 6 additions and 6 deletions

4
Gopkg.lock generated Executable file → Normal file
View file

@ -28,13 +28,13 @@
source = "github.com/JanDeDobbeleer/color" source = "github.com/JanDeDobbeleer/color"
[[projects]] [[projects]]
branch = "master"
digest = "1:69530a15507094162be4eb3180c1d68b787177e8c9bbe76d4da40d44d6586f6f" digest = "1:69530a15507094162be4eb3180c1d68b787177e8c9bbe76d4da40d44d6586f6f"
name = "github.com/mitchellh/go-ps" name = "github.com/mitchellh/go-ps"
packages = ["."] packages = ["."]
pruneopts = "UT" pruneopts = "UT"
revision = "147ff83818ae939913b2e20b91ae3cd6c391771c" revision = "147ff83818ae939913b2e20b91ae3cd6c391771c"
source = "github.com/mitchellh/go-ps" source = "github.com/JanDeDobbeleer/go-ps"
version = "v1.0.0"
[[projects]] [[projects]]
digest = "1:0028cb19b2e4c3112225cd871870f2d9cf49b9b4276531f03438a88e94be86fe" digest = "1:0028cb19b2e4c3112225cd871870f2d9cf49b9b4276531f03438a88e94be86fe"

View file

@ -36,18 +36,18 @@
[[constraint]] [[constraint]]
name = "github.com/stretchr/testify" name = "github.com/stretchr/testify"
version = "1.3.0" version = "1.6.1"
source = "github.com/stretchr/testify" source = "github.com/stretchr/testify"
[[constraint]] [[constraint]]
name = "github.com/stretchr/objx" name = "github.com/stretchr/objx"
version = "v0.1.1" version = "v0.3.0"
source = "github.com/stretchr/objx" source = "github.com/stretchr/objx"
[[constraint]] [[constraint]]
name = "github.com/mitchellh/go-ps" name = "github.com/mitchellh/go-ps"
version = "v1.0.0" branch = "master"
source = "github.com/mitchellh/go-ps" source = "github.com/JanDeDobbeleer/go-ps"
[[constraint]] [[constraint]]
name = "github.com/distatus/battery" name = "github.com/distatus/battery"