Upgrade hamview to be7e6b093a5181c95ec87dbc07a77cf003f3b128
This commit is contained in:
8
go.mod
8
go.mod
@@ -4,13 +4,13 @@ go 1.25.6
|
||||
|
||||
require (
|
||||
git.maze.io/go/ham v0.0.0-20260222203006-aabfa853ecb5
|
||||
git.maze.io/ham/hamview v0.0.0-20260223131148-03a2fc0e6fa7
|
||||
git.maze.io/ham/hamview v0.0.0-20260223145135-be7e6b093a51
|
||||
github.com/sirupsen/logrus v1.9.4
|
||||
github.com/urfave/cli/v3 v3.6.2
|
||||
)
|
||||
|
||||
require (
|
||||
filippo.io/edwards25519 v1.1.0 // indirect
|
||||
filippo.io/edwards25519 v1.2.0 // indirect
|
||||
github.com/Vaniog/go-postgis v0.0.0-20240619200434-9c2eb8ed621e // indirect
|
||||
github.com/cemkiy/echo-logrus v0.0.0-20200218141616-06f9cd1dae34 // indirect
|
||||
github.com/cridenour/go-postgis v1.0.1 // indirect
|
||||
@@ -18,7 +18,7 @@ require (
|
||||
github.com/golang-jwt/jwt/v5 v5.3.1 // indirect
|
||||
github.com/gorilla/websocket v1.5.3 // indirect
|
||||
github.com/kr/text v0.2.0 // indirect
|
||||
github.com/labstack/echo/v4 v4.15.0 // indirect
|
||||
github.com/labstack/echo/v4 v4.15.1 // indirect
|
||||
github.com/labstack/gommon v0.4.2 // indirect
|
||||
github.com/lib/pq v1.11.2 // indirect
|
||||
github.com/mattn/go-colorable v0.1.14 // indirect
|
||||
@@ -28,7 +28,7 @@ require (
|
||||
github.com/valyala/fasttemplate v1.2.2 // indirect
|
||||
go.yaml.in/yaml/v3 v3.0.4 // indirect
|
||||
golang.org/x/crypto v0.48.0 // indirect
|
||||
golang.org/x/net v0.49.0 // indirect
|
||||
golang.org/x/net v0.50.0 // indirect
|
||||
golang.org/x/sync v0.19.0 // indirect
|
||||
golang.org/x/sys v0.41.0 // indirect
|
||||
golang.org/x/text v0.34.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user