logo

go-deblob

remove binary blobs from a directory git clone https://hacktivis.me/git/go-deblob.git
commit: c89ed0e805813d5482863b53e36b6c896792a6fd
parent 917a02043b67de2edfdcf542faf589a23e12c6eb
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed, 26 May 2021 03:09:33 +0200

go.*: Update getopt

Diffstat:

Mgo.mod2+-
Mgo.sum4++--
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/go.mod b/go.mod @@ -2,4 +2,4 @@ module hacktivis.me/git/go-deblob go 1.12 -require git.sr.ht/~sircmpwn/getopt v0.0.0-20190808004552-daaf1274538b +require git.sr.ht/~sircmpwn/getopt v0.0.0-20201218204720-9961a9c6298f diff --git a/go.sum b/go.sum @@ -1,5 +1,5 @@ -git.sr.ht/~sircmpwn/getopt v0.0.0-20190808004552-daaf1274538b h1:da5JBQ6dcW14aWnEf/pFRIMV2PsqTQEWmR+V2sw5oxU= -git.sr.ht/~sircmpwn/getopt v0.0.0-20190808004552-daaf1274538b/go.mod h1:wMEGFFFNuPos7vHmWXfszqImLppbc0wEhh6JBfJIUgw= +git.sr.ht/~sircmpwn/getopt v0.0.0-20201218204720-9961a9c6298f h1:f5axCdaRzGDCihN3o1Lq0ydn0VlkhY+11G0JOyY5qss= +git.sr.ht/~sircmpwn/getopt v0.0.0-20201218204720-9961a9c6298f/go.mod h1:wMEGFFFNuPos7vHmWXfszqImLppbc0wEhh6JBfJIUgw= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=