[CI] pgitBot
·
2026-02-26
go.mod
Text
1module pgit
2
3go 1.24.6
4
5require (
6 github.com/alecthomas/chroma/v2 v2.20.0
7 github.com/dustin/go-humanize v1.0.1
8 github.com/emersion/go-imap/v2 v2.0.0-beta.6
9 github.com/goccy/go-yaml v1.18.0
10 github.com/gogs/git-module v1.8.4
11 github.com/urfave/cli/v3 v3.4.1
12 github.com/xplshn/tracerr2 v0.0.0-20250813033358-8b132b060525
13 github.com/yuin/goldmark v1.7.13
14 gopkg.in/yaml.v3 v3.0.1
15)
16
17require (
18 github.com/dlclark/regexp2 v1.11.5 // indirect
19 github.com/emersion/go-message v0.18.2 // indirect
20 github.com/emersion/go-sasl v0.0.0-20241020182733-b788ff22d5a6 // indirect
21 github.com/mcuadros/go-version v0.0.0-20190830083331-035f6764e8d2 // indirect
22)