-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
27 lines (24 loc) · 962 Bytes
/
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
module github.com/tonkeeper/scam_backoffice_rules
go 1.19
require (
github.com/avast/retry-go v3.0.0+incompatible
github.com/labstack/gommon v0.4.0
github.com/mozillazg/go-unidecode v0.2.0
github.com/stretchr/testify v1.7.0
github.com/tonkeeper/tongo v1.2.2
golang.org/x/text v0.7.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/mattn/go-colorable v0.1.11 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/oasisprotocol/curve25519-voi v0.0.0-20220328075252-7dd334e3daae // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/snksoft/crc v1.1.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.1 // indirect
golang.org/x/crypto v0.0.0-20220321153916-2c7772ba3064 // indirect
golang.org/x/exp v0.0.0-20230116083435-1de6713980de // indirect
golang.org/x/sys v0.1.0 // indirect
)