Skip to content

Commit

Permalink
chore: update ktf to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneutt committed Aug 2, 2021
1 parent e8939ce commit 528b249
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module github.com/kong/kubernetes-ingress-controller
go 1.16

require (
cloud.google.com/go v0.89.0
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible
Expand All @@ -16,7 +17,7 @@ require (
github.com/huandu/xstrings v1.3.2 // indirect
github.com/kong/deck v1.7.0
github.com/kong/go-kong v0.20.0
github.com/kong/kubernetes-testing-framework v0.4.0
github.com/kong/kubernetes-testing-framework v0.5.0
github.com/lithammer/dedent v1.1.0
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/mapstructure v1.4.1
Expand All @@ -26,6 +27,8 @@ require (
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.7.0
github.com/tidwall/gjson v1.8.1
google.golang.org/api v0.52.0
google.golang.org/genproto v0.0.0-20210728212813-7823e685a01f
k8s.io/api v0.21.3
k8s.io/apiextensions-apiserver v0.21.3
k8s.io/apimachinery v0.21.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -677,8 +677,8 @@ github.com/kong/deck v1.7.0/go.mod h1:o2letQaSpXVnDNoXehEibOF6q7v46qtbsKOCC+1owA
github.com/kong/go-kong v0.19.0/go.mod h1:HyNtOxzh/tzmOV//ccO5NAdmrCnq8b86YUPjmdy5aog=
github.com/kong/go-kong v0.20.0 h1:KiPsJORNs9UbjU8m1Tr3MZkIiKkzcVHIz0EYeT7SD3c=
github.com/kong/go-kong v0.20.0/go.mod h1:eQP22bzJVeiEH77hYdWD019WjecJFVFHm77kPXquC28=
github.com/kong/kubernetes-testing-framework v0.4.0 h1:QFUUiNSxnKfOKGbgmooXMhFnL+CQRxQcLFVxKCKB8o0=
github.com/kong/kubernetes-testing-framework v0.4.0/go.mod h1:Rh4H0hY5t7hSkaaIqO7lwx/jRykOGaQeI1JgTg5p9UU=
github.com/kong/kubernetes-testing-framework v0.5.0 h1:eX9KKxr8S2ZALglGJ63azGCyPbNFA9fzOcfJ8Ex4ODA=
github.com/kong/kubernetes-testing-framework v0.5.0/go.mod h1:Rh4H0hY5t7hSkaaIqO7lwx/jRykOGaQeI1JgTg5p9UU=
github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
github.com/konsorten/go-windows-terminal-sequences v1.0.2/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
github.com/konsorten/go-windows-terminal-sequences v1.0.3/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
Expand Down

0 comments on commit 528b249

Please sign in to comment.