Skip to content

Commit

Permalink
Merge pull request #3 from aurora-is-near/fix-jsonrpc-dep
Browse files Browse the repository at this point in the history
Fix jsonrpc dependency
  • Loading branch information
strokovok authored Nov 5, 2021
2 parents 4a2bef1 + 68df668 commit c6db257
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/aurora-is-near/near-api-go
go 1.16

require (
github.com/aurora-is-near/go-jsonrpc v0.0.1
github.com/aurora-is-near/go-jsonrpc/v3 v3.1.1
github.com/btcsuite/btcutil v1.0.2
github.com/near/borsh-go v0.3.0
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
github.com/aead/siphash v1.0.1/go.mod h1:Nywa3cDsYNNK3gaciGTWPwHt0wlpNV15vwmswBAUSII=
github.com/aurora-is-near/go-jsonrpc v0.0.1 h1:r9mqm5g1IMdUVrVf+mKkunNqPzq4f4L0juSOyeSsW7I=
github.com/aurora-is-near/go-jsonrpc v0.0.1/go.mod h1:xNWlEyKt0KlED2dowDTsPBV4I0uqKfEeeWM7+zrOw2Y=
github.com/aurora-is-near/go-jsonrpc/v3 v3.1.1 h1:Nw9J9K7CksfVBa9uCVfvf1uAIQRhrNG677q8eH1gtVg=
github.com/aurora-is-near/go-jsonrpc/v3 v3.1.1/go.mod h1:Li013EFlPu3crtlFQtWJAeE7VmdhSsxOpRoop1J0icw=
github.com/btcsuite/btcd v0.20.1-beta/go.mod h1:wVuoA8VJLEcwgqHBwHmzLRazpKxTv13Px/pDuV7OomQ=
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f/go.mod h1:TdznJufoqS23FtqVCzL0ZqgP5MqXbb4fg/WgDys70nA=
github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d/go.mod h1:+5NJ2+qvTyV9exUAL/rxXi3DcLg2Ts+ymUAY5y4NvMg=
Expand Down
2 changes: 1 addition & 1 deletion near.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"net/http"
"time"

"github.com/aurora-is-near/go-jsonrpc"
"github.com/aurora-is-near/go-jsonrpc/v3"
)

// Connection allows to do JSON-RPC to a NEAR endpoint.
Expand Down

0 comments on commit c6db257

Please sign in to comment.