working commit

This commit is contained in:
2026-06-10 18:10:54 +02:00
parent b90e466316
commit 9d5d9e0607
6 changed files with 19 additions and 18 deletions
+3 -3
View File
@@ -1,16 +1,16 @@
module mbase
go 1.26.2
go 1.25.7
require (
github.com/gin-gonic/gin v1.12.0
github.com/google/uuid v1.6.0
github.com/jmoiron/sqlx v1.4.0
github.com/mattn/go-sqlite3 v1.14.44
github.com/mattn/go-sqlite3 v1.14.45
github.com/spf13/cobra v1.10.2
github.com/spf13/viper v1.21.0
github.com/stretchr/testify v1.11.1
go.yaml.in/yaml/v4 v4.0.0-rc.4
go.yaml.in/yaml/v4 v4.0.0-rc.5
google.golang.org/grpc v1.81.1
google.golang.org/protobuf v1.36.11
sigs.k8s.io/yaml v1.6.0