Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

### Added
- Adds with-go-zero example: https://github.com/supertokens/supertokens-golang/issues/157

## [0.8.2] - 2022-07-18

### Fixes:
Expand Down
4 changes: 2 additions & 2 deletions examples/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ require (
github.com/supertokens/supertokens-golang v0.0.0-20210909070424-b13c10ce5994
github.com/twitchtv/twirp v8.1.0+incompatible
github.com/valyala/fasthttp v1.33.0
golang.org/x/sys v0.0.0-20220224120231-95c6836cb0e7 // indirect
google.golang.org/protobuf v1.27.1
github.com/zeromicro/go-zero v1.3.5
google.golang.org/protobuf v1.28.0
)

replace github.com/supertokens/supertokens-golang => ../
Loading