rework new app

This commit is contained in:
2024-11-22 12:52:53 +01:00
parent 4b8db71df7
commit 74b1b5f9e4
5 changed files with 248 additions and 92 deletions
+5 -1
View File
@@ -3,6 +3,7 @@ module gopher-toolbox
go 1.23.2
require (
github.com/golang-migrate/migrate/v4 v4.18.1
github.com/jackc/pgconn v1.14.3
github.com/jackc/pgx/v5 v5.7.1
github.com/xuri/excelize/v2 v2.9.0
@@ -10,7 +11,10 @@ require (
require (
aidanwoods.dev/go-result v0.1.0 // indirect
github.com/stretchr/testify v1.9.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/lib/pq v1.10.9 // indirect
go.uber.org/atomic v1.7.0 // indirect
)
require (