mirror of
https://github.com/ent/ent.git
synced 2026-03-05 19:35:23 +03:00
entc/gen: fix inconsistent goimports formatting (#3344)
This commit is contained in:
6
go.mod
6
go.mod
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user