first commit

This commit is contained in:
darthsandmann
2022-12-18 16:13:50 +01:00
commit b3c85a4c40
19 changed files with 2183 additions and 0 deletions

17
go.mod Normal file
View File

@@ -0,0 +1,17 @@
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
)