blob: 6352535e2677a2c67017590b0768b0946a40ea32 [file] [log] [blame]
module github.com/apache/pulsar/pulsar-function-go
go 1.13
require (
github.com/apache/pulsar-client-go v0.1.0
github.com/golang/protobuf v1.3.2
github.com/prometheus/client_golang v1.3.0
github.com/prometheus/client_model v0.1.0
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/testify v1.4.0
golang.org/x/net v0.0.0-20190620200207-3b0461eec859 // indirect
google.golang.org/grpc v1.26.0
gopkg.in/yaml.v2 v2.2.8
)
replace github.com/apache/pulsar/pulsar-function-go/pf => ./pf
replace github.com/apache/pulsar/pulsar-function-go/logutil => ./logutil
replace github.com/apache/pulsar/pulsar-function-go/pb => ./pb
replace github.com/apache/pulsar/pulsar-function-go/conf => ./conf