diff options
author | Bjørn Erik Pedersen <[email protected]> | 2024-07-17 09:15:44 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2024-07-17 10:54:28 +0200 |
commit | 7be03775051371df88dc0400cccc20be5e9632c8 (patch) | |
tree | 52a91e3d84f6d98d3e55b2778dcea8b96b3d1bdd /go.mod | |
parent | 439f07eac4706eb11fcaea259f04b3a4e4493fa1 (diff) | |
download | hugo-7be03775051371df88dc0400cccc20be5e9632c8.tar.gz hugo-7be03775051371df88dc0400cccc20be5e9632c8.zip |
deps: Upgrade github.com/bep/gitmap v1.4.0 => v1.6.0 (note)
Closes #8627
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/cloudfront v1.35.4 github.com/bep/clocks v0.5.0 github.com/bep/debounce v1.2.0 - github.com/bep/gitmap v1.4.0 + github.com/bep/gitmap v1.6.0 github.com/bep/goat v0.5.0 github.com/bep/godartsass v1.2.0 github.com/bep/godartsass/v2 v2.0.0 |