Skip to content

Commit

Permalink
chore: update gomodule version to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ranjanrak committed Jun 20, 2022
1 parent 55d85b8 commit a501777
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ This package stores real time [streaming websocket data](https://kite.trade/docs
## Installation

```
go get github.com/ranjanrak/clickhouse-graphql-go
go get github.com/ranjanrak/clickhouse-graphql-go/v4
```

## Usage

```go
import (
clickhousegraphqlgo "github.com/ranjanrak/clickhouse-graphql-go"
clickhousegraphqlgo "github.com/ranjanrak/clickhouse-graphql-go/v4"
)

// Create new graphql instance
Expand Down
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/ranjanrak/clickhouse-graphql-go
module github.com/ranjanrak/clickhouse-graphql-go/v4

go 1.17

Expand Down

0 comments on commit a501777

Please sign in to comment.