-
Notifications
You must be signed in to change notification settings - Fork 40
/
go.mod
30 lines (26 loc) · 834 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
26
27
28
29
30
module goProxy
go 1.19
require (
github.com/boltdb/bolt v1.3.1
github.com/kor44/gofilter v0.0.0-20171111115139-75787865c72c
github.com/zeebo/blake3 v0.2.3
golang.org/x/image v0.17.0
golang.org/x/net v0.26.0
)
require (
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
github.com/stretchr/testify v1.8.1 // indirect
golang.org/x/text v0.16.0 // indirect
)
require (
github.com/go-ole/go-ole v1.3.0 // indirect
github.com/henomis/quickchart-go v1.0.0
github.com/inancgumus/screen v0.0.0-20190314163918-06e984b86ed3
github.com/shirou/gopsutil v3.21.11+incompatible
github.com/tklauser/go-sysconf v0.3.14 // indirect
github.com/tklauser/numcpus v0.8.0 // indirect
github.com/yusufpapurcu/wmi v1.2.4 // indirect
golang.org/x/crypto v0.24.0 // indirect
golang.org/x/sys v0.21.0 // indirect
golang.org/x/term v0.21.0
)