From 2475f5a8b92ef0dd28e7af5f36d01b25243ed778 Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Thu, 6 Feb 2025 15:22:34 +0000 Subject: Initial commit --- go.mod | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 go.mod (limited to 'go.mod') 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 +) -- cgit v1.2.3-70-g09d2