-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
53 lines (50 loc) · 1.91 KB
/
go.mod
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
46
47
48
49
50
51
52
53
module github.com/dracory/base
go 1.24.0
require (
github.com/boombuler/barcode v1.0.2
github.com/disintegration/imaging v1.6.2
github.com/dromara/carbon/v2 v2.5.4
github.com/gouniverse/base v0.9.0
github.com/gouniverse/envenc v0.8.0
github.com/gouniverse/maputils v0.7.0
github.com/gouniverse/webserver v0.1.0
github.com/joho/godotenv v1.5.1
github.com/mattn/go-sqlite3 v1.14.24
github.com/mingrammer/cfmt v1.1.0
github.com/pkg/errors v0.9.1
github.com/samber/lo v1.49.1
github.com/spf13/cast v1.7.1
github.com/stretchr/testify v1.10.0
golang.org/x/crypto v0.36.0
modernc.org/sqlite v1.36.0
)
require (
github.com/darkoatanasovski/htmltags v1.0.0
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/google/uuid v1.6.0
github.com/gouniverse/api v1.6.0 // indirect
github.com/gouniverse/cdn v1.6.0 // indirect
github.com/gouniverse/crypto v0.2.0 // indirect
github.com/gouniverse/dataobject v0.3.0
github.com/gouniverse/hb v1.83.4 // indirect
github.com/gouniverse/responses v0.6.0
github.com/gouniverse/uid v1.5.0 // indirect
github.com/jordan-wright/email v4.0.1-0.20210109023952-943e75fe5223+incompatible
github.com/logrusorgru/aurora v2.0.3+incompatible // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/ncruces/go-strftime v0.1.9 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect
golang.org/x/image v0.25.0 // indirect
golang.org/x/net v0.37.0 // indirect
golang.org/x/sys v0.31.0 // indirect
golang.org/x/term v0.30.0 // indirect
golang.org/x/text v0.23.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
modernc.org/libc v1.61.13 // indirect
modernc.org/mathutil v1.7.1 // indirect
modernc.org/memory v1.8.2 // indirect
)