mirror of
https://github.com/Kong/go-pluginserver.git
synced 2025-12-24 12:57:51 +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.0
|
|
github.com/ugorji/go/codec v1.2.1
|
|
)
|