-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
34 lines (31 loc) · 1.14 KB
/
go.mod
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/bzimmer/ma
go 1.23.4
require (
github.com/bzimmer/httpwares v0.1.3
github.com/bzimmer/manual v0.1.5
github.com/bzimmer/smugmug v0.7.3
github.com/hashicorp/go-metrics v0.5.4
github.com/rs/zerolog v1.33.0
github.com/spf13/afero v1.12.0
github.com/stretchr/testify v1.8.2
github.com/urfave/cli/v2 v2.27.5
github.com/vitali-fedulov/images4 v1.3.1
golang.org/x/sync v0.10.0
golang.org/x/text v0.21.0
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
github.com/hashicorp/golang-lru v1.0.2 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mrjones/oauth v0.0.0-20190623134757-126b35219450 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.12.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/time v0.9.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)