diff --git a/go.mod b/go.mod index 18ee8aa..aa2a2cc 100644 --- a/go.mod +++ b/go.mod @@ -104,3 +104,5 @@ require ( gopkg.in/cenkalti/backoff.v1 v1.1.0 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect ) + +replace github.com/attestantio/go-relay-client => ./go-relay-client \ No newline at end of file