module github.com/taylorchu/work go 1.14 require ( github.com/cenkalti/backoff/v4 v4.0.0 github.com/go-redis/redis/v7 v7.2.0 github.com/google/uuid v1.1.1 github.com/pkg/errors v0.9.1 github.com/prometheus/client_golang v1.4.1 github.com/sirupsen/logrus v1.4.2 github.com/stretchr/testify v1.5.1 github.com/vmihailenco/msgpack/v4 v4.3.8 )