File tree Expand file tree Collapse file tree 6 files changed +554
-19
lines changed Expand file tree Collapse file tree 6 files changed +554
-19
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ unreleased]
99
10+ ### Added
11+ - Adds with-go-zero example: https://github.com/supertokens/supertokens-golang/issues/157
12+
1013## [ 0.8.2] - 2022-07-18
1114
1215### Fixes:
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ require (
1818 github.com/supertokens/supertokens-golang v0.0.0-20210909070424-b13c10ce5994
1919 github.com/twitchtv/twirp v8.1.0+incompatible
2020 github.com/valyala/fasthttp v1.33.0
21- golang.org/x/sys v0.0.0-20220224120231-95c6836cb0e7 // indirect
22- google.golang.org/protobuf v1.27.1
21+ github.com/zeromicro/go-zero v1.3.5
22+ google.golang.org/protobuf v1.28.0
2323)
2424
2525replace github.com/supertokens/supertokens-golang => ../
You can’t perform that action at this time.
0 commit comments