Merge branch 'front' into auth
This commit is contained in:
commit
4c74315291
97 changed files with 7991 additions and 997 deletions
5
go.mod
5
go.mod
|
|
@ -9,6 +9,10 @@ require (
|
|||
github.com/jackc/pgx/v5 v5.7.6
|
||||
github.com/oapi-codegen/runtime v1.1.2
|
||||
github.com/pelletier/go-toml/v2 v2.2.4
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
github.com/sirupsen/logrus v1.9.3
|
||||
>>>>>>> front
|
||||
)
|
||||
|
||||
require (
|
||||
|
|
@ -26,6 +30,7 @@ require (
|
|||
github.com/google/uuid v1.5.0 // indirect
|
||||
github.com/jackc/pgpassfile v1.0.0 // indirect
|
||||
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
|
||||
github.com/jackc/puddle/v2 v2.2.2 // indirect
|
||||
github.com/json-iterator/go v1.1.12 // indirect
|
||||
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
|
||||
github.com/leodido/go-urn v1.4.0 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue