File tree Expand file tree Collapse file tree 4 files changed +4
-7
lines changed Expand file tree Collapse file tree 4 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/roadrunner-server/goridge/v3
2
2
3
- go 1.24
3
+ go 1.25
4
4
5
- toolchain go1.24 .0
5
+ toolchain go1.25 .0
6
6
7
7
require (
8
- github.com/goccy/go-json v0.10.5
9
8
github.com/roadrunner-server/errors v1.4.1
10
9
github.com/stretchr/testify v1.10.0
11
10
github.com/vmihailenco/msgpack/v5 v5.4.1
Original file line number Diff line number Diff line change 1
1
github.com/creack/pty v1.1.9 /go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E =
2
2
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
3
3
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
4
- github.com/goccy/go-json v0.10.5 h1:Fq85nIqj+gXn/S5ahsiTlK3TmC85qgirsdTP/+DeaC4 =
5
- github.com/goccy/go-json v0.10.5 /go.mod h1:oq7eo15ShAhp70Anwd5lgX2pLfOS3QCiwU/PULtXL6M =
6
4
github.com/google/go-cmp v0.5.5 h1:Khx7svrCpmxxtHBq5j2mp/xVjsi8hQMfNLvJFAlrGgU =
7
5
github.com/google/go-cmp v0.5.5 /go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE =
8
6
github.com/kr/pretty v0.1.0 /go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo =
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ package rpc
3
3
import (
4
4
"bytes"
5
5
"encoding/gob"
6
+ "encoding/json"
6
7
"io"
7
8
"net/rpc"
8
9
"sync"
9
10
10
- "github.com/goccy/go-json"
11
11
"github.com/roadrunner-server/errors"
12
12
"github.com/roadrunner-server/goridge/v3/pkg/frame"
13
13
"github.com/roadrunner-server/goridge/v3/pkg/relay"
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ package rpc
3
3
import (
4
4
"bytes"
5
5
"encoding/gob"
6
+ "encoding/json"
6
7
stderr "errors"
7
8
"io"
8
9
"net/rpc"
9
10
"sync"
10
11
11
- "github.com/goccy/go-json"
12
12
"github.com/roadrunner-server/errors"
13
13
"github.com/roadrunner-server/goridge/v3/pkg/frame"
14
14
"github.com/roadrunner-server/goridge/v3/pkg/relay"
You can’t perform that action at this time.
0 commit comments