This repository has been archived on 2023-06-10. You can view files and clone it, but cannot push or open issues or pull requests.
2022-07-28 20:19:49 -05:00

18 lines
489 B
Modula-2

module github.com/bastiandoetsch/mullvad-best-server
go 1.17
require (
github.com/go-ping/ping v1.1.0
github.com/rs/zerolog v1.27.0
)
require (
github.com/google/uuid v1.3.0 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
golang.org/x/net v0.0.0-20220728211354-c7608f3a8462 // indirect
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
)