entc/load: report 'go mod' errors on schema loading (#3511)

This commit is contained in:
Ariel Mashraki
2023-04-30 18:02:44 +03:00
committed by GitHub
parent 98eba0c261
commit 9c677e538f
8 changed files with 44 additions and 24 deletions

6
go.mod
View File

@@ -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
)