-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
21 lines (19 loc) · 846 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/adeniyistephen/fast-speedtest
go 1.16
require (
github.com/antonholmquist/jason v1.0.0 // indirect
github.com/ardanlabs/conf v1.4.0
github.com/ddo/go-fast v0.0.0-20190807090025-2ab4a3dd618c
github.com/ddo/go-spin v0.0.0-20160718105357-ab0a40e623c0 // indirect
github.com/ddo/pick-json v0.0.0-20170207095303-c8760e09e0fe // indirect
github.com/ddo/rq v0.0.0-20190828174524-b3daa55fcaba // indirect
github.com/dimfeld/httptreemux/v5 v5.3.0
github.com/pkg/errors v0.9.1
github.com/showwin/speedtest-go v1.1.2
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.20.0
golang.org/x/net v0.0.0-20210423184538-5f58ad60dda6 // indirect
gopkg.in/ddo/go-dlog.v1 v1.0.2 // indirect
gopkg.in/ddo/go-dlog.v2 v2.1.0 // indirect
gopkg.in/ddo/pick.v1 v1.2.2 // indirect
gopkg.in/ddo/request.v1 v1.4.2 // indirect
)