-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
34 lines (29 loc) · 1.15 KB
/
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
31
32
33
34
module github.com/For-ACGN/Accelerator
go 1.20
require (
github.com/agiledragon/gomonkey/v2 v2.9.0
github.com/pelletier/go-toml/v2 v2.0.7
github.com/pkg/errors v0.9.1
github.com/quic-go/quic-go v0.33.0
github.com/stretchr/testify v1.8.2
github.com/google/gopacket v1.1.20-0.20220810144506-32ee38206866
github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
golang.org/x/crypto v0.7.1-0.20230313183359-9cd0187c095b
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/mock v1.6.0 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/onsi/ginkgo/v2 v2.2.0 // indirect
github.com/quic-go/qtls-go1-19 v0.2.1 // indirect
github.com/quic-go/qtls-go1-20 v0.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/mod v0.6.0 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/tools v0.2.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect
github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 // indirect
golang.org/x/exp v0.0.0-20221205204356-47842c84f3db // indirect
)