From 23448df2807ae031eb1b9545d0c1193ecde05579 Mon Sep 17 00:00:00 2001 From: Jan De Dobbeleer Date: Mon, 21 Sep 2020 09:06:03 +0200 Subject: [PATCH] chore: update dependencies --- Gopkg.lock | 4 ++-- Gopkg.toml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) mode change 100755 => 100644 Gopkg.lock diff --git a/Gopkg.lock b/Gopkg.lock old mode 100755 new mode 100644 index 79ef085687da..3e4b4ab1f443 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -28,13 +28,13 @@ source = "github.com/JanDeDobbeleer/color" [[projects]] + branch = "master" digest = "1:69530a15507094162be4eb3180c1d68b787177e8c9bbe76d4da40d44d6586f6f" name = "github.com/mitchellh/go-ps" packages = ["."] pruneopts = "UT" revision = "147ff83818ae939913b2e20b91ae3cd6c391771c" - source = "github.com/mitchellh/go-ps" - version = "v1.0.0" + source = "github.com/JanDeDobbeleer/go-ps" [[projects]] digest = "1:0028cb19b2e4c3112225cd871870f2d9cf49b9b4276531f03438a88e94be86fe" diff --git a/Gopkg.toml b/Gopkg.toml index cc6feb4f505f..e8f43bd2580a 100755 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -36,18 +36,18 @@ [[constraint]] name = "github.com/stretchr/testify" - version = "1.3.0" + version = "1.6.1" source = "github.com/stretchr/testify" [[constraint]] name = "github.com/stretchr/objx" - version = "v0.1.1" + version = "v0.3.0" source = "github.com/stretchr/objx" [[constraint]] name = "github.com/mitchellh/go-ps" - version = "v1.0.0" - source = "github.com/mitchellh/go-ps" + branch = "master" + source = "github.com/JanDeDobbeleer/go-ps" [[constraint]] name = "github.com/distatus/battery"