diff options
author | Bjørn Erik Pedersen <[email protected]> | 2022-09-22 17:42:48 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2022-09-22 17:42:48 +0200 |
commit | 0171fb2010a9200ef2f0bbe16c223dd3d38cb155 (patch) | |
tree | b1688fb51bbd3df6667aa0062ccc64364971b696 | |
parent | a4028112e340b20909746daca0f8cabb09cbf28f (diff) | |
download | hugo-0171fb2010a9200ef2f0bbe16c223dd3d38cb155.tar.gz hugo-0171fb2010a9200ef2f0bbe16c223dd3d38cb155.zip |
Run go mod tidy
-rw-r--r-- | go.mod | 3 | ||||
-rw-r--r-- | go.sum | 2 |
2 files changed, 1 insertions, 4 deletions
@@ -38,6 +38,7 @@ require ( github.com/kylelemons/godebug v1.1.0 github.com/kyokomi/emoji/v2 v2.2.10 github.com/magefile/mage v1.13.0 + github.com/marekm4/color-extractor v1.2.0 github.com/mattn/go-isatty v0.0.16 github.com/mitchellh/hashstructure v1.1.0 github.com/mitchellh/mapstructure v1.5.0 @@ -91,7 +92,6 @@ require ( github.com/aws/aws-sdk-go-v2/service/sso v1.4.0 // indirect github.com/aws/aws-sdk-go-v2/service/sts v1.7.0 // indirect github.com/aws/smithy-go v1.8.0 // indirect - github.com/cenkalti/dominantcolor v1.0.0 // indirect github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect github.com/dlclark/regexp2 v1.4.0 // indirect github.com/go-openapi/jsonpointer v0.19.5 // indirect @@ -109,7 +109,6 @@ require ( github.com/kr/pretty v0.3.0 // indirect github.com/kr/text v0.2.0 // indirect github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e // indirect - github.com/marekm4/color-extractor v1.2.0 // indirect github.com/mattn/go-ieproxy v0.0.1 // indirect github.com/mattn/go-runewidth v0.0.9 // indirect github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect @@ -184,8 +184,6 @@ github.com/bep/tmc v0.5.1 h1:CsQnSC6MsomH64gw0cT5f+EwQDcvZz4AazKunFwTpuI= github.com/bep/tmc v0.5.1/go.mod h1:tGYHN8fS85aJPhDLgXETVKp+PR382OvFi2+q2GkGsq0= github.com/bep/workers v1.0.0 h1:U+H8YmEaBCEaFZBst7GcRVEoqeRC9dzH2dWOwGmOchg= github.com/bep/workers v1.0.0/go.mod h1:7kIESOB86HfR2379pwoMWNy8B50D7r99fRLUyPSNyCs= -github.com/cenkalti/dominantcolor v1.0.0 h1:MFLKUzcxQf65GRQdCcpcMlEFYvvy4Y51+eJ4bLpe4bM= -github.com/cenkalti/dominantcolor v1.0.0/go.mod h1:/fauwSWvIFhvyrHSOhqRwdnjZLETEl5ocyxCkakCI/Q= github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU= github.com/census-instrumentation/opencensus-proto v0.3.0/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU= github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc= |