From 8a4fb71dd5b45b63b4e9bc3914349bf18193375e Mon Sep 17 00:00:00 2001 From: Ken Hibino Date: Tue, 22 Mar 2022 06:30:43 -0700 Subject: [PATCH] Update go.mod with replace directive --- tools/go.mod | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/go.mod b/tools/go.mod index b82e351..35463c3 100644 --- a/tools/go.mod +++ b/tools/go.mod @@ -5,7 +5,7 @@ go 1.13 require ( github.com/fatih/color v1.9.0 github.com/go-redis/redis/v8 v8.11.4 - github.com/hibiken/asynq v0.21.0 + github.com/hibiken/asynq v0.21.0 /* TODO: Update this after release */ github.com/hibiken/asynq/x v0.0.0-20220131170841-349f4c50fb1d github.com/mitchellh/go-homedir v1.1.0 github.com/prometheus/client_golang v1.11.0 @@ -13,3 +13,6 @@ require ( github.com/spf13/cobra v1.1.1 github.com/spf13/viper v1.7.0 ) + +/* TODO: Remove this before release */ +replace github.com/hibiken/asynq => ../