Skip to content

Commit

Permalink
Tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
klauspost committed Aug 29, 2022
1 parent 96bf0bf commit 1826941
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions huff0/_generate/go.mod
Expand Up @@ -7,4 +7,11 @@ require (
github.com/mmcloughlin/avo v0.4.0
)

require (
golang.org/x/mod v0.4.2 // indirect
golang.org/x/sys v0.0.0-20211030160813-b3129d9d1021 // indirect
golang.org/x/tools v0.1.7 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)

replace github.com/klauspost/compress => ../..

0 comments on commit 1826941

Please sign in to comment.