Skip to content

Commit

Permalink
Merge pull request #4 from xpladev/my/refactor-x
Browse files Browse the repository at this point in the history
chore: support XPLA version v1.2.3
  • Loading branch information
Moonyongjung committed Sep 6, 2023
2 parents f06ae38 + b6c42cc commit 8c47d1b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Xpla.go is a Golang SDK for writing applications that interact with the Xpla blo

|xpla.go|XPLA|Note|
|:---:|:---:|:---:|
|v0.1.1|[v1.2.3](https://github.com/xpladev/xpla/tree/v1.2.3)||
|v0.1.0|[v1.2.2](https://github.com/xpladev/xpla/tree/v1.2.2)||


Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require (
github.com/tendermint/crypto v0.0.0-20191022145703-50d29ede1e15
github.com/tendermint/tendermint v0.34.21
github.com/tendermint/tm-db v0.6.7
github.com/xpladev/xpla v1.2.2
github.com/xpladev/xpla v1.2.3
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
golang.org/x/net v0.2.0
google.golang.org/grpc v1.51.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -867,8 +867,8 @@ github.com/vmihailenco/tagparser v0.1.2/go.mod h1:OeAg3pn3UbLjkWt+rN9oFYB6u/cQgq
github.com/wsddn/go-ecdh v0.0.0-20161211032359-48726bab9208/go.mod h1:IotVbo4F+mw0EzQ08zFqg7pK3FebNXpaMsRy2RT+Ees=
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2/go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU=
github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77/go.mod h1:aYKd//L2LvnjZzWKhF00oedf4jCCReLcmhLdhm1A27Q=
github.com/xpladev/xpla v1.2.2 h1:Mh5qE3HoL6vr17pM33QJZ3+9CcN5ReNApo6k2pWtZ+Y=
github.com/xpladev/xpla v1.2.2/go.mod h1:bdd4gNe3uc3wFMb8gWBrS3aPJLHsrKXUBqWGYRMPVw0=
github.com/xpladev/xpla v1.2.3 h1:KJFKLjxo7obw5WvrdfVXViMX23wJkLUvEsHRuwag8cM=
github.com/xpladev/xpla v1.2.3/go.mod h1:bdd4gNe3uc3wFMb8gWBrS3aPJLHsrKXUBqWGYRMPVw0=
github.com/ybbus/jsonrpc v2.1.2+incompatible/go.mod h1:XJrh1eMSzdIYFbM08flv0wp5G35eRniyeGut1z+LSiE=
github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
Expand Down

0 comments on commit 8c47d1b

Please sign in to comment.