module bitbucket.org/pcas/logger go 1.13 require ( bitbucket.org/pcas/config v1.0.1 bitbucket.org/pcastools/bytesbuffer v1.0.1 bitbucket.org/pcastools/cleanup v1.0.1 bitbucket.org/pcastools/contextutil v1.0.1 bitbucket.org/pcastools/fatal v1.0.1 bitbucket.org/pcastools/flag v0.0.4 bitbucket.org/pcastools/gobutil v1.0.1 bitbucket.org/pcastools/grpcutil v1.0.2 bitbucket.org/pcastools/log v1.0.2 bitbucket.org/pcastools/pool v1.0.1 bitbucket.org/pcastools/rand v1.0.1 bitbucket.org/pcastools/stringsbuilder v1.0.1 github.com/DataDog/zstd v1.4.1 // indirect github.com/Shopify/sarama v1.23.1 github.com/eapache/go-resiliency v1.2.0 // indirect github.com/frankban/quicktest v1.5.0 // indirect github.com/golang/protobuf v1.3.2 github.com/grpc-ecosystem/go-grpc-middleware v1.1.0 github.com/jcmturner/gofork v1.0.0 // indirect github.com/magiconair/properties v1.8.1 // indirect github.com/pelletier/go-toml v1.4.0 // indirect github.com/pierrec/lz4 v2.3.0+incompatible // indirect github.com/pkg/errors v0.8.1 github.com/rcrowley/go-metrics v0.0.0-20190826022208-cac0b30c2563 // indirect github.com/satori/go.uuid v1.2.0 github.com/spf13/afero v1.2.2 // indirect github.com/spf13/cobra v0.0.5 github.com/spf13/jwalterweatherman v1.1.0 // indirect github.com/spf13/pflag v1.0.5 // indirect github.com/spf13/viper v1.4.0 github.com/stretchr/testify v1.4.0 golang.org/x/net v0.0.0-20191002035440-2ec189313ef0 // indirect golang.org/x/sys v0.0.0-20191002091554-b397fe3ad8ed // indirect golang.org/x/text v0.3.2 // indirect google.golang.org/genproto v0.0.0-20190927181202-20e1ac93f88c // indirect google.golang.org/grpc v1.24.0 gopkg.in/jcmturner/goidentity.v3 v3.0.0 // indirect gopkg.in/jcmturner/gokrb5.v7 v7.3.0 // indirect gopkg.in/yaml.v2 v2.2.3 // indirect )