-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (17 loc) · 541 Bytes
/
go.mod
File metadata and controls
20 lines (17 loc) · 541 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/dkorunic/pktstat-bpf
go 1.26
require (
github.com/cilium/ebpf v0.21.0
github.com/gdamore/tcell/v2 v2.13.8
github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b
github.com/peterbourgon/ff/v4 v4.0.0-beta.1
github.com/rivo/tview v0.42.0
)
require (
github.com/gdamore/encoding v1.0.1 // indirect
github.com/lucasb-eyer/go-colorful v1.3.0 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
golang.org/x/sys v0.42.0 // indirect
golang.org/x/term v0.40.0 // indirect
golang.org/x/text v0.34.0 // indirect
)