Files
steamcache2/go.mod
T
s1d3sw1ped_bot 038ad6af66
CI / vulncheck (pull_request) Successful in 8s
CI / check-and-test (pull_request) Failing after 12s
Bump Go to 1.27.0.
Point CI setup-go at go.mod and use golangci-lint v2.13.2 so lint
can analyze a 1.27 module. Keep vulncheck and tests on push to main.
2026-09-01 01:01:12 +00:00

21 lines
475 B
Modula-2

module s1d3sw1ped/steamcache2
go 1.27.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
)