aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.com>2025-02-06 15:22:34 +0000
committerLeonardo Bishop <me@leonardobishop.com>2025-02-06 15:22:34 +0000
commit2475f5a8b92ef0dd28e7af5f36d01b25243ed778 (patch)
tree12f8931d241db4159f8d30f7bf2b648709a94166 /go.mod
Initial commit
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod23
1 files changed, 23 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..4a935cb
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,23 @@
+module github.com/LMBishop/gunnel
+
+go 1.23.5
+
+require (
+ github.com/gabriel-vasile/mimetype v1.4.8 // indirect
+ github.com/go-co-op/gocron/v2 v2.15.0 // 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.24.0 // indirect
+ github.com/google/uuid v1.6.0 // indirect
+ github.com/gorilla/mux v1.8.1 // indirect
+ github.com/jonboulle/clockwork v0.4.0 // indirect
+ github.com/leodido/go-urn v1.4.0 // indirect
+ github.com/robfig/cron/v3 v3.0.1 // indirect
+ github.com/tjarratt/babble v0.0.0-20210505082055-cbca2a4833c1 // indirect
+ golang.org/x/crypto v0.32.0 // indirect
+ golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect
+ golang.org/x/net v0.34.0 // indirect
+ golang.org/x/sys v0.30.0 // indirect
+ golang.org/x/text v0.21.0 // indirect
+ gopkg.in/yaml.v3 v3.0.1 // indirect
+)