Browse Source

upgrade bytefmt

tags/v2.1.0-rc1
Shivaram Lingamneni 4 years ago
parent
commit
772f5f5e5d
4 changed files with 8 additions and 2 deletions
  1. 1
    1
      go.mod
  2. 2
    0
      go.sum
  3. 4
    0
      vendor/code.cloudfoundry.org/bytefmt/README.md
  4. 1
    1
      vendor/modules.txt

+ 1
- 1
go.mod View File

@@ -3,7 +3,7 @@ module github.com/oragono/oragono
3 3
 go 1.14
4 4
 
5 5
 require (
6
-	code.cloudfoundry.org/bytefmt v0.0.0-20190819182555-854d396b647c
6
+	code.cloudfoundry.org/bytefmt v0.0.0-20200131002437-cf55d5288a48
7 7
 	github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
8 8
 	github.com/go-ldap/ldap/v3 v3.1.7
9 9
 	github.com/go-sql-driver/mysql v1.5.0

+ 2
- 0
go.sum View File

@@ -1,5 +1,7 @@
1 1
 code.cloudfoundry.org/bytefmt v0.0.0-20190819182555-854d396b647c h1:2RuXx1+tSNWRjxhY0Bx52kjV2odJQ0a6MTbfTPhGAkg=
2 2
 code.cloudfoundry.org/bytefmt v0.0.0-20190819182555-854d396b647c/go.mod h1:wN/zk7mhREp/oviagqUXY3EwuHhWyOvAdsn5Y4CzOrc=
3
+code.cloudfoundry.org/bytefmt v0.0.0-20200131002437-cf55d5288a48 h1:/EMHruHCFXR9xClkGV/t0rmHrdhX4+trQUcBqjwc9xE=
4
+code.cloudfoundry.org/bytefmt v0.0.0-20200131002437-cf55d5288a48/go.mod h1:wN/zk7mhREp/oviagqUXY3EwuHhWyOvAdsn5Y4CzOrc=
3 5
 github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=
4 6
 github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
5 7
 github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815 h1:bWDMxwH3px2JBh6AyO7hdCn/PkvCZXii8TGj7sbtEbQ=

+ 4
- 0
vendor/code.cloudfoundry.org/bytefmt/README.md View File

@@ -13,3 +13,7 @@ bytefmt.ByteSize(uint64(1024)) // returns "1K"
13 13
 ```
14 14
 
15 15
 For documentation, please see http://godoc.org/code.cloudfoundry.org/bytefmt
16
+
17
+## Reporting issues and requesting features
18
+
19
+Please report all issues and feature requests in [cloudfoundry/diego-release](https://github.com/cloudfoundry/diego-release/issues).

+ 1
- 1
vendor/modules.txt View File

@@ -1,4 +1,4 @@
1
-# code.cloudfoundry.org/bytefmt v0.0.0-20190819182555-854d396b647c
1
+# code.cloudfoundry.org/bytefmt v0.0.0-20200131002437-cf55d5288a48
2 2
 ## explicit
3 3
 code.cloudfoundry.org/bytefmt
4 4
 # github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815

Loading…
Cancel
Save