Skip to content

Commit

Permalink
vendor: update dependencies to fix login and add support for go modules
Browse files Browse the repository at this point in the history
  • Loading branch information
ncw committed Sep 15, 2019
1 parent 94f3ea4 commit ff638cb
Show file tree
Hide file tree
Showing 22 changed files with 638 additions and 944 deletions.
9 changes: 9 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
module github.com/t3rm1n4l/megacmd

go 1.13

require (
github.com/t3rm1n4l/go-humanize v0.0.0-20121229052809-e7ed15be05eb
github.com/t3rm1n4l/go-mega v0.0.0-20190528125457-55e675378686
golang.org/x/crypto v0.0.0-20190911031432-227b76d455e7 // indirect
)
13 changes: 13 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
github.com/t3rm1n4l/go-humanize v0.0.0-20121229052809-e7ed15be05eb h1:Y3ZZPZq8LFM+Hd3jIMAB9hdUvqMgUYoPL+An9kj9m8I=
github.com/t3rm1n4l/go-humanize v0.0.0-20121229052809-e7ed15be05eb/go.mod h1:RKcvJ+wnT/VTNZ92WydAGo1jX2nN3AuHqWmD2zTysF0=
github.com/t3rm1n4l/go-mega v0.0.0-20190528125457-55e675378686 h1:U7mF+tjDK9zWoxCU+kBNa1XT7WZMF5bjwtRpjeIkSYw=
github.com/t3rm1n4l/go-mega v0.0.0-20190528125457-55e675378686/go.mod h1:XWL4vDyd3JKmJx+hZWUVgCNmmhZ2dTBcaNDcxH465s0=
golang.org/x/crypto v0.0.0-20190131182504-b8fe1690c613 h1:MQ/ZZiDsUapFFiMS+vzwXkCTeEKaum+Do5rINYJDmxc=
golang.org/x/crypto v0.0.0-20190131182504-b8fe1690c613/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/crypto v0.0.0-20190911031432-227b76d455e7 h1:0hQKqeLdqlt5iIwVOBErRisrHJAN57yOiPRQItI20fU=
golang.org/x/crypto v0.0.0-20190911031432-227b76d455e7/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
148 changes: 0 additions & 148 deletions vendor/github.com/t3rm1n4l/go-humanize/bytes_test.go

This file was deleted.

27 changes: 0 additions & 27 deletions vendor/github.com/t3rm1n4l/go-humanize/comma_test.go

This file was deleted.

20 changes: 0 additions & 20 deletions vendor/github.com/t3rm1n4l/go-humanize/ordinals_test.go

This file was deleted.

126 changes: 0 additions & 126 deletions vendor/github.com/t3rm1n4l/go-humanize/times_test.go

This file was deleted.

9 changes: 4 additions & 5 deletions vendor/github.com/t3rm1n4l/go-mega/.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 vendor/github.com/t3rm1n4l/go-mega/LICENSE

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

Loading

0 comments on commit ff638cb

Please sign in to comment.