mirror of
https://forgejo.merr.is/annika/isl-api.git
synced 2025-12-13 07:37:51 -05:00
Added Logic To Set a UUID For New Items
This commit is contained in:
parent
f483833260
commit
26e6b52b04
3 changed files with 10 additions and 9 deletions
4
go.mod
4
go.mod
|
|
@ -3,23 +3,21 @@ module forgejo.merr.is/annika/isl-api
|
|||
go 1.21.6
|
||||
|
||||
require (
|
||||
forgejo.merr.is/annika/jwtauth/v5 v5.1.0
|
||||
github.com/go-chi/chi/v5 v5.0.11
|
||||
github.com/go-chi/cors v1.2.1
|
||||
github.com/go-chi/httplog/v2 v2.0.9
|
||||
github.com/gofrs/uuid v4.0.0+incompatible
|
||||
github.com/jackc/pgconn v1.14.1
|
||||
github.com/jackc/pgtype v1.14.1
|
||||
github.com/jackc/pgx/v4 v4.18.1
|
||||
github.com/lestrrat-go/jwx/v2 v2.0.19
|
||||
github.com/lmittmann/tint v1.0.4
|
||||
github.com/moosetheory/jwtauth/v5 v5.1.1
|
||||
github.com/spf13/viper v1.18.2
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
|
||||
github.com/fsnotify/fsnotify v1.7.0 // indirect
|
||||
github.com/go-chi/jwtauth/v5 v5.3.0 // indirect
|
||||
github.com/goccy/go-json v0.10.2 // indirect
|
||||
github.com/hashicorp/hcl v1.0.0 // indirect
|
||||
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue