-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
go.mod
29 lines (26 loc) · 988 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
module github.com/icco/postmortems
go 1.23
require (
github.com/AlecAivazis/survey/v2 v2.3.7
github.com/gernest/front v0.0.0-20210301115436-8a0b0a782d0a
github.com/go-chi/chi/v5 v5.2.0
github.com/goccy/go-yaml v1.15.11
github.com/google/go-cmp v0.6.0
github.com/google/uuid v1.6.0
github.com/icco/gutil v0.0.0-20241216022053-944972fc0ecf
github.com/russross/blackfriday/v2 v2.1.0
go.uber.org/zap v1.27.0
)
require (
github.com/icco/zapdriver v1.4.0 // 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.20 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/term v0.27.0 // indirect
golang.org/x/text v0.21.0 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)