Embed tzdata and rootcerts in binary

For use in environments without tzdata or root certs (like embedded devices)

Fixes #29
This commit is contained in:
Maddie Zhan
2021-09-18 01:58:35 +08:00
parent 8c1aa6b39b
commit 800760054e
3 changed files with 7 additions and 2 deletions
+1
View File
@@ -3,6 +3,7 @@ module github.com/librespeed/speedtest
go 1.16
require (
github.com/breml/rootcerts v0.1.0 // indirect
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