diff --git a/go.mod b/go.mod index 92ba675..2f89194 100644 --- a/go.mod +++ b/go.mod @@ -5,6 +5,6 @@ go 1.13 replace github.com/alexclewontin/riverboat/eval => ./eval require ( - github.com/alexclewontin/riverboat/eval v0.2.1 + github.com/alexclewontin/riverboat/eval v0.2.2 github.com/stretchr/testify v1.6.1 // indirect )