-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (23 loc) · 762 Bytes
/
go.mod
File metadata and controls
26 lines (23 loc) · 762 Bytes
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
module github.com/castisdev/cdn-testtool
// go 1.21.1
go 1.17
require (
bazil.org/fuse v0.0.0-20230120002735-62a210ff1fd5
github.com/castisdev/cilog v0.0.0-20210210093434-023d569b2a37
github.com/castisdev/gcommon v0.0.0-20230821065525-ffa317ffc63b
github.com/cyberdelia/aws v1.0.0
github.com/go-sql-driver/mysql v1.7.1
github.com/gorilla/mux v1.8.1
github.com/hanwen/go-fuse v1.0.0
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
github.com/ncw/directio v1.0.5
github.com/paulstuart/ping v0.0.0-20140925212352-0345a9703e43
github.com/satori/go.uuid v1.2.0
golang.org/x/crypto v0.14.0
golang.org/x/net v0.17.0
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/juju/ratelimit v1.0.2 // indirect
golang.org/x/sys v0.13.0 // indirect
)