Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mweagle committed Dec 16, 2020
1 parent 8a23a2f commit 4e9c396
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 103 deletions.
31 changes: 12 additions & 19 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,62 +1,55 @@
module github.com/mweagle/Sparta

go 1.12
go 1.15

require (
github.com/AlecAivazis/survey/v2 v2.2.4
github.com/AlecAivazis/survey/v2 v2.2.5
github.com/Masterminds/goutils v1.1.0 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible
github.com/Netflix/go-expect v0.0.0-20190729225929-0e00d9168667 // indirect
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/aws/aws-lambda-go v1.20.0
github.com/aws/aws-sdk-go v1.36.2
github.com/aws/aws-sdk-go v1.36.9
github.com/aws/aws-xray-sdk-go v1.1.0
github.com/briandowns/spinner v1.12.0
github.com/deckarep/golang-set v1.7.1 // indirect
github.com/dsnet/compress v0.0.1 // indirect
github.com/dustin/go-broadcast v0.0.0-20171205050544-f664265f5a66
github.com/dustin/go-humanize v1.0.0
github.com/fatih/color v1.10.0 // indirect
github.com/frankban/quicktest v1.9.0 // indirect
github.com/gdamore/tcell/v2 v2.0.1-0.20201017141208-acf90d56d591
github.com/gdamore/tcell/v2 v2.1.0
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/golang/snappy v0.0.2 // indirect
github.com/google/pprof v0.0.0-20201203190320-1bf35d6f28c2
github.com/google/pprof v0.0.0-20201211104106-9bd6f8a8ed4b
github.com/google/uuid v1.1.2 // indirect
github.com/hinshun/vt10x v0.0.0-20180809195222-d55458df857c // indirect
github.com/hokaccha/go-prettyjson v0.0.0-20190818114111-108c894c2c0e
github.com/huandu/xstrings v1.3.2 // indirect
github.com/imdario/mergo v0.3.11 // indirect
github.com/jmespath/go-jmespath v0.4.0
github.com/kr/pty v1.1.8 // indirect
github.com/leodido/go-urn v1.2.0 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/magefile/mage v1.10.0
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/mholt/archiver v3.1.1+incompatible
github.com/mitchellh/copystructure v1.0.0 // indirect
github.com/mitchellh/reflectwalk v1.0.1 // indirect
github.com/mweagle/go-cloudcondenser v0.0.0-20180209031108-e1ad78f4b780
github.com/mweagle/go-cloudformation v0.0.0-20201115225219-d51cfb7c4fd2
github.com/mweagle/go-cloudformation v0.0.0-20201214054705-b6716aedba5d
github.com/nwaples/rardecode v1.1.0 // indirect
github.com/otiai10/copy v1.2.0
github.com/otiai10/copy v1.3.0
github.com/pierrec/lz4 v2.6.0+incompatible // indirect
github.com/pkg/browser v0.0.0-20201112035734-206646e67786
github.com/pkg/browser v0.0.0-20201207095918-0426ae3fba23
github.com/pkg/errors v0.9.1
github.com/rivo/tview v0.0.0-20201204190810-5406288b8e4e
github.com/rs/zerolog v1.20.0
github.com/shirou/gopsutil v3.20.11+incompatible
github.com/spf13/cobra v1.1.1
github.com/ulikunitz/xz v0.5.8 // indirect
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
github.com/xeipuuv/gojsonschema v1.2.0
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
golang.org/x/crypto v0.0.0-20201203163018-be400aefbc4c // indirect
golang.org/x/sys v0.0.0-20201204225414-ed752295db88 // indirect
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect
golang.org/x/crypto v0.0.0-20201208171446-5f87f3452ae9 // 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
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.31.0
)
Loading

0 comments on commit 4e9c396

Please sign in to comment.