mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
deps: Upgrade github.com/evanw/esbuild v0.9.6 => v0.11.0
This commit is contained in:
parent
5e2f128911
commit
4d22ad580e
2 changed files with 3 additions and 1 deletions
2
go.mod
2
go.mod
|
@ -18,7 +18,7 @@ require (
|
|||
github.com/disintegration/gift v1.2.1
|
||||
github.com/dlclark/regexp2 v1.4.0 // indirect
|
||||
github.com/dustin/go-humanize v1.0.0
|
||||
github.com/evanw/esbuild v0.9.6
|
||||
github.com/evanw/esbuild v0.11.0
|
||||
github.com/fortytw2/leaktest v1.3.0
|
||||
github.com/frankban/quicktest v1.11.3
|
||||
github.com/fsnotify/fsnotify v1.4.9
|
||||
|
|
2
go.sum
2
go.sum
|
@ -237,6 +237,8 @@ github.com/evanw/esbuild v0.9.0 h1:ONAtJ2+GMa7odUBVzUZjcRAhDGHA02pzBNFDYjOsbJk=
|
|||
github.com/evanw/esbuild v0.9.0/go.mod h1:y2AFBAGVelPqPodpdtxWWqe6n2jYf5FrsJbligmRmuw=
|
||||
github.com/evanw/esbuild v0.9.6 h1:w7NbUL9q5U1H7QGJDZQsiqWqSkMOZk/Wuu2QE3tw5aA=
|
||||
github.com/evanw/esbuild v0.9.6/go.mod h1:y2AFBAGVelPqPodpdtxWWqe6n2jYf5FrsJbligmRmuw=
|
||||
github.com/evanw/esbuild v0.11.0 h1:dEsfxfHUZcioNld/wzESxCLM+pigjiRSD9EaRmVSQxg=
|
||||
github.com/evanw/esbuild v0.11.0/go.mod h1:y2AFBAGVelPqPodpdtxWWqe6n2jYf5FrsJbligmRmuw=
|
||||
github.com/fatih/color v1.7.0 h1:DkWD4oS2D8LGGgTQ6IvwJJXSL5Vp2ffcQg58nFV38Ys=
|
||||
github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4=
|
||||
github.com/fortytw2/leaktest v1.3.0 h1:u8491cBMTQ8ft8aeV+adlcytMZylmA5nnwwkRZjI8vw=
|
||||
|
|
Loading…
Reference in a new issue