aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/http/main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/http/main.go b/examples/http/main.go
index 5783c05..5c24867 100644
--- a/examples/http/main.go
+++ b/examples/http/main.go
@@ -5,8 +5,8 @@ import (
"errors"
"net/http"
- httpRPC "github.com/neonxp/jsonrpc2/http"
- "github.com/neonxp/jsonrpc2/rpc"
+ httpRPC "go.neonxp.dev/jsonrpc2/http"
+ "go.neonxp.dev/jsonrpc2/rpc"
)
func main() {