From 8019475686cc29002a76fdfedc80a6a0d1b99ba6 Mon Sep 17 00:00:00 2001 From: Arseny Balobanov Date: Sun, 10 Apr 2022 02:03:08 +0300 Subject: [PATCH] Add strtchr/mock; go mod tidy; --- deps/deps.go | 1 + go.mod | 1 + go.sum | 1 + 3 files changed, 3 insertions(+) diff --git a/deps/deps.go b/deps/deps.go index b29cf71..4e80aff 100644 --- a/deps/deps.go +++ b/deps/deps.go @@ -3,4 +3,5 @@ package deps import ( // make go mod tidy happy _ "github.com/spf13/pflag" + _ "github.com/stretchr/testify/mock" ) diff --git a/go.mod b/go.mod index 1113eae..0d01e02 100644 --- a/go.mod +++ b/go.mod @@ -75,6 +75,7 @@ require ( github.com/sergi/go-diff v1.0.0 // indirect github.com/sirupsen/logrus v1.4.2 // indirect github.com/src-d/gcfg v1.4.0 // indirect + github.com/stretchr/objx v0.2.0 // indirect github.com/xanzy/ssh-agent v0.2.1 // indirect go.uber.org/atomic v1.5.0 // indirect go.uber.org/multierr v1.3.0 // indirect diff --git a/go.sum b/go.sum index 8bd0a53..6746814 100644 --- a/go.sum +++ b/go.sum @@ -379,6 +379,7 @@ github.com/src-d/gcfg v1.4.0 h1:xXbNR5AlLSA315x2UO+fTSSAXCDf+Ar38/6oyGbDKQ4= github.com/src-d/gcfg v1.4.0/go.mod h1:p/UMsR43ujA89BJY9duynAwIpvqEujIH/jFlfL7jWoI= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= +github.com/stretchr/objx v0.2.0 h1:Hbg2NidpLE8veEBkEZTL3CvlkUIVzuU9jDplZO54c48= github.com/stretchr/objx v0.2.0/go.mod h1:qt09Ya8vawLte6SNmTgCsAVtYtaKzEcn8ATUoHMkEqE= github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=