Files
s1d3sw1ped_bot 6379fac8f6
Format / gofmt (push) Successful in 13s
CI / Build (push) Successful in 22s
CI / Go Tests (push) Successful in 24s
Bump Go to 1.27.0 (#1)
2026-08-31 20:11:24 -05:00

15 lines
239 B
Modula-2

module scratchbox
go 1.27.0
require (
github.com/spf13/cobra v1.10.1
golang.org/x/time v0.15.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.9 // indirect
)