-
Notifications
You must be signed in to change notification settings - Fork 22
/
go.mod
25 lines (22 loc) · 808 Bytes
/
go.mod
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
module github.com/pawelgaczynski/gain
go 1.20
require (
github.com/alitto/pond v1.7.1
github.com/pawelgaczynski/giouring v0.0.0-20230821111130-24e7a29bc73d
github.com/pkg/errors v0.9.1
github.com/rs/zerolog v1.26.1
github.com/stretchr/testify v1.8.4
github.com/urfave/cli/v2 v2.23.7
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d
golang.org/x/sys v0.11.0
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)