Skip to content

Commit

Permalink
chore: Updated tck/README.md (#1143)
Browse files Browse the repository at this point in the history
* Updated tck/README.md

Signed-off-by: Roger Barker <roger.barker@swirldslabs.com>

* removed the toolchain lines from the go.mod files

Signed-off-by: Roger Barker <roger.barker@swirldslabs.com>

* Updated reference to hiero-ledger project and updated install line in
the README to be the correcet go install command

Signed-off-by: Roger Barker <roger.barker@swirldslabs.com>

---------

Signed-off-by: Roger Barker <roger.barker@swirldslabs.com>
  • Loading branch information
rbarkerSL authored Nov 18, 2024
1 parent 646ce67 commit 1f7d6d3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tck/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions tck/go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
)
1 change: 1 addition & 0 deletions tck/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit 1f7d6d3

Please sign in to comment.