feat: user CRUD
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
module git.conway.engineer/ada/ordr.git/api
|
||||
module ordr-api
|
||||
|
||||
go 1.25.3
|
||||
|
||||
@@ -6,6 +6,10 @@ require (
|
||||
github.com/coreos/go-oidc/v3 v3.16.0
|
||||
github.com/gin-contrib/sessions v1.0.4
|
||||
github.com/gin-gonic/gin v1.11.0
|
||||
github.com/golang-jwt/jwt v3.2.2+incompatible
|
||||
github.com/google/go-querystring v1.1.0
|
||||
github.com/jackc/pgx/v5 v5.7.6
|
||||
github.com/joho/godotenv v1.5.1
|
||||
golang.org/x/oauth2 v0.33.0
|
||||
)
|
||||
|
||||
@@ -24,6 +28,9 @@ require (
|
||||
github.com/gorilla/context v1.1.2 // indirect
|
||||
github.com/gorilla/securecookie v1.1.2 // indirect
|
||||
github.com/gorilla/sessions v1.4.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
|
||||
|
||||
Reference in New Issue
Block a user