Skip to content

Commit

Permalink
fix: remove broken aliases and tidy (#993)
Browse files Browse the repository at this point in the history
  • Loading branch information
codyoss committed Mar 23, 2023
1 parent 21a4fbf commit db269f9
Show file tree
Hide file tree
Showing 3 changed files with 133 additions and 160 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ require (
)

require (
golang.org/x/net v0.7.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/text v0.8.0 // indirect
)

0 comments on commit db269f9

Please sign in to comment.