-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathgo.mod
More file actions
48 lines (43 loc) · 1.56 KB
/
Copy pathgo.mod
File metadata and controls
48 lines (43 loc) · 1.56 KB
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
module github.com/strongdm/leash
go 1.23.0
require (
github.com/cedar-policy/cedar-go v1.2.6
github.com/cilium/ebpf v0.19.0
github.com/gorilla/websocket v1.5.3
golang.org/x/sys v0.35.0
)
require (
github.com/charmbracelet/bubbletea v0.25.0
github.com/charmbracelet/lipgloss v0.9.1
github.com/klauspost/compress v1.17.10
github.com/pelletier/go-toml/v2 v2.2.4
go.opentelemetry.io/otel v1.38.0
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.38.0
go.opentelemetry.io/otel/metric v1.38.0
go.opentelemetry.io/otel/sdk v1.38.0
go.opentelemetry.io/otel/sdk/metric v1.38.0
go.opentelemetry.io/otel/trace v1.38.0
golang.org/x/term v0.25.0
)
require (
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect
github.com/go-logr/logr v1.4.3 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-isatty v0.0.18 // indirect
github.com/mattn/go-localereader v0.0.1 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/muesli/ansi v0.0.0-20211018074035-2e021307bc4b // indirect
github.com/muesli/cancelreader v0.2.2 // indirect
github.com/muesli/reflow v0.3.0 // indirect
github.com/muesli/termenv v0.15.2 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/text v0.3.8 // indirect
)
require (
github.com/google/uuid v1.6.0
golang.org/x/exp v0.0.0-20220921023135-46d9e7742f1e // indirect
)