-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
33 lines (30 loc) · 1.12 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
module github.com/stanistan/present-me
go 1.22.0
require (
github.com/alecthomas/assert/v2 v2.10.0
github.com/alecthomas/kong v0.9.0
github.com/bradleyfalzon/ghinstallation/v2 v2.11.0
github.com/cespare/reflex v0.3.1
github.com/google/go-github/v62 v62.0.0
github.com/mitchellh/hashstructure/v2 v2.0.2
github.com/peterbourgon/diskv/v3 v3.0.1
github.com/pkg/errors v0.9.1
github.com/rs/zerolog v1.33.0
github.com/stanistan/veun v0.0.0-20240403125541-8bd34ca84f60
github.com/yuin/goldmark v1.7.4
golang.org/x/sync v0.7.0
)
require (
github.com/alecthomas/repr v0.4.0 // indirect
github.com/creack/pty v1.1.11 // indirect
github.com/fsnotify/fsnotify v1.4.7 // indirect
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
github.com/google/btree v1.0.1 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/hexops/gotextdiff v1.0.3 // indirect
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/ogier/pflag v0.0.1 // indirect
golang.org/x/sys v0.12.0 // indirect
)