entc/gen: fix inconsistent goimports formatting (#3344)

This commit is contained in:
Ariel Mashraki
2023-02-22 21:29:15 +02:00
committed by GitHub
parent 71e31bc0d7
commit 9c40fbc07b
52 changed files with 71 additions and 121 deletions

6
go.mod
View File

@@ -20,7 +20,7 @@ require (
github.com/stretchr/testify v1.8.1
go.opencensus.io v0.24.0
golang.org/x/sync v0.1.0
golang.org/x/tools v0.3.1-0.20221202221704-aa9f4b2f3d57
golang.org/x/tools v0.6.1-0.20230222164832-25d2519c8696
)
require (
@@ -38,8 +38,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.7.0 // indirect
golang.org/x/sys v0.2.0 // indirect
golang.org/x/mod v0.8.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.3.7 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)