Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bsinou committed Jan 4, 2021
1 parent 827a991 commit 95464ea
Show file tree
Hide file tree
Showing 2 changed files with 276 additions and 65 deletions.
35 changes: 22 additions & 13 deletions v2/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,41 @@ module github.com/pydio/cells-client/v2
go 1.15

require (
github.com/aws/aws-sdk-go v1.32.4
github.com/aws/aws-sdk-go v1.36.19
github.com/beevik/ntp v0.3.0 // indirect
github.com/danieljoos/wincred v1.1.0 // indirect
github.com/dustin/go-humanize v1.0.0
github.com/fatih/color v1.9.0
github.com/go-openapi/runtime v0.19.19 // indirect
github.com/go-openapi/strfmt v0.19.5
github.com/google/go-cmp v0.5.0 // indirect
github.com/gookit/color v1.2.5
github.com/fatih/color v1.10.0
github.com/go-log/log v0.2.0 // indirect
github.com/go-openapi/strfmt v0.19.11
github.com/go-openapi/validate v0.20.0 // indirect
github.com/google/go-cmp v0.5.4 // indirect
github.com/google/uuid v1.1.3 // indirect
github.com/gookit/color v1.3.6
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
github.com/gosuri/uilive v0.0.4 // indirect
github.com/gosuri/uiprogress v0.0.1
github.com/hashicorp/go-version v1.2.1
github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
github.com/manifoldco/promptui v0.7.0
github.com/lunixbochs/vtclean v1.0.0 // indirect
github.com/manifoldco/promptui v0.8.0
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/micro/go-log v0.1.0
github.com/olekukonko/tablewriter v0.0.4
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
github.com/pydio/cells v2.1.5+incompatible
github.com/pydio/cells v2.1.11+incompatible
github.com/pydio/cells-sdk-go v0.0.0-20201210092509-27b99c47c1b4
github.com/pydio/go v0.0.0-20191211170306-d00ac19450ef
github.com/shibukawa/configdir v0.0.0-20170330084843-e180dbdc8da0
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/spf13/cobra v1.0.0
github.com/zalando/go-keyring v0.0.0-20200121091418-667557018717
go.uber.org/zap v1.15.0
golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1 // indirect
github.com/smartystreets/assertions v1.2.0 // indirect
github.com/spf13/cobra v1.1.1
github.com/stretchr/objx v0.3.0 // indirect
github.com/tidwall/pretty v1.0.2 // indirect
github.com/zalando/go-keyring v0.1.0
golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect
golang.org/x/sys v0.0.0-20201231184435-2d18734c6014 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)
Loading

0 comments on commit 95464ea

Please sign in to comment.