diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -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 +) |
