Skip to content
Snippets Groups Projects
Commit a80f0adc authored by renovate's avatar renovate
Browse files

Update module dustin/go-humanize to v1

parent bdab39f0
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ require ( ...@@ -6,7 +6,7 @@ require (
git.autistici.org/ai3/go-common v0.0.0-20200206110359-d4396660b1f0 git.autistici.org/ai3/go-common v0.0.0-20200206110359-d4396660b1f0
github.com/cenkalti/backoff v0.0.0-20190506075156-2146c9339422 // indirect github.com/cenkalti/backoff v0.0.0-20190506075156-2146c9339422 // indirect
github.com/coreos/go-systemd v0.0.0-20180828140353-eee3db372b31 // indirect github.com/coreos/go-systemd v0.0.0-20180828140353-eee3db372b31 // indirect
github.com/dustin/go-humanize v0.0.0-20200219035652-afde56e7acac github.com/dustin/go-humanize v1.0.0
github.com/google/subcommands v1.2.0 github.com/google/subcommands v1.2.0
github.com/gorilla/handlers v1.4.0 // indirect github.com/gorilla/handlers v1.4.0 // indirect
github.com/hashicorp/go-version v1.2.1 github.com/hashicorp/go-version v1.2.1
......
...@@ -14,6 +14,8 @@ github.com/coreos/go-systemd v0.0.0-20180828140353-eee3db372b31/go.mod h1:F5haX7 ...@@ -14,6 +14,8 @@ github.com/coreos/go-systemd v0.0.0-20180828140353-eee3db372b31/go.mod h1:F5haX7
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/dustin/go-humanize v0.0.0-20200219035652-afde56e7acac h1:GcZFQ0+AwgC0xUHVhGaJp5Mc9i0CyL3gJNlqTD+Rm88= github.com/dustin/go-humanize v0.0.0-20200219035652-afde56e7acac h1:GcZFQ0+AwgC0xUHVhGaJp5Mc9i0CyL3gJNlqTD+Rm88=
github.com/dustin/go-humanize v0.0.0-20200219035652-afde56e7acac/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk= github.com/dustin/go-humanize v0.0.0-20200219035652-afde56e7acac/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk=
github.com/dustin/go-humanize v1.0.0 h1:VSnTsYCnlFHaM2/igO1h6X3HA71jcobQuxemgkq4zYo=
github.com/dustin/go-humanize v1.0.0/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk=
github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04= github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04=
github.com/go-kit/kit v0.8.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as= github.com/go-kit/kit v0.8.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as=
github.com/go-logfmt/logfmt v0.3.0/go.mod h1:Qt1PoO58o5twSAckw1HlFXLmHsOX5/0LbT9GBnD5lWE= github.com/go-logfmt/logfmt v0.3.0/go.mod h1:Qt1PoO58o5twSAckw1HlFXLmHsOX5/0LbT9GBnD5lWE=
......
...@@ -5,7 +5,7 @@ Just a few functions for helping humanize times and sizes. ...@@ -5,7 +5,7 @@ Just a few functions for helping humanize times and sizes.
`go get` it as `github.com/dustin/go-humanize`, import it as `go get` it as `github.com/dustin/go-humanize`, import it as
`"github.com/dustin/go-humanize"`, use it as `humanize`. `"github.com/dustin/go-humanize"`, use it as `humanize`.
See [godoc](https://pkg.go.dev/github.com/dustin/go-humanize) for See [godoc](https://godoc.org/github.com/dustin/go-humanize) for
complete documentation. complete documentation.
## Sizes ## Sizes
......
...@@ -12,7 +12,7 @@ github.com/cenkalti/backoff ...@@ -12,7 +12,7 @@ github.com/cenkalti/backoff
# github.com/coreos/go-systemd v0.0.0-20180828140353-eee3db372b31 # github.com/coreos/go-systemd v0.0.0-20180828140353-eee3db372b31
## explicit ## explicit
github.com/coreos/go-systemd/daemon github.com/coreos/go-systemd/daemon
# github.com/dustin/go-humanize v0.0.0-20200219035652-afde56e7acac # github.com/dustin/go-humanize v1.0.0
## explicit ## explicit
github.com/dustin/go-humanize github.com/dustin/go-humanize
# github.com/golang/protobuf v1.2.0 # github.com/golang/protobuf v1.2.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment