-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
34 lines (30 loc) · 1.05 KB
/
Copy pathgo.mod
File metadata and controls
34 lines (30 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
module github.com/mcandre/buttery
go 1.27.0
require (
github.com/andybons/gogif v0.0.0-20140526152223-16d573594812
github.com/anthonynsimon/bild v0.17.0
github.com/magefile/mage v1.17.2
github.com/mcandre/mx v0.0.47
)
tool (
github.com/alexkohler/nakedret/v2/cmd/nakedret
github.com/kisielk/errcheck
github.com/magefile/mage
github.com/mcandre/tuco/cmd/tuco
honnef.co/go/tools/cmd/staticcheck
)
require (
github.com/BurntSushi/toml v1.6.0 // indirect
github.com/alexkohler/nakedret/v2 v2.0.6 // indirect
github.com/kisielk/errcheck v1.9.0 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/mcandre/tuco v0.0.23 // indirect
github.com/rogpeppe/go-internal v1.14.1 // indirect
golang.org/x/exp/typeparams v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
golang.org/x/mod v0.35.0 // indirect
golang.org/x/sync v0.20.0 // indirect
golang.org/x/tools v0.44.1-0.20260420230617-19499e7caabc // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
honnef.co/go/tools v0.8.0-rc.1 // indirect
)