Skip to content

Commit

Permalink
wip: ktf fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rainest committed Jul 6, 2022
1 parent 0ec7342 commit e7da908
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/google/uuid v1.3.0
github.com/kong/deck v1.12.4-0.20220706191355-fd52b34ea50a
github.com/kong/go-kong v0.29.1-0.20220706182732-1f36d934eeab
github.com/kong/kubernetes-testing-framework v0.15.2-0.20220706203902-3afdbdf8b644
github.com/kong/kubernetes-testing-framework v0.15.2-0.20220706221445-5400b5cb0f78
github.com/lithammer/dedent v1.1.0
github.com/miekg/dns v1.1.50
github.com/mitchellh/mapstructure v1.5.0
Expand Down
6 changes: 4 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -483,8 +483,10 @@ github.com/kong/deck v1.12.4-0.20220706191355-fd52b34ea50a h1:6t9EKmfUUCRCtoHFkS
github.com/kong/deck v1.12.4-0.20220706191355-fd52b34ea50a/go.mod h1:JvDkq8QAr6lYqtmwGoYKCWx/1/aEc/d6BpsOgLn/bN0=
github.com/kong/go-kong v0.29.1-0.20220706182732-1f36d934eeab h1:V35W/Vd8bhvRcK/2eMPCyK3+SvspnkWIOBQEUZBVDDE=
github.com/kong/go-kong v0.29.1-0.20220706182732-1f36d934eeab/go.mod h1:DREJ1lzBSOV8d7VHhMweTCkZrv4eyx3YgbXQcdOxBvk=
github.com/kong/kubernetes-testing-framework v0.15.2-0.20220706203902-3afdbdf8b644 h1:TrfTdSszUXVOItvy+05zvDg6d8L0ayvjVEuzNDXaAzc=
github.com/kong/kubernetes-testing-framework v0.15.2-0.20220706203902-3afdbdf8b644/go.mod h1:eJvVRKzSCM5fHYR+784DbuS3cqXZJJIdyHYWGbbZ2c4=
github.com/kong/kubernetes-testing-framework v0.15.2-0.20220706220633-828f80af4bdd h1:37gwDwTUVxe8onWTp3WqdHTQljfF9RAiHbnSXYTBoJM=
github.com/kong/kubernetes-testing-framework v0.15.2-0.20220706220633-828f80af4bdd/go.mod h1:eJvVRKzSCM5fHYR+784DbuS3cqXZJJIdyHYWGbbZ2c4=
github.com/kong/kubernetes-testing-framework v0.15.2-0.20220706221445-5400b5cb0f78 h1:5VbL3Oov42jOMsOsec1QdAQxuq7wYkBeBvcUukfQzIw=
github.com/kong/kubernetes-testing-framework v0.15.2-0.20220706221445-5400b5cb0f78/go.mod h1:eJvVRKzSCM5fHYR+784DbuS3cqXZJJIdyHYWGbbZ2c4=
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.3/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
github.com/kr/fs v0.1.0/go.mod h1:FFnZGqtBN9Gxj7eW1uZ42v5BccTP0vu6NEaFoC2HwRg=
Expand Down

0 comments on commit e7da908

Please sign in to comment.