File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33A Go implementation of JSON-RPC 2.0 with file descriptor passing over Unix domain sockets.
44
5- This library implements the protocol specified in [ jsonrpc-fdpass] ( https://github.com/cgwalters /jsonrpc-fdpass ) .
5+ This library implements the protocol specified in [ jsonrpc-fdpass] ( https://github.com/bootc-dev /jsonrpc-fdpass ) .
66
77## Protocol Overview
88
@@ -18,7 +18,7 @@ layer defines the semantic mapping between FD positions and parameters.
1818## Installation
1919
2020``` bash
21- go get github.com/cgwalters /jsonrpc-fdpass-go
21+ go get github.com/bootc-dev /jsonrpc-fdpass-go
2222```
2323
2424## Usage
@@ -30,7 +30,7 @@ import (
3030 " net"
3131 " os"
3232
33- fdpass " github.com/cgwalters /jsonrpc-fdpass-go"
33+ fdpass " github.com/bootc-dev /jsonrpc-fdpass-go"
3434)
3535
3636func main () {
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
1313 "net"
1414 "os"
1515
16- fdpass "github.com/cgwalters /jsonrpc-fdpass-go"
16+ fdpass "github.com/bootc-dev /jsonrpc-fdpass-go"
1717)
1818
1919func main () {
Original file line number Diff line number Diff line change 1- module github.com/cgwalters /jsonrpc-fdpass-go
1+ module github.com/bootc-dev /jsonrpc-fdpass-go
22
33go 1.21
44
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ edition = "2021"
55publish = false
66
77[dependencies ]
8- jsonrpc-fdpass = { git = " https://github.com/cgwalters /jsonrpc-fdpass" }
8+ jsonrpc-fdpass = { git = " https://github.com/bootc-dev /jsonrpc-fdpass" }
99tokio = { version = " 1" , features = [" full" ] }
1010serde_json = " 1"
1111tempfile = " 3"
Original file line number Diff line number Diff line change 99 "testing"
1010 "time"
1111
12- fdpass "github.com/cgwalters /jsonrpc-fdpass-go"
12+ fdpass "github.com/bootc-dev /jsonrpc-fdpass-go"
1313)
1414
1515const testServerBinary = "target/debug/test-server"
You can’t perform that action at this time.
0 commit comments