chore: simplify go module configuration

This commit is contained in:
2025-04-03 17:06:12 -04:00
parent 98a1b9ae7b
commit 211b1d9b8b

4
go.mod
View File

@@ -1,8 +1,6 @@
module github.com/onsonr/motr
go 1.23.6
toolchain go1.24.1
go 1.24.1
require (
github.com/labstack/echo/v4 v4.13.3