mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-17 22:02:12 +01:00
Update dependencies to fix build error with go 1.25.
Temporarily skip failed tests as upstream is refactoring the tests.
```
../../../../../go/pkg/mod/github.com/cockroachdb/swiss@v0.0.0-20250327203710-2932b022f6df/map.go:286:7: undefined: hashFn
../../../../../go/pkg/mod/github.com/cockroachdb/swiss@v0.0.0-20250327203710-2932b022f6df/map.go:337:14: undefined: getRuntimeHasher
../../../../../go/pkg/mod/github.com/cockroachdb/swiss@v0.0.0-20250327203710-2932b022f6df/map.go:338:22: undefined: fastrand64
../../../../../go/pkg/mod/github.com/cockroachdb/swiss@v0.0.0-20250327203710-2932b022f6df/map.go:600:23: undefined: fastrand64
../../../../../go/pkg/mod/github.com/cockroachdb/swiss@v0.0.0-20250327203710-2932b022f6df/map.go:649:19: undefined: fastrand64
../../../../../go/pkg/mod/github.com/cockroachdb/swiss@v0.0.0-20250327203710-2932b022f6df/map.go:670:20: undefined: fastrand64
../../../../../go/pkg/mod/github.com/cockroachdb/swiss@v0.0.0-20250327203710-2932b022f6df/options.go:30:14: undefined: hashFn
>>> ERROR: plakar: build failed
```
Example test errors:
```
--- FAIL: TestExecuteCmdCheckDefault (0.13s)
check_test.go:65:
Error Trace: github.com/PlakarKorp/plakar/cmd/plakar/subcommands/check/check_test.go:65
Error: Not equal:
expected: 8
actual : 5
Test: TestExecuteCmdCheckDefault
--- FAIL: TestExecuteCmdCheckSpecificSnapshot (0.16s)
check_test.go:103:
Error Trace: github.com/PlakarKorp/plakar/cmd/plakar/subcommands/check/check_test.go:103
Error: Not equal:
expected: 8
actual : 5
Test: TestExecuteCmdCheckSpecificSnapshot
FAIL
FAIL github.com/PlakarKorp/plakar/cmd/plakar/subcommands/check 0.295s
```