From 81198fa2d09f07bb54ec28f41b20f275e88a3254 Mon Sep 17 00:00:00 2001 From: kim <89579420+NyaaaWhatsUpDoc@users.noreply.github.com> Date: Mon, 29 Jan 2024 15:13:53 +0000 Subject: update go-structr v0.2.0 => v0.3.0 to fix possible hash collision issues (#2586) --- vendor/codeberg.org/gruf/go-structr/test.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 vendor/codeberg.org/gruf/go-structr/test.sh (limited to 'vendor/codeberg.org/gruf/go-structr/test.sh') diff --git a/vendor/codeberg.org/gruf/go-structr/test.sh b/vendor/codeberg.org/gruf/go-structr/test.sh new file mode 100644 index 000000000..554417df7 --- /dev/null +++ b/vendor/codeberg.org/gruf/go-structr/test.sh @@ -0,0 +1,5 @@ +#!/bin/sh +set -e +go test -v -tags=structr_32bit_hash . +go test -v -tags=structr_48bit_hash . +go test -v -tags=structr_64bit_hash . \ No newline at end of file -- cgit v1.2.3