From 08e56f0a35b10e90a404f03cfdb608e525863350 Mon Sep 17 00:00:00 2001 From: Walluce Pinkham Date: Wed, 13 Apr 2022 14:38:52 +0100 Subject: [PATCH] Attempt to fix golang tests --- testing/resources/golang_hooks_repo/go.sum | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 testing/resources/golang_hooks_repo/go.sum diff --git a/testing/resources/golang_hooks_repo/go.sum b/testing/resources/golang_hooks_repo/go.sum new file mode 100644 index 00000000..ec0c385a --- /dev/null +++ b/testing/resources/golang_hooks_repo/go.sum @@ -0,0 +1,2 @@ +github.com/BurntSushi/toml v1.1.0 h1:ksErzDEI1khOiGPgpwuI7x2ebx/uXQNw7xJpn9Eq1+I= +github.com/BurntSushi/toml v1.1.0/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ=