2020-06-02 17:47:39 +08:00
|
|
|
module github.com/librespeed/speedtest
|
|
|
|
|
2021-09-17 21:06:00 +08:00
|
|
|
go 1.16
|
2020-06-02 17:47:39 +08:00
|
|
|
|
|
|
|
require (
|
2022-01-17 23:48:01 -08:00
|
|
|
github.com/breml/rootcerts v0.2.1
|
2023-04-11 06:50:39 +01:00
|
|
|
github.com/coreos/go-systemd/v22 v22.4.0
|
2022-01-17 23:48:01 -08:00
|
|
|
github.com/go-chi/chi/v5 v5.0.7
|
2021-09-17 20:32:57 +08:00
|
|
|
github.com/go-chi/cors v1.2.0
|
2020-06-02 17:47:39 +08:00
|
|
|
github.com/go-chi/render v1.0.1
|
2021-09-17 20:32:57 +08:00
|
|
|
github.com/go-sql-driver/mysql v1.6.0
|
2020-06-02 17:47:39 +08:00
|
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
|
2022-01-17 23:48:01 -08:00
|
|
|
github.com/gorilla/securecookie v1.1.1
|
|
|
|
github.com/gorilla/sessions v1.2.1
|
|
|
|
github.com/lib/pq v1.10.4
|
2020-06-02 17:47:39 +08:00
|
|
|
github.com/oklog/ulid/v2 v2.0.2
|
2021-09-17 20:32:57 +08:00
|
|
|
github.com/pires/go-proxyproto v0.6.1
|
2021-03-18 18:20:08 +08:00
|
|
|
github.com/sirupsen/logrus v1.8.1
|
2022-01-18 15:52:20 +08:00
|
|
|
github.com/spf13/afero v1.8.0 // indirect
|
2022-01-17 23:48:01 -08:00
|
|
|
github.com/spf13/viper v1.10.1
|
2020-08-20 10:22:47 +08:00
|
|
|
github.com/umahmood/haversine v0.0.0-20151105152445-808ab04add26
|
2021-09-17 20:32:57 +08:00
|
|
|
go.etcd.io/bbolt v1.3.6
|
2023-05-10 20:57:38 -04:00
|
|
|
golang.org/x/crypto v0.9.0
|
2022-01-17 23:48:01 -08:00
|
|
|
golang.org/x/image v0.0.0-20211028202545-6944b10bf410
|
2020-06-02 17:47:39 +08:00
|
|
|
)
|