-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
28 lines (24 loc) · 792 Bytes
/
Copy pathgo.mod
File metadata and controls
28 lines (24 loc) · 792 Bytes
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
module github.com/Cesarsk/ike
go 1.25.0
toolchain go1.26.5
require (
github.com/DataDog/datadog-api-client-go/v2 v2.62.0
github.com/gdamore/tcell/v2 v2.13.10
github.com/google/uuid v1.5.0
github.com/rivo/tview v0.42.0
github.com/zalando/go-keyring v0.2.8
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/DataDog/zstd v1.5.2 // indirect
github.com/danieljoos/wincred v1.2.3 // indirect
github.com/gdamore/encoding v1.0.1 // indirect
github.com/goccy/go-json v0.10.2 // indirect
github.com/godbus/dbus/v5 v5.2.2 // indirect
github.com/lucasb-eyer/go-colorful v1.3.0 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
golang.org/x/oauth2 v0.36.0 // indirect
golang.org/x/sys v0.47.0 // indirect
golang.org/x/term v0.45.0 // indirect
golang.org/x/text v0.40.0 // indirect
)