webapi: New function /status/peers to return a list of all peers, including GeoIP info

This commit is contained in:
Kleissner
2022-10-15 19:10:50 +02:00
parent 34be2cc964
commit 249ccf0bcf
4 changed files with 54 additions and 19 deletions

12
go.mod
View File

@@ -9,15 +9,15 @@ require (
github.com/google/uuid v1.3.0
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.5.0
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e
golang.org/x/net v0.0.0-20220531201128-c960675eff93
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a
gopkg.in/ini.v1 v1.66.6
golang.org/x/crypto v0.0.0-20221012134737-56aed061732a
golang.org/x/net v0.0.0-20221014081412-f15817d10f9b
golang.org/x/sys v0.0.0-20221013171732-95e765b1cc43
gopkg.in/ini.v1 v1.67.0
gopkg.in/yaml.v3 v3.0.1
lukechampine.com/blake3 v1.1.7
)
require (
github.com/klauspost/cpuid/v2 v2.0.12 // indirect
github.com/stretchr/testify v1.7.1 // indirect
github.com/klauspost/cpuid/v2 v2.1.2 // indirect
github.com/stretchr/testify v1.8.0 // indirect
)