psql first commit

This commit is contained in:
root
2023-04-25 15:14:42 +03:00
parent c96b6ed943
commit 15ab461a5e
49 changed files with 110 additions and 0 deletions

1
go.mod Normal file → Executable file
View File

@@ -6,6 +6,7 @@ require (
github.com/google/uuid v1.3.0
github.com/gorilla/csrf v1.7.1
github.com/gorilla/mux v1.8.0
github.com/lib/pq v1.3.0
github.com/mitchellh/mapstructure v1.5.0
github.com/ory/fosite v0.42.2
github.com/santhosh-tekuri/jsonschema/v5 v5.0.0