From ce61d3db96e0539c8df1886ac635e7e85dbde31f Mon Sep 17 00:00:00 2001 From: roerick Date: Fri, 17 Oct 2025 15:32:19 -0600 Subject: initial commit, models not working --- go.mod | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 go.mod (limited to 'go.mod') diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..fd32880 --- /dev/null +++ b/go.mod @@ -0,0 +1,21 @@ +module wyo.town/netzah + +go 1.24.1 + +require ( + github.com/gorilla/mux v1.8.1 + gorm.io/driver/postgres v1.6.0 + gorm.io/gorm v1.31.0 +) + +require ( + github.com/jackc/pgpassfile v1.0.0 // indirect + github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect + github.com/jackc/pgx/v5 v5.6.0 // indirect + github.com/jackc/puddle/v2 v2.2.2 // indirect + github.com/jinzhu/inflection v1.0.0 // indirect + github.com/jinzhu/now v1.1.5 // indirect + golang.org/x/crypto v0.31.0 // indirect + golang.org/x/sync v0.10.0 // indirect + golang.org/x/text v0.21.0 // indirect +) -- cgit v1.2.3