diff --git a/README.md b/README.md index 4e25f8bf..d8626bff 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![](https://img.shields.io/github/v/tag/hiero-project/hiero-sdk-go) ![](https://img.shields.io/github/go-mod/go-version/hiero-project/hiero-sdk-go) -[![](https://godoc.org/github.com/hiero-project/hiero-sdk-go/v2?status.svg)](http://godoc.org/github.com/hiero-project/hiero-sdk-go/v2) +[![](https://godoc.org/github.com/hiero-ledger/hiero-sdk-go/v2?status.svg)](http://godoc.org/github.com/hiero-project/hiero-sdk-go/v2) # Hiero Go SDK @@ -13,7 +13,7 @@ the Protobufs definitions for the protocol are available in the [hashgraph/heder ### Install ```sh -$ go get github.com/hiero-project/hiero-sdk-go/v2 +$ go install github.com/hiero-ledger/hiero-sdk-go/v2@latest ``` > [!NOTE] diff --git a/go.mod b/go.mod index 5fd49059..5b01f74a 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/hashgraph/hedera-sdk-go/v2 -go 1.20 +go 1.21 require ( github.com/btcsuite/btcd/btcec/v2 v2.3.4 diff --git a/tck/README.md b/tck/README.md index 44f055a1..0f0d37da 100644 --- a/tck/README.md +++ b/tck/README.md @@ -1,6 +1,6 @@ # Go SDK TCK server -This is a server that implements the [SDK TCK specification](https://github.com/hashgraph/hedera-sdk-tck/) for the Go SDK. +This is a server that implements the [SDK TCK specification](https://github.com/hiero-ledger/hiero-sdk-tck/) for the Go SDK. ## Running the server diff --git a/tck/go.mod b/tck/go.mod index 774ed1d9..c3dedada 100644 --- a/tck/go.mod +++ b/tck/go.mod @@ -1,6 +1,6 @@ module github.com/hashgraph/hedera-sdk-go/tck -go 1.20 +go 1.21 require ( github.com/creachadair/jrpc2 v1.1.2 @@ -36,6 +36,6 @@ require ( golang.org/x/text v0.19.0 // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 // indirect google.golang.org/grpc v1.65.0 // indirect - google.golang.org/protobuf v1.34.2 // indirect + google.golang.org/protobuf v1.35.1 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) diff --git a/tck/go.sum b/tck/go.sum index 99a2af85..78d65d41 100644 --- a/tck/go.sum +++ b/tck/go.sum @@ -81,6 +81,7 @@ google.golang.org/grpc v1.65.0 h1:bs/cUb4lp1G5iImFFd3u5ixQzweKizoZJAwBNLR42lc= google.golang.org/grpc v1.65.0/go.mod h1:WgYC2ypjlB0EiQi6wdKixMqukr6lBc0Vo+oOgjrM5ZQ= google.golang.org/protobuf v1.34.2 h1:6xV6lTsCfpGD21XK49h7MhtcApnLqkfYgPcdHftf6hg= google.golang.org/protobuf v1.34.2/go.mod h1:qYOHts0dSfpeUzUFpOMr/WGzszTmLH+DiWniOlNbLDw= +google.golang.org/protobuf v1.35.1/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=