Skip to content

Commit

Permalink
build: upgrade dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
  • Loading branch information
leogr committed Jul 20, 2020
1 parent 430557a commit 7a81146
Show file tree
Hide file tree
Showing 2 changed files with 128 additions and 6 deletions.
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ module github.com/falcosecurity/event-generator
go 1.14

require (
github.com/creasty/defaults v1.3.0
github.com/creasty/defaults v1.4.0
github.com/falcosecurity/client-go v0.2.0
github.com/go-playground/locales v0.13.0
github.com/go-playground/universal-translator v0.17.0
github.com/go-playground/validator/v10 v10.2.0
github.com/go-playground/validator/v10 v10.3.0
github.com/iancoleman/strcase v0.0.0-20191112232945-16388991a334
github.com/mitchellh/go-homedir v1.1.0
github.com/sirupsen/logrus v1.5.0
github.com/spf13/cobra v0.0.7
github.com/sirupsen/logrus v1.6.0
github.com/spf13/cobra v1.0.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.6.2
github.com/stretchr/testify v1.5.1
github.com/spf13/viper v1.7.0
github.com/stretchr/testify v1.6.1
golang.org/x/sys v0.0.0-20200321134203-328b4cd54aae
k8s.io/apimachinery v0.17.3
k8s.io/cli-runtime v0.17.3
Expand Down
Loading

0 comments on commit 7a81146

Please sign in to comment.