Skip to content

Commit

Permalink
Clean up require directive grouping
Browse files Browse the repository at this point in the history
  • Loading branch information
dhui committed Dec 20, 2023
1 parent fb22436 commit 5026488
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions go.mod
Expand Up @@ -41,8 +41,6 @@ require (
modernc.org/sqlite v1.18.1
)

require golang.org/x/time v0.3.0 // indirect

require (
cloud.google.com/go v0.110.10 // indirect
cloud.google.com/go/compute v1.23.3 // indirect
Expand Down Expand Up @@ -161,6 +159,7 @@ require (
golang.org/x/sys v0.15.0 // indirect
golang.org/x/term v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.3.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20231016165738-49dd2c1f3d0b // indirect
Expand Down

0 comments on commit 5026488

Please sign in to comment.