-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
35 lines (31 loc) · 1.06 KB
/
go.mod
File metadata and controls
35 lines (31 loc) · 1.06 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
35
module github.com/mcandre/buttery
go 1.26.1
require (
github.com/andybons/gogif v0.0.0-20140526152223-16d573594812
github.com/anthonynsimon/bild v0.14.0
github.com/magefile/mage v1.16.1
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/google/go-cmp v0.7.0 // 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.34.0 // indirect
golang.org/x/sync v0.19.0 // indirect
golang.org/x/tools v0.42.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
honnef.co/go/tools v0.6.1 // indirect
)