-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgo.mod
31 lines (28 loc) · 1.08 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
module github.com/STNS/libstns-go
go 1.23.2
require (
github.com/STNS/STNS/v2 v2.2.15
github.com/caarlos0/env v3.5.0+incompatible
github.com/hashicorp/go-retryablehttp v0.7.7
github.com/k0kubun/pp v3.0.1+incompatible
github.com/sirupsen/logrus v1.9.3
github.com/thoas/go-funk v0.9.3
golang.org/x/crypto v0.30.0
)
require (
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
github.com/labstack/gommon v0.4.2 // indirect
github.com/leodido/go-urn v1.4.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/onsi/gomega v1.24.1 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
golang.org/x/sys v0.28.0 // indirect
gopkg.in/go-playground/validator.v9 v9.31.0 // indirect
gopkg.in/redis.v5 v5.2.9 // indirect
)