mirror of
https://github.com/Kong/go-pluginserver.git
synced 2025-09-26 20:21:16 +08:00
9 lines
127 B
Modula-2
9 lines
127 B
Modula-2
module github.com/Kong/go-pluginserver
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/Kong/go-pdk v0.6.1
|
|
github.com/ugorji/go/codec v1.2.1
|
|
)
|