diff --git a/go.mod b/go.mod index 57c2727..02f2ba5 100644 --- a/go.mod +++ b/go.mod @@ -5,13 +5,12 @@ go 1.23.2 require ( git.crumpington.com/lib/go v0.8.1 git.crumpington.com/lib/webutil v0.0.7 - github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 golang.org/x/crypto v0.29.0 + golang.org/x/sys v0.27.0 ) require ( github.com/mattn/go-sqlite3 v1.14.24 // indirect golang.org/x/net v0.31.0 // indirect - golang.org/x/sys v0.27.0 // indirect golang.org/x/text v0.20.0 // indirect ) diff --git a/go.sum b/go.sum index d5dc914..43c9b9e 100644 --- a/go.sum +++ b/go.sum @@ -4,8 +4,6 @@ git.crumpington.com/lib/webutil v0.0.7 h1:1RG9CpuXYalT0NPj8fvxjOLV566LqL37APvAdA git.crumpington.com/lib/webutil v0.0.7/go.mod h1:efIEiuK1uqFIhI/dlsWUHMsC5bXcEbJEjmdluRoFPPQ= github.com/mattn/go-sqlite3 v1.14.24 h1:tpSp2G2KyMnnQu99ngJ47EIkWVmliIizyZBfPrBWDRM= github.com/mattn/go-sqlite3 v1.14.24/go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y= -github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 h1:TG/diQgUe0pntT/2D9tmUCz4VNwm9MfrtPr0SU2qSX8= -github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8/go.mod h1:P5HUIBuIWKbyjl083/loAegFkfbFNx5i2qEP4CNbm7E= golang.org/x/crypto v0.29.0 h1:L5SG1JTTXupVV3n6sUqMTeWbjAyfPwoda2DLX8J8FrQ= golang.org/x/crypto v0.29.0/go.mod h1:+F4F4N5hv6v38hfeYwTdx20oUvLLc+QfrE9Ax9HtgRg= golang.org/x/net v0.31.0 h1:68CPQngjLL0r2AlUKiSxtQFKvzRVbnzLwMUn5SzcLHo= diff --git a/hub/static/custom.css b/hub/static/custom.css index b046220..643838e 100644 --- a/hub/static/custom.css +++ b/hub/static/custom.css @@ -1,7 +1,3 @@ -body { - max-width: 1920px; -} - .def-list tr td:first-child { text-align:right; width:1%; diff --git a/hub/templates/admin-peer-view.html b/hub/templates/admin-peer-view.html index b5ef574..e8d6f6e 100644 --- a/hub/templates/admin-peer-view.html +++ b/hub/templates/admin-peer-view.html @@ -3,7 +3,6 @@
Edit / - Initialize / Delete