mullvad-best-server/go.mod
Thorsten Schubert 086106da30
All checks were successful
/ build (push) Successful in 44s
Add verbose output
2024-05-08 20:18:43 +02:00

17 lines
414 B
Modula-2

module betaco.de/strom/mullvad-best-server
go 1.22
require (
github.com/prometheus-community/pro-bing v0.4.0
github.com/rs/zerolog v1.32.0
)
require (
github.com/google/uuid v1.6.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
golang.org/x/net v0.25.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.20.0 // indirect
)