@@ -4,45 +4,42 @@ go 1.18
4
4
5
5
require (
6
6
github.com/alecthomas/kingpin v2.2.6+incompatible
7
- github.com/aws/aws-sdk-go v1.44.103
8
- github.com/bool64/dev v0.2.20
7
+ github.com/aws/aws-sdk-go v1.44.152
8
+ github.com/bool64/dev v0.2.22
9
9
github.com/gizak/termui/v3 v3.1.0
10
- github.com/lucas-clemente/quic-go v0.29 .0
10
+ github.com/lucas-clemente/quic-go v0.31 .0
11
11
github.com/nsf/termbox-go v1.1.1
12
- github.com/stretchr/testify v1.8.0
13
- github.com/valyala/fasthttp v1.40 .0
12
+ github.com/stretchr/testify v1.8.1
13
+ github.com/valyala/fasthttp v1.43 .0
14
14
github.com/vearutop/dynhist-go v1.0.0
15
- golang.org/x/net v0.0.0-20220921203646-d300de134e69
16
- golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e
15
+ golang.org/x/net v0.2.0
16
+ golang.org/x/time v0.2.0
17
17
)
18
18
19
19
require (
20
20
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
21
21
github.com/alecthomas/units v0.0.0-20210208195552-ff826a37aa15 // indirect
22
22
github.com/andybalholm/brotli v1.0.4 // indirect
23
23
github.com/davecgh/go-spew v1.1.1 // indirect
24
- github.com/fsnotify/fsnotify v1.5.4 // indirect
25
24
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect
26
25
github.com/golang/mock v1.6.0 // indirect
27
- github.com/golang/protobuf v1.5.2 // indirect
26
+ github.com/google/pprof v0.0.0-20221203041831-ce31453925ec // indirect
28
27
github.com/jmespath/go-jmespath v0.4.0 // indirect
29
- github.com/klauspost/compress v1.15.10 // indirect
30
- github.com/marten-seemann/qpack v0.2.1 // indirect
31
- github.com/marten-seemann/qtls-go1-18 v0.1.2 // indirect
32
- github.com/marten-seemann/qtls-go1-19 v0.1.0 // indirect
28
+ github.com/klauspost/compress v1.15.12 // indirect
29
+ github.com/marten-seemann/qpack v0.3.0 // indirect
30
+ github.com/marten-seemann/qtls-go1-18 v0.1.3 // indirect
31
+ github.com/marten-seemann/qtls-go1-19 v0.1.1 // indirect
33
32
github.com/mattn/go-runewidth v0.0.13 // indirect
34
33
github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect
35
- github.com/nxadm/tail v1.4.8 // indirect
36
- github.com/onsi/ginkgo v1.16.5 // indirect
34
+ github.com/onsi/ginkgo/v2 v2.5.1 // indirect
37
35
github.com/pmezard/go-difflib v1.0.0 // indirect
38
36
github.com/rivo/uniseg v0.2.0 // indirect
39
37
github.com/valyala/bytebufferpool v1.0.0 // indirect
40
- golang.org/x/crypto v0.0.0-20220919173607-35f4265a4bc0 // indirect
41
- golang.org/x/exp v0.0.0-20220921164117-439092de6870 // indirect
42
- golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
43
- golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8 // indirect
44
- golang.org/x/text v0.3.7 // indirect
45
- golang.org/x/tools v0.1.12 // indirect
46
- gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
38
+ golang.org/x/crypto v0.3.0 // indirect
39
+ golang.org/x/exp v0.0.0-20221126150942-6ab00d035af9 // indirect
40
+ golang.org/x/mod v0.7.0 // indirect
41
+ golang.org/x/sys v0.2.0 // indirect
42
+ golang.org/x/text v0.4.0 // indirect
43
+ golang.org/x/tools v0.3.0 // indirect
47
44
gopkg.in/yaml.v3 v3.0.1 // indirect
48
45
)
0 commit comments