-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (18 loc) · 726 Bytes
/
Copy pathgo.mod
File metadata and controls
21 lines (18 loc) · 726 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/traetox/speedtest
go 1.19
require (
github.com/Bowery/prompt v0.0.0-20150722233059-3a7672070940
github.com/bndr/gotabulate v1.1.3-0.20160229131037-a1f2a699a4b8
github.com/joliv/spark v0.0.0-20151215235333-2d625891bea1
github.com/kellydunn/golang-geo v0.7.1-0.20160215194513-6f16b0ccf2a6
)
require (
github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect
github.com/kylelemons/go-gypsy v1.0.0 // indirect
github.com/lib/pq v1.10.7 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/stretchr/testify v1.8.2 // indirect
github.com/ziutek/mymysql v1.5.4 // indirect
golang.org/x/crypto v0.7.0 // indirect
)