-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
33 lines (30 loc) · 1.04 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
module github.com/latavin243/goutils
go 1.21.4
require (
github.com/BurntSushi/toml v1.3.2
github.com/avast/retry-go v3.0.0+incompatible
github.com/go-resty/resty/v2 v2.10.0
github.com/haoel/downsampling v0.0.0-20230421155218-bf6cb5e6ff3c
github.com/leekchan/accounting v1.0.0
github.com/panjf2000/ants/v2 v2.8.2
github.com/spaolacci/murmur3 v1.1.0
github.com/stretchr/testify v1.8.4
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa
golang.org/x/sync v0.5.0
golang.org/x/text v0.14.0
golang.org/x/time v0.4.0
gopkg.in/yaml.v3 v3.0.1
moul.io/http2curl v1.0.0
)
require (
github.com/cockroachdb/apd v1.1.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24 // indirect
github.com/smartystreets/goconvey v1.8.1 // indirect
github.com/tealeg/xlsx v1.0.5 // indirect
go.uber.org/multierr v1.10.0 // indirect
go.uber.org/zap v1.27.0 // indirect
golang.org/x/net v0.17.0 // indirect
)