Skip to content

Commit

Permalink
Merge pull request #47 from koinos/v2
Browse files Browse the repository at this point in the history
Update package for v2
  • Loading branch information
mvandeberg authored Mar 25, 2024
2 parents eff6a33 + 216874e commit f589ad7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/koinos/koinos-util-golang
module github.com/koinos/koinos-util-golang/v2

go 1.15

Expand Down
2 changes: 1 addition & 1 deletion rpc/koinos_rpc_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"github.com/koinos/koinos-proto-golang/v2/koinos/protocol"
"github.com/koinos/koinos-proto-golang/v2/koinos/rpc/chain"
contract_meta_store_rpc "github.com/koinos/koinos-proto-golang/v2/koinos/rpc/contract_meta_store"
util "github.com/koinos/koinos-util-golang"
util "github.com/koinos/koinos-util-golang/v2"
"github.com/multiformats/go-multihash"
jsonrpc "github.com/ybbus/jsonrpc/v3"
"google.golang.org/protobuf/proto"
Expand Down

0 comments on commit f589ad7

Please sign in to comment.