From 5c80a5cd548706043b2ff74cd7fead54205f07e6 Mon Sep 17 00:00:00 2001 From: John Bristowe Date: Sun, 22 Nov 2020 08:40:00 +1000 Subject: [PATCH] Bumped dependency --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 10b9a063..a34730f9 100644 --- a/go.mod +++ b/go.mod @@ -15,6 +15,6 @@ require ( github.com/stretchr/testify v1.6.1 golang.org/x/crypto v0.0.0-20201117144127-c1f2f97bffc9 // indirect golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect - gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect + gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect )