module github.com/feast-dev/feast go 1.17 require ( github.com/ghodss/yaml v1.0.0 github.com/go-redis/redis/v8 v8.11.4 github.com/golang/protobuf v1.5.2 github.com/hashicorp/go-hclog v0.14.1 github.com/hashicorp/go-plugin v1.4.3 github.com/spaolacci/murmur3 v1.1.0 github.com/stretchr/testify v1.7.0 google.golang.org/grpc v1.44.0 google.golang.org/protobuf v1.27.1 ) require ( github.com/cespare/xxhash/v2 v2.1.2 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // in