diff --git a/go.mod b/go.mod index 9c9eb1f..6bd1fd6 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,8 @@ require ( github.com/farseer-go/queue v0.14.0 ) +exclude github.com/timandy/routine v1.1.3 require ( - github.com/timandy/routine v1.1.3 // indirect + github.com/timandy/routine v1.1.2 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect )