Skip to content
This repository was archived by the owner on Aug 15, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions go/src/glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions go/src/glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ import:
- package: github.com/PuerkitoBio/purell
- package: github.com/docker/go-units
- package: github.com/stretchr/testify
- package: github.com/dustin/go-humanize
- package: github.com/PuerkitoBio/urlesc
ignore:
- koding/tools/logger
Expand Down
6 changes: 6 additions & 0 deletions go/src/vendor/github.com/dustin/go-humanize/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions go/src/vendor/github.com/dustin/go-humanize/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions go/src/vendor/github.com/dustin/go-humanize/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

92 changes: 92 additions & 0 deletions go/src/vendor/github.com/dustin/go-humanize/README.markdown

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 31 additions & 0 deletions go/src/vendor/github.com/dustin/go-humanize/big.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

173 changes: 173 additions & 0 deletions go/src/vendor/github.com/dustin/go-humanize/bigbytes.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading