-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
39 lines (35 loc) · 1.39 KB
/
go.mod
File metadata and controls
39 lines (35 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
module github.com/mt1976/frantic-aegis
go 1.24.0
require (
github.com/asdine/storm/v3 v3.2.1
github.com/julienschmidt/httprouter v1.3.0
github.com/mt1976/frantic-core v1.2.71
)
require (
github.com/galsondor/go-ascii v0.0.0-20151210013816-e2eb5175fb10 // indirect
github.com/gocarina/gocsv v0.0.0-20240520201108-78e41c74b4b1 // indirect
github.com/gopherjs/gopherjs v1.17.2 // indirect
github.com/jsuar/go-cron-descriptor v0.1.0 // indirect
github.com/jtolds/gls v4.20.0+incompatible // indirect
github.com/robfig/cron/v3 v3.0.1 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.0 // indirect
)
require (
github.com/BurntSushi/toml v1.5.0 // indirect
github.com/gabriel-vasile/mimetype v1.4.8 // 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.25.0 // indirect
github.com/leodido/go-urn v1.4.0 // indirect
github.com/mt1976/trnsl8r_connect v1.3.2
github.com/rivo/uniseg v0.4.7 // indirect
github.com/segmentio/ksuid v1.0.4 // indirect
go.etcd.io/bbolt v1.4.0 // indirect
golang.org/x/crypto v0.36.0 // indirect
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect
golang.org/x/net v0.37.0 // indirect
golang.org/x/sys v0.31.0 // indirect
golang.org/x/text v0.23.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
)