-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
35 lines (32 loc) · 1.38 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
module github.com/domonda/go-types
go 1.23
require (
github.com/domonda/go-errs v0.0.0-20240702051036-0e696c849b5f
github.com/domonda/go-pretty v0.0.0-20240110134850-17385799142f
github.com/jaytaylor/html2text v0.0.0-20230321000545-74c2419ad056
github.com/jhillyerd/enmime v1.3.0
github.com/jinzhu/now v1.1.5
github.com/stretchr/testify v1.9.0
github.com/teamwork/tnef v0.0.0-20200108124832-7deabccfdb32
github.com/ungerik/go-fs v0.0.0-20240919065241-437d7c2c9f63
github.com/ungerik/go-reflection v0.0.0-20240905081803-708928fe0862
golang.org/x/net v0.29.0
golang.org/x/text v0.18.0
mvdan.cc/xurls/v2 v2.5.0
)
require (
github.com/cention-sany/utf7 v0.0.0-20170124080048-26cad61bd60a // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/gogs/chardet v0.0.0-20211120154057-b7413eaefb8f // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/olekukonko/tablewriter v0.0.5 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
github.com/teamwork/test v0.0.0-20200108114543-02621bae84ad // indirect
github.com/teamwork/utils v0.0.0-20220314153103-637fa45fa6cc // indirect
golang.org/x/sys v0.25.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)