1
1
module github.com/vearutop/plt
2
2
3
- go 1.17
3
+ 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.81
8
- github.com/bool64/dev v0.2.19
7
+ github.com/aws/aws-sdk-go v1.44.103
8
+ github.com/bool64/dev v0.2.20
9
9
github.com/gizak/termui/v3 v3.1.0
10
- github.com/lucas-clemente/quic-go v0.28.1
10
+ github.com/lucas-clemente/quic-go v0.29.0
11
11
github.com/nsf/termbox-go v1.1.1
12
12
github.com/stretchr/testify v1.8.0
13
- github.com/valyala/fasthttp v1.39 .0
13
+ github.com/valyala/fasthttp v1.40 .0
14
14
github.com/vearutop/dynhist-go v1.0.0
15
- golang.org/x/net v0.0.0-20220812174116-3211cb980234
15
+ golang.org/x/net v0.0.0-20220921203646-d300de134e69
16
16
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e
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
- github.com/cheekybits/genny v1.0.0 // indirect
24
23
github.com/davecgh/go-spew v1.1.1 // indirect
25
24
github.com/fsnotify/fsnotify v1.5.4 // indirect
26
25
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect
26
+ github.com/golang/mock v1.6.0 // indirect
27
+ github.com/golang/protobuf v1.5.2 // indirect
27
28
github.com/jmespath/go-jmespath v0.4.0 // indirect
28
- github.com/klauspost/compress v1.15.9 // indirect
29
+ github.com/klauspost/compress v1.15.10 // indirect
29
30
github.com/marten-seemann/qpack v0.2.1 // indirect
30
- github.com/marten-seemann/qtls-go1-16 v0.1.5 // indirect
31
- github.com/marten-seemann/qtls-go1-17 v0.1.2 // indirect
32
31
github.com/marten-seemann/qtls-go1-18 v0.1.2 // indirect
33
32
github.com/marten-seemann/qtls-go1-19 v0.1.0 // indirect
34
33
github.com/mattn/go-runewidth v0.0.13 // indirect
@@ -38,9 +37,10 @@ require (
38
37
github.com/pmezard/go-difflib v1.0.0 // indirect
39
38
github.com/rivo/uniseg v0.2.0 // indirect
40
39
github.com/valyala/bytebufferpool v1.0.0 // indirect
41
- golang.org/x/crypto v0.0.0-20220817201139-bc19a97f63c8 // indirect
40
+ golang.org/x/crypto v0.0.0-20220919173607-35f4265a4bc0 // indirect
41
+ golang.org/x/exp v0.0.0-20220921164117-439092de6870 // indirect
42
42
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
43
- golang.org/x/sys v0.0.0-20220818161305-2296e01440c6 // indirect
43
+ golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8 // indirect
44
44
golang.org/x/text v0.3.7 // indirect
45
45
golang.org/x/tools v0.1.12 // indirect
46
46
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
0 commit comments