aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.com>2025-01-17 13:21:24 +0000
committerLeonardo Bishop <me@leonardobishop.com>2025-01-17 13:21:24 +0000
commitc00b690bd6f600554a1404e692bd9e4373325d27 (patch)
tree4488b625e1c24af52fced6f60ac1b3ddff1383bc /go.mod
Initial commit
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod40
1 files changed, 40 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..2842eba
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,40 @@
+module github.com/LMBishop/confplanner
+
+go 1.23.4
+
+require (
+ github.com/andybalholm/brotli v1.1.1 // indirect
+ github.com/gabriel-vasile/mimetype v1.4.3 // indirect
+ github.com/go-playground/locales v0.14.1 // indirect
+ github.com/go-playground/universal-translator v0.18.1 // indirect
+ github.com/go-playground/validator/v10 v10.23.0 // indirect
+ github.com/gofiber/fiber/v2 v2.52.6 // indirect
+ github.com/golang-cz/nilslice v0.0.0-20240305001642-646f70fbdbf7 // indirect
+ github.com/google/uuid v1.6.0 // indirect
+ github.com/jackc/pgpassfile v1.0.0 // indirect
+ github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
+ github.com/jackc/pgx v3.6.2+incompatible // indirect
+ github.com/jackc/pgx/v5 v5.7.2 // indirect
+ github.com/jackc/puddle/v2 v2.2.2 // indirect
+ github.com/klauspost/compress v1.17.9 // indirect
+ github.com/leodido/go-urn v1.4.0 // indirect
+ github.com/mattn/go-colorable v0.1.13 // indirect
+ github.com/mattn/go-isatty v0.0.20 // indirect
+ github.com/mattn/go-runewidth v0.0.16 // indirect
+ github.com/mfridman/interpolate v0.0.2 // indirect
+ github.com/pkg/errors v0.9.1 // indirect
+ github.com/pressly/goose/v3 v3.24.1 // indirect
+ github.com/rivo/uniseg v0.2.0 // indirect
+ github.com/sethvargo/go-retry v0.3.0 // indirect
+ github.com/stretchr/testify v1.10.0 // indirect
+ github.com/valyala/bytebufferpool v1.0.0 // indirect
+ github.com/valyala/fasthttp v1.51.0 // indirect
+ github.com/valyala/tcplisten v1.0.0 // indirect
+ go.uber.org/multierr v1.11.0 // indirect
+ golang.org/x/crypto v0.32.0 // indirect
+ golang.org/x/net v0.33.0 // indirect
+ golang.org/x/sync v0.10.0 // indirect
+ golang.org/x/sys v0.29.0 // indirect
+ golang.org/x/text v0.21.0 // indirect
+ gopkg.in/yaml.v3 v3.0.1 // indirect
+)