blob: 34ee1d0b0f085774b638d5596d368fcd832568e9 [file] [log] [blame]
module github.com/apache/apisix-go-plugin-runner
go 1.15
require (
github.com/ReneKroon/ttlcache/v2 v2.4.0
github.com/api7/ext-plugin-proto v0.1.4
github.com/google/flatbuffers v2.0.0+incompatible
github.com/spf13/cobra v1.1.3
github.com/stretchr/testify v1.7.0
go.uber.org/multierr v1.7.0 // indirect
go.uber.org/zap v1.16.0
)