Skip to content

Commit

Permalink
updating kong pdk
Browse files Browse the repository at this point in the history
  • Loading branch information
pkalum committed Nov 28, 2023
1 parent b95fd8b commit 96c7ec5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/gateway/kong/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ go 1.16

require (
github.com/Kong/go-pdk v0.10.0
github.com/go-openapi/strfmt v0.21.7
github.com/openclarity/apiclarity/plugins/api v0.0.0
github.com/openclarity/apiclarity/plugins/common v0.0.0
github.com/go-openapi/strfmt v0.21.7
)

replace github.com/openclarity/apiclarity/plugins/api v0.0.0 => ./../../api
Expand Down
2 changes: 1 addition & 1 deletion plugins/gateway/kong/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (

"github.com/Kong/go-pdk"
"github.com/Kong/go-pdk/server"
"github.com/go-openapi/strfmt"

"github.com/openclarity/apiclarity/plugins/api/client/models"
"github.com/openclarity/apiclarity/plugins/common"
"github.com/openclarity/apiclarity/plugins/common/apiclarity_client"
Expand Down

0 comments on commit 96c7ec5

Please sign in to comment.