-
Notifications
You must be signed in to change notification settings - Fork 4
/
go.mod
30 lines (27 loc) · 943 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
module corgi-agent
go 1.16
require (
github.com/avast/retry-go/v4 v4.1.0
github.com/beevik/etree v1.1.0
github.com/dlclark/regexp2 v1.4.0
github.com/golang/mock v1.6.0
github.com/gomarkdown/markdown v0.0.0-20220830015526-01a3c37d6f50
github.com/google/uuid v1.3.0
github.com/hashicorp/go-version v1.6.0
github.com/sergi/go-diff v1.2.0
github.com/shopspring/decimal v1.3.1
github.com/stretchr/testify v1.7.0
github.com/urfave/cli/v2 v2.3.0
github.com/zeebo/blake3 v0.2.3
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
)
require (
github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394
github.com/charmbracelet/bubbles v0.14.0
github.com/charmbracelet/bubbletea v0.23.1
github.com/charmbracelet/lipgloss v0.6.0
github.com/mattn/go-runewidth v0.0.14
github.com/package-url/packageurl-go v0.1.0
github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca
)