From 1b9925eda9ca04d4b54f0a97ad5b4273a3a3a73a Mon Sep 17 00:00:00 2001 From: Xabier Larrakoetxea Date: Mon, 8 Oct 2018 20:28:24 +0200 Subject: [PATCH] Update gomod Signed-off-by: Xabier Larrakoetxea --- go.mod | 1 + 1 file changed, 1 insertion(+) diff --git a/go.mod b/go.mod index 6d9e439..3656d2a 100644 --- a/go.mod +++ b/go.mod @@ -27,6 +27,7 @@ require ( github.com/spf13/pflag v1.0.3 // indirect github.com/spotahome/kooper v0.4.1 github.com/stretchr/objx v0.1.1 // indirect + github.com/stretchr/testify v1.2.2 golang.org/x/crypto v0.0.0-20181001203147-e3636079e1a4 // indirect golang.org/x/net v0.0.0-20181005035420-146acd28ed58 // indirect golang.org/x/sys v0.0.0-20181005133103-4497e2df6f9e // indirect