Skip to content

Commit

Permalink
Update all deps
Browse files Browse the repository at this point in the history
go get -t -u ./...
  • Loading branch information
gesellix committed Sep 3, 2020
1 parent fd5aa5b commit 8bf9f30
Show file tree
Hide file tree
Showing 2 changed files with 190 additions and 29 deletions.
19 changes: 10 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,29 +1,30 @@
module github.com/gesellix/awsu

require (
github.com/aws/aws-sdk-go v1.30.20
github.com/aws/aws-sdk-go v1.34.17
github.com/dustin/go-humanize v1.0.0
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/magiconair/properties v1.8.2 // indirect
github.com/mdp/qrterminal/v3 v3.0.0
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/mapstructure v1.3.0 // indirect
github.com/pelletier/go-toml v1.7.0 // indirect
github.com/mitchellh/mapstructure v1.3.3 // indirect
github.com/pelletier/go-toml v1.8.0 // indirect
github.com/pkg/errors v0.9.1
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/afero v1.3.5 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v1.0.0
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.6.3
github.com/stretchr/testify v1.5.1
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.6.1
github.com/yawn/doubledash v0.0.0-20151212175516-fd8a81db93af
github.com/yawn/envmap v0.0.0-20160813152305-a78254303070
github.com/yawn/ykoath v1.0.4
golang.org/x/net v0.0.0-20200501053045-e0ff5e5a1de5 // indirect
golang.org/x/sys v0.0.0-20200501145240-bc7a7d42d5c3 // indirect
golang.org/x/text v0.3.2 // indirect
gopkg.in/ini.v1 v1.55.0
golang.org/x/sys v0.0.0-20200831180312-196b9ba8737a // indirect
gopkg.in/ini.v1 v1.60.2
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
)

go 1.13
Loading

0 comments on commit 8bf9f30

Please sign in to comment.