Skip to content

Commit

Permalink
Cleanup/upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ipmb committed Dec 14, 2020
1 parent fac8975 commit 5b4a7de
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 69 deletions.
23 changes: 20 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,32 @@ module github.com/lincolnloop/apppack
go 1.15

require (
github.com/AlecAivazis/survey/v2 v2.2.4
github.com/AlecAivazis/survey/v2 v2.2.5
github.com/Netflix/go-expect v0.0.0-20201125194554-85d881c3777e // indirect
github.com/TylerBrock/colorjson v0.0.0-20200706003622-8a50f05110d2 // indirect
github.com/TylerBrock/saw v0.2.2
github.com/aws/aws-sdk-go v1.35.35
github.com/aws/aws-sdk-go v1.36.8
github.com/briandowns/spinner v1.12.0
github.com/creack/pty v1.1.11 // indirect
github.com/dustin/go-humanize v1.0.0
github.com/fatih/color v1.10.0 // indirect
github.com/google/uuid v1.1.2
github.com/hinshun/vt10x v0.0.0-20180809195222-d55458df857c // indirect
github.com/hokaccha/go-prettyjson v0.0.0-20190818114111-108c894c2c0e // indirect
github.com/kr/pty v1.1.8 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/logrusorgru/aurora v2.0.3+incompatible
github.com/pkg/browser v0.0.0-20201112035734-206646e67786
github.com/mattn/go-isatty v0.0.12
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/pkg/browser v0.0.0-20201207095918-0426ae3fba23
github.com/spf13/cobra v1.1.1
github.com/spf13/pflag v1.0.5
golang.org/x/crypto v0.0.0-20201208171446-5f87f3452ae9 // indirect
golang.org/x/net v0.0.0-20201209123823-ac852fbbde11 // indirect
golang.org/x/sys v0.0.0-20201214210602-f9fddec55a1e // indirect
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf // indirect
golang.org/x/text v0.3.4 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
)
Loading

0 comments on commit 5b4a7de

Please sign in to comment.