summaryrefslogblamecommitdiff
path: root/go.mod
blob: 7c2927e539f47d10e834a3e8df179f10bf815a5a (plain) (tree)
1
2
3
4
5
6
7
8
9




                         
                                        
                                      
                                            
                                      


         

                                                                                     




                                                                                              
                                             
 
module sinanmohd.com/redq

go 1.22.0

require (
	github.com/cilium/cilium v1.15.6
	github.com/cilium/ebpf v0.15.0
	github.com/dustin/go-humanize v1.0.1
	github.com/jackc/pgx/v5 v5.6.0
)

require (
	github.com/jackc/pgpassfile v1.0.0 // indirect
	github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
	github.com/vishvananda/netlink v1.2.1-beta.2.0.20240524165444-4d4ba1473f21 // indirect
	github.com/vishvananda/netns v0.0.4 // indirect
	golang.org/x/crypto v0.21.0 // indirect
	golang.org/x/exp v0.0.0-20231206192017-f3f8817b8deb // indirect
	golang.org/x/sys v0.18.0 // indirect
	golang.org/x/text v0.14.0 // indirect
)