File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
spec/fixtures/external_plugins/go Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,7 @@ module go-plugins
22
33go 1.13
44
5- require github.com/Kong/go-pdk v0.7.1
5+ require (
6+ github.com/Kong/go-pdk v0.7.1
7+ github.com/ugorji/go/codec v1.2.14 // indirect
8+ )
Original file line number Diff line number Diff line change @@ -36,6 +36,8 @@ github.com/ugorji/go v1.2.1 h1:dz+JxTe7GZQdErTo7SREc1jQj/hFP1k7jyIAwODoW+k=
3636github.com/ugorji/go v1.2.1 /go.mod h1:cSVypSfTLm2o9fKxXvQgn3rMmkPXovcWor6Qn5tbFmI =
3737github.com/ugorji/go/codec v1.2.1 h1:/TRfW3XKkvWvmAYyCUaQlhoCDGjcvNR8xVVA/l5p/jQ =
3838github.com/ugorji/go/codec v1.2.1 /go.mod h1:s/WxCRi46t8rA+fowL40EnmD7ec0XhR7ZypxeBNdzsM =
39+ github.com/ugorji/go/codec v1.2.14 h1:yOQvXCBc3Ij46LRkRoh4Yd5qK6LVOgi0bYOXfb7ifjw =
40+ github.com/ugorji/go/codec v1.2.14 /go.mod h1:UNopzCgEMSXjBc6AOMqYvWC1ktqTAfzJZUZgYf6w6lg =
3941golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 /go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w =
4042golang.org/x/exp v0.0.0-20190121172915-509febef88a4 /go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA =
4143golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3 /go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE =
You can’t perform that action at this time.
0 commit comments