module github.com/atomix/cache-storage go 1.13 require ( github.com/atomix/api v0.0.0-20200211005812-591fe8b07ea8 github.com/atomix/go-framework v0.0.0-20200326224656-5401b72ffe96 github.com/atomix/go-local v0.0.0-20200326224828-5a1943478559 github.com/gogo/protobuf v1.3.1 github.com/sirupsen/logrus v1.4.2 golang.org/x/net v0.0.0-20191112182307-2180aed22343 // indirect golang.org/x/sys v0.0.0-20191113165036-4c7a9d0fe056 // indirect gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect gopkg.in/yaml.v2 v2.2.7 // indirect )