-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
33 lines (30 loc) · 1.14 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/endigma/toucan
go 1.20
require (
github.com/alecthomas/hcl/v2 v2.0.0
github.com/dave/jennifer v1.6.0
github.com/go-playground/mold/v4 v4.3.0
github.com/go-playground/validator/v10 v10.12.0
github.com/hashicorp/go-multierror v1.1.1
github.com/iancoleman/strcase v0.2.0
github.com/imdario/mergo v0.3.15
github.com/samber/lo v1.38.1
github.com/stretchr/testify v1.8.2
golang.org/x/sync v0.2.0
)
require (
github.com/alecthomas/participle/v2 v2.0.0-beta.5 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/leodido/go-urn v1.2.2 // 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.7.0 // indirect
golang.org/x/exp v0.0.0-20220303212507-bbda1eaf7a17 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/text v0.8.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)