Files
scratchbox/go.mod
T
s1d3sw1ped_bot cf63bb20f4
Format / gofmt (push) Successful in 5s
CI / Build (push) Successful in 21s
CI / Go Tests (push) Successful in 31s
Format / gofmt (pull_request) Successful in 6s
CI / Build (pull_request) Successful in 10s
CI / Go Tests (pull_request) Successful in 12s
Bump Go to 1.27.0
2026-09-01 01:06:32 +00: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
)