Skip to content

Commit

Permalink
Merge pull request #31 from OneSignal/release/2.0.0
Browse files Browse the repository at this point in the history
Release 2.0.0 module version update
  • Loading branch information
emawby authored Jul 7, 2023
2 parents a573325 + 84d2cb9 commit 3f89da7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ For more information, please visit [https://onesignal.com](https://onesignal.com
## Installation

```shell
go get github.com/OneSignal/onesignal-go-api
go get github.com/OneSignal/onesignal-go-api/v2
```

Install the following dependencies:
Expand Down
6 changes: 2 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
module github.com/OneSignal/onesignal-go-api
module github.com/OneSignal/onesignal-go-api/v2

go 1.13

require (
golang.org/x/oauth2 v0.0.0-20210323180902-22b0adad7558
)
require golang.org/x/oauth2 v0.0.0-20210323180902-22b0adad7558

0 comments on commit 3f89da7

Please sign in to comment.