Skip to content

Commit ac3967a

Browse files
Merge pull request #159 from supertokens/go-zero-example
fix: adds go-zero example
2 parents d15a35e + c2f5396 commit ac3967a

File tree

6 files changed

+554
-19
lines changed

6 files changed

+554
-19
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

examples/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

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

0 commit comments

Comments
 (0)