mirror of
https://github.com/ent/ent.git
synced 2026-04-28 05:30:56 +03:00
entc/load: report 'go mod' errors on schema loading (#3511)
This commit is contained in:
6
go.mod
6
go.mod
@@ -18,7 +18,7 @@ require (
|
||||
github.com/stretchr/testify v1.8.2
|
||||
go.opencensus.io v0.24.0
|
||||
golang.org/x/sync v0.1.0
|
||||
golang.org/x/tools v0.6.1-0.20230222164832-25d2519c8696
|
||||
golang.org/x/tools v0.8.1-0.20230428195545-5283a0178901
|
||||
)
|
||||
|
||||
require (
|
||||
@@ -36,8 +36,8 @@ require (
|
||||
github.com/spf13/pflag v1.0.5 // indirect
|
||||
github.com/stretchr/objx v0.5.0 // 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/mod v0.10.0 // indirect
|
||||
golang.org/x/sys v0.7.0 // indirect
|
||||
golang.org/x/text v0.8.0 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user