-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathgo.mod
32 lines (28 loc) · 1004 Bytes
/
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
module github.com/chmouel/gosmee
go 1.22.0
toolchain go1.23.1
require (
github.com/go-chi/chi/v5 v5.2.0
github.com/google/go-github/v57 v57.0.0
github.com/mattn/go-isatty v0.0.20
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
github.com/mitchellh/mapstructure v1.5.0
github.com/r3labs/sse/v2 v2.10.0
github.com/urfave/cli/v2 v2.27.5
golang.org/x/crypto v0.32.0
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8
golang.org/x/text v0.21.0
gotest.tools/v3 v3.5.1
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
golang.org/x/net v0.34.0 // indirect
golang.org/x/sys v0.29.0 // indirect
gopkg.in/cenkalti/backoff.v1 v1.1.0 // indirect
)