From 603962bc81deb197350ee5144dad862d062eb964 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Mon, 19 Jul 2021 10:00:02 +0200 Subject: [PATCH] update gotestsum to current master removes golang.org/x/cryto dependency: full diff: https://github.com/gotestyourself/gotestsum/compare/012a85e34a7ce5554057d512e55dcb54b6f2505e...1a9438079330f60c1301fdfacafbfac8763214a5 Signed-off-by: Sebastiaan van Stijn --- script/setup/install-gotestsum | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/setup/install-gotestsum b/script/setup/install-gotestsum index 36403d305..66dc0641a 100755 --- a/script/setup/install-gotestsum +++ b/script/setup/install-gotestsum @@ -14,4 +14,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -GO111MODULE=on go install gotest.tools/gotestsum@012a85e34a7ce5554057d512e55dcb54b6f2505e \ No newline at end of file +GO111MODULE=on go install gotest.tools/gotestsum@1a9438079330f60c1301fdfacafbfac8763214a5