- Updated golang.org/x/net dependency to fix linking error with syscall.recvmsg - Added -force flag to allow running the tool while connected to VPN - Fixed linter errors: replaced deprecated ioutil with io/os, added error handling - Added test, fmt, and lint targets to Makefile
21 lines
518 B
Modula-2
21 lines
518 B
Modula-2
module sneak.berlin/go/mullvadclosest
|
|
|
|
go 1.23.0
|
|
|
|
toolchain go1.24.4
|
|
|
|
require (
|
|
github.com/go-ping/ping v1.1.0
|
|
github.com/schollz/progressbar/v3 v3.14.3
|
|
)
|
|
|
|
require (
|
|
github.com/google/uuid v1.2.0 // indirect
|
|
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
golang.org/x/net v0.42.0 // indirect
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
|
|
golang.org/x/sys v0.34.0 // indirect
|
|
golang.org/x/term v0.33.0 // indirect
|
|
)
|