Skip to content

Commit

Permalink
use replace instead of changing module name
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Zimmerman committed Jul 13, 2021
1 parent fd1bf06 commit 8710bdf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/SpiderOak/webwormhole
module webwormhole.io

go 1.13

Expand All @@ -12,3 +12,5 @@ require (
nhooyr.io/websocket v1.8.5
rsc.io/qr v0.2.0
)

replace webwormhole.io => github.com/SpiderOak/webwormhole

0 comments on commit 8710bdf

Please sign in to comment.