-
Notifications
You must be signed in to change notification settings - Fork 17
/
go.mod
52 lines (49 loc) · 1.97 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
module github.com/AdRoll/baker
go 1.18
require (
github.com/DataDog/datadog-go/v5 v5.3.0
github.com/arl/dirtree v0.1.3
github.com/arl/zt v0.2.0
github.com/aws/aws-sdk-go v1.44.229
github.com/bmizerany/perks v0.0.0-20141205001514-d9a9656a3a4b
github.com/charmbracelet/glamour v0.6.0
github.com/dustin/go-humanize v1.0.1
github.com/fernet/fernet-go v0.0.0-20191111064656-eff2850e6001
github.com/google/uuid v1.3.0
github.com/jmespath/go-jmespath v0.4.0
github.com/jpillora/backoff v1.0.0
github.com/juju/ratelimit v1.0.2
github.com/klauspost/compress v1.16.3
github.com/mattn/go-sqlite3 v1.14.16
github.com/nsf/sexp v0.0.0-20130620094510-d3d2f2591f1d
github.com/pierrec/lz4/v3 v3.3.5
github.com/rasky/toml v0.1.1-0.20160309013025-90bcb678a72a
github.com/sirupsen/logrus v1.9.0
github.com/valyala/gozstd v1.18.0
github.com/vmware/vmware-go-kcl v1.5.0
golang.org/x/net v0.8.0
)
require (
github.com/Microsoft/go-winio v0.5.0 // indirect
github.com/alecthomas/chroma v0.10.0 // indirect
github.com/awslabs/kinesis-aggregation/go v0.0.0-20210630091500-54e17340d32f // indirect
github.com/aymanbagabas/go-osc52 v1.0.3 // indirect
github.com/aymerick/douceur v0.2.0 // indirect
github.com/dlclark/regexp2 v1.4.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/gorilla/css v1.0.0 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/microcosm-cc/bluemonday v1.0.23 // indirect
github.com/muesli/reflow v0.3.0 // indirect
github.com/muesli/termenv v0.13.0 // indirect
github.com/olekukonko/tablewriter v0.0.5 // indirect
github.com/pierrec/lz4/v4 v4.1.17 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/yuin/goldmark v1.5.2 // indirect
github.com/yuin/goldmark-emoji v1.0.1 // indirect
golang.org/x/sys v0.6.0 // indirect
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
)