Skip to content

Commit

Permalink
Remove explicit versions from replace directives
Browse files Browse the repository at this point in the history
  • Loading branch information
tie committed May 13, 2021
1 parent 13ad072 commit 2ff5fbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cmd/genji/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ require (
)

replace (
github.com/genjidb/genji v0.13.0 => ../../
github.com/genjidb/genji/engine/badgerengine v0.13.0 => ../../engine/badgerengine
github.com/genjidb/genji => ../../
github.com/genjidb/genji/engine/badgerengine => ../../engine/badgerengine
)
2 changes: 1 addition & 1 deletion engine/badgerengine/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ require (
github.com/stretchr/testify v1.7.0
)

replace github.com/genjidb/genji v0.13.0 => ../../
replace github.com/genjidb/genji => ../../

0 comments on commit 2ff5fbe

Please sign in to comment.