mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-13 22:57:28 -06:00
update go-structr v0.2.0 => v0.3.0 to fix possible hash collision issues (#2586)
This commit is contained in:
parent
aa8bbe6ad2
commit
81198fa2d0
17 changed files with 836 additions and 755 deletions
5
vendor/codeberg.org/gruf/go-structr/test.sh
generated
vendored
Normal file
5
vendor/codeberg.org/gruf/go-structr/test.sh
generated
vendored
Normal file
|
|
@ -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 .
|
||||
Loading…
Add table
Add a link
Reference in a new issue