c7a2312994
govulncheck fails on stdlib crypto/tls and crypto/x509 findings (including GO-2025-4008 / CVE-2025-58189) that were never patched on 1.23. 1.26 is still a supported release.
21 lines
475 B
Modula-2
21 lines
475 B
Modula-2
module s1d3sw1ped/steamcache2
|
|
|
|
go 1.26.0
|
|
|
|
require (
|
|
github.com/docker/go-units v0.5.0
|
|
github.com/edsrzf/mmap-go v1.1.0
|
|
github.com/rs/zerolog v1.33.0
|
|
github.com/spf13/cobra v1.8.1
|
|
golang.org/x/sync v0.16.0
|
|
golang.org/x/sys v0.12.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
)
|