2020-06-02 05:47:39 -04:00
|
|
|
module github.com/librespeed/speedtest
|
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
2021-09-17 08:32:57 -04:00
|
|
|
github.com/fsnotify/fsnotify v1.5.1 // indirect
|
|
|
|
github.com/go-chi/chi/v5 v5.0.4
|
|
|
|
github.com/go-chi/cors v1.2.0
|
2020-06-02 05:47:39 -04:00
|
|
|
github.com/go-chi/render v1.0.1
|
2021-09-17 08:32:57 -04:00
|
|
|
github.com/go-sql-driver/mysql v1.6.0
|
2020-06-02 05:47:39 -04:00
|
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
|
2021-09-17 08:32:57 -04:00
|
|
|
github.com/lib/pq v1.10.3
|
|
|
|
github.com/mitchellh/mapstructure v1.4.2 // indirect
|
2020-06-02 05:47:39 -04:00
|
|
|
github.com/oklog/ulid/v2 v2.0.2
|
2021-09-17 08:32:57 -04:00
|
|
|
github.com/pelletier/go-toml v1.9.4 // indirect
|
|
|
|
github.com/pires/go-proxyproto v0.6.1
|
2021-03-18 06:20:08 -04:00
|
|
|
github.com/sirupsen/logrus v1.8.1
|
2021-09-17 08:32:57 -04:00
|
|
|
github.com/spf13/cast v1.4.1 // indirect
|
|
|
|
github.com/spf13/viper v1.8.1
|
2020-08-19 22:22:47 -04:00
|
|
|
github.com/umahmood/haversine v0.0.0-20151105152445-808ab04add26
|
2021-09-17 08:32:57 -04:00
|
|
|
go.etcd.io/bbolt v1.3.6
|
|
|
|
golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d
|
|
|
|
golang.org/x/sys v0.0.0-20210915083310-ed5796bab164 // indirect
|
|
|
|
golang.org/x/text v0.3.7 // indirect
|
|
|
|
gopkg.in/ini.v1 v1.63.2 // indirect
|
2020-06-02 05:47:39 -04:00
|
|
|
)
|