Skip to content

Commit

Permalink
chore(mod): update nginx operator version
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardolins committed Jul 27, 2020
1 parent 71ccd22 commit 3decb4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ require (
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.4.0
github.com/stretchr/testify v1.4.0
github.com/tsuru/nginx-operator v0.5.2
github.com/tsuru/nginx-operator v0.5.5
github.com/urfave/cli/v2 v2.0.0
github.com/willf/bitset v1.1.10
k8s.io/api v0.0.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,8 @@ github.com/tsuru/config v0.0.0-20180418191556-87403ee7da02 h1:mHuZ6JOixltE9fJmS+
github.com/tsuru/config v0.0.0-20180418191556-87403ee7da02/go.mod h1:bilf/jr5AGl9raMFnhM9hsp+ms6PK752UF89ODoRHW4=
github.com/tsuru/nginx-operator v0.5.2 h1:5i+0EKOnvVrkXEiXIxzKT75h4y80dj50kiqZwqlyeUk=
github.com/tsuru/nginx-operator v0.5.2/go.mod h1:hvXj+bM5dUsnOt/PQE1ktHnLxM1ucnhKM0zOdHZyzsg=
github.com/tsuru/nginx-operator v0.5.5 h1:Kfaj755WFcTEMVwgeR4gkuRm2bQ5vUCocXiV6OGizjY=
github.com/tsuru/nginx-operator v0.5.5/go.mod h1:hvXj+bM5dUsnOt/PQE1ktHnLxM1ucnhKM0zOdHZyzsg=
github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc=
github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0=
github.com/urfave/cli/v2 v2.0.0 h1:+HU9SCbu8GnEUFtIBfuUNXN39ofWViIEJIp6SURMpCg=
Expand Down

0 comments on commit 3decb4d

Please sign in to comment.