summaryrefslogtreecommitdiff
path: root/go.mod
blob: 84638f12b627f4fcb8f1f58f523f46c28a973222 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module sinanmohd.com/redq

go 1.22.0

require (
	github.com/cilium/ebpf v0.15.0
	github.com/jackc/pgx/v5 v5.6.0
	golang.org/x/net v0.10.0
)

require (
	github.com/jackc/pgpassfile v1.0.0 // indirect
	github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
	github.com/stretchr/testify v1.8.4 // indirect
	golang.org/x/crypto v0.19.0 // indirect
	golang.org/x/exp v0.0.0-20230224173230-c95f2b4c22f2 // indirect
	golang.org/x/sys v0.17.0 // indirect
	golang.org/x/text v0.14.0 // indirect
)