go mod tidy

This commit is contained in:
Vladimir V Maksimov
2025-11-06 16:51:49 +03:00
parent 00b12cdf7d
commit 9f6754f97c
2 changed files with 0 additions and 19 deletions

4
go.mod
View File

@@ -5,17 +5,13 @@ go 1.25.1
require (
github.com/evanphx/json-patch/v5 v5.9.11
github.com/google/uuid v1.6.0
github.com/mattbaird/jsonpatch v0.0.0-20240118010651-0ba75a80ca38
gorm.io/driver/sqlite v1.6.0
gorm.io/gorm v1.31.1
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/evanphx/json-patch v0.5.2 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/mattn/go-sqlite3 v1.14.22 // indirect
github.com/stretchr/testify v1.11.1 // indirect
golang.org/x/text v0.20.0 // indirect
)