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.
Bastian Doetsch 95e6ac377e init
2022-03-06 15:55:58 +01:00

16 lines
418 B
Modula-2

module github.com/bastiandoetsch/mullvad-best-server
go 1.17
require (
github.com/go-ping/ping v0.0.0-20211130115550-779d1e919534
github.com/rs/zerolog v1.26.1
)
require (
github.com/google/uuid v1.2.0 // indirect
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e // indirect
)