-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
45 lines (39 loc) · 1.22 KB
/
go.mod
File metadata and controls
45 lines (39 loc) · 1.22 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
40
41
42
43
44
45
module github.com/mt1976/frantic-core
go 1.26
require (
github.com/BurntSushi/toml v1.6.0
github.com/andybalholm/brotli v1.2.0
github.com/galsondor/go-ascii v0.0.0-20151210013816-e2eb5175fb10
github.com/leekchan/accounting v1.0.0
github.com/rivo/uniseg v0.4.7
github.com/robfordww/finident v0.2.1
github.com/segmentio/ksuid v1.0.4
github.com/trisacrypto/lei v1.0.0
golang.org/x/term v0.40.0
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
gopkg.in/natefinch/lumberjack.v2 v2.2.1
)
require (
github.com/stretchr/testify v1.11.1 // indirect
github.com/tdewolff/parse/v2 v2.8.10 // indirect
)
require (
github.com/alitto/pond/v2 v2.7.0
github.com/cockroachdb/apd v1.1.0 // indirect
github.com/goforj/godump v1.9.0
github.com/pkg/errors v0.9.1 // indirect
github.com/shopspring/decimal v1.4.0 // indirect
github.com/smarty/assertions v1.16.0 // indirect
github.com/smartystreets/goconvey v1.8.1 // indirect
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
)
require (
github.com/gregdel/pushover v1.4.0
golang.org/x/text v0.35.0
)
require (
github.com/go-chi/chi v1.5.5
github.com/go-chi/chi/v5 v5.2.5
github.com/tdewolff/minify/v2 v2.24.10
golang.org/x/sys v0.42.0 // indirect
)