Skip to content

Commit

Permalink
fix(deps): update golang dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 1, 2021
1 parent 011e21f commit b087aa7
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 6 deletions.
13 changes: 7 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,20 @@ module github.com/signavio/aws-mfa-login
go 1.14

require (
github.com/aws/aws-sdk-go-v2 v1.4.0
github.com/aws/aws-sdk-go-v2 v1.6.0
github.com/aws/aws-sdk-go-v2/config v1.1.7
github.com/aws/aws-sdk-go-v2/credentials v1.1.7
github.com/aws/aws-sdk-go-v2/internal/ini v1.0.0 // indirect
github.com/aws/aws-sdk-go-v2/service/eks v1.3.0
github.com/aws/aws-sdk-go-v2/service/iam v1.3.2
github.com/aws/aws-sdk-go-v2/service/sts v1.3.1
github.com/aws/smithy-go v1.4.0
github.com/fatih/color v1.11.0
github.com/fatih/color v1.12.0
github.com/ghodss/yaml v1.0.0
github.com/go-ini/ini v1.46.0
github.com/go-ini/ini v1.62.0
github.com/mitchellh/go-homedir v1.1.0
github.com/spf13/cobra v1.1.3
github.com/spf13/viper v1.7.0
github.com/stretchr/testify v1.6.1
k8s.io/client-go v0.20.4
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.7.0
k8s.io/client-go v0.21.1
)
Loading

0 comments on commit b087aa7

Please sign in to comment.