-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
32 lines (29 loc) · 1.09 KB
/
Copy pathgo.mod
File metadata and controls
32 lines (29 loc) · 1.09 KB
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
module github.com/asif-mahmud/go-httputil
go 1.26.0
require (
github.com/asif-mahmud/go-log v1.0.0
github.com/felixge/httpsnoop v1.1.0
github.com/go-playground/form/v4 v4.3.1
github.com/go-playground/locales v0.14.1
github.com/go-playground/mold/v4 v4.5.1
github.com/go-playground/universal-translator v0.18.1
github.com/go-playground/validator/v10 v10.30.4
github.com/golang-jwt/jwt/v5 v5.3.1
github.com/mitchellh/mapstructure v1.5.0
github.com/rs/cors v1.11.1
github.com/stretchr/testify v1.10.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gabriel-vasile/mimetype v1.4.15 // indirect
github.com/gosimple/slug v1.15.0 // indirect
github.com/gosimple/unidecode v1.0.1 // indirect
github.com/leodido/go-urn v1.5.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/segmentio/go-camelcase v0.0.0-20160726192923-7085f1e3c734 // indirect
github.com/segmentio/go-snakecase v1.2.0 // indirect
golang.org/x/crypto v0.56.0 // indirect
golang.org/x/sys v0.47.0 // indirect
golang.org/x/text v0.41.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)