Skip to content

Commit

Permalink
Fix the Go module directive for version 2. (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
xStrom committed Dec 26, 2021
1 parent 7b2a9ad commit 953b8a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You must choose the goon major version based on which App Engine library you are

| App Engine Go library | Include in your project | Correct goon version |
|----------------------------------|-----------------------------|------------------------------------------------------------------------|
| `google.golang.org/appengine/v2` |`github.com/mjibson/goon/v2` | [goon v2.0.0](https://github.com/mjibson/goon/releases/tag/v2.0.0) |
| `google.golang.org/appengine/v2` |`github.com/mjibson/goon/v2` | [goon v2.0.1](https://github.com/mjibson/goon/releases/tag/v2.0.1) |
| `google.golang.org/appengine` |`github.com/mjibson/goon` | [goon v1.1.0](https://github.com/mjibson/goon/releases/tag/v1.1.0) |
| `appengine` |`github.com/mjibson/goon` | [goon v0.9.0](https://github.com/mjibson/goon/releases/tag/v0.9.0) |
| `cloud.google.com/go` |N/A | Not supported ([issue #74](https://github.com/mjibson/goon/issues/74)) |
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/mjibson/goon
module github.com/mjibson/goon/v2

go 1.12

Expand Down

0 comments on commit 953b8a7

Please sign in to comment.