-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
34 lines (29 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
32
33
34
module github.com/pigfall/curdboy
go 1.18
require (
entgo.io/ent v0.11.9
github.com/fatih/color v1.13.0
github.com/mitchellh/mapstructure v1.5.0
github.com/pigfall/ent_utils v0.0.3
github.com/pigfall/gosdk v0.0.4
github.com/xlab/treeprint v1.1.0
golang.org/x/tools v0.6.1-0.20230222164832-25d2519c8696
)
require (
ariga.io/atlas v0.9.1 // indirect
github.com/agext/levenshtein v1.2.1 // indirect
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
github.com/go-openapi/inflect v0.19.0 // indirect
github.com/google/go-cmp v0.5.6 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/hashicorp/hcl/v2 v2.13.0 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect
github.com/zclconf/go-cty v1.8.0 // indirect
golang.org/x/mod v0.8.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.3.8 // indirect
)
// replace github.com/pigfall/gosdk => ../gosdk
//replace github.com/pigfall/ent_utils => ../ent_utils