ff414eff2e 
					 
					
						
						
							
							[v4] fix flatten map util function ( #211 )  
						
						... 
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	sync / sync (push) Successful in 1m51s 
				
			 
		
			
				
	coverage / build (push) Successful in 2m17s 
				
			 
		
			
				
	test / test (push) Successful in 4m29s 
				
			 
		
		
	 
 
	 
						
						* add the fixed version of FlattenMap() and corresponding tests
* replaced the old FlattenMap() implementation with a new one 
						
						
					 
					
						2025-04-27 21:44:24 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ec94a09417 
					 
					
						
						
							
							fixup old deps  
						
						... 
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	coverage / build (push) Successful in 58s 
				
			 
		
			
				
	test / test (push) Successful in 4m16s 
				
			 
		
		
	 
 
	 
						
						Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org > 
						
						
					 
					
						2025-02-20 09:08:46 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						59095681be 
					 
					
						
						
							
							import flow  
						
						... 
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	coverage / build (push) Failing after 33s 
				
			 
		
			
				
	test / test (push) Successful in 3m4s 
				
			 
		
		
	 
 
	 
						
						Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org > 
						
						
					 
					
						2025-01-31 18:47:17 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ffa01de78f 
					 
					
						
						
							
							broker: refactor ( #396 )  
						
						... 
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	coverage / build (push) Successful in 1m6s 
				
			 
		
			
				
	test / test (push) Successful in 2m2s 
				
			 
		
		
	 
 
	 
						
						* remove subscribe from server
* remove publish from client
* broker package refactoring
Co-authored-by: vtolstov <vtolstov@users.noreply.github.com >
Reviewed-on: #396 
Co-authored-by: Vasiliy Tolstov <v.tolstov@unistack.org >
Co-committed-by: Vasiliy Tolstov <v.tolstov@unistack.org > 
						
						
					 
					
						2025-01-30 23:26:45 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f3f2a9b737 
					 
					
						
						
							
							move to v4  
						
						... 
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	coverage / build (push) Failing after 56s 
				
			 
		
			
				
	test / test (push) Successful in 2m30s 
				
			 
		
		
	 
 
	 
						
						Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org > 
						
						
					 
					
						2025-01-25 15:48:10 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d291102877 
					 
					
						
						
							
							register: improvements  
						
						... 
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	coverage / build (pull_request) Failing after 1m33s 
				
			 
		
			
				
	lint / lint (pull_request) Successful in 1m52s 
				
			 
		
			
				
	test / test (pull_request) Successful in 4m11s 
				
			 
		
		
	 
 
	 
						
						* change domain to namespace
* lower go.mod deps
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org > 
						
						
					 
					
						2024-12-27 01:08:00 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						37ffbb18d8 
					 
					
						
						
							
							lower go.deps  
						
						... 
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	coverage / build (push) Failing after 30s 
				
			 
		
			
				
	test / test (push) Successful in 4m5s 
				
			 
		
		
	 
 
	 
						
						Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org > 
						
						
					 
					
						2024-12-26 08:35:58 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9a85dead86 
					 
					
						
						
							
							lower go.deps  
						
						... 
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	coverage / build (push) Failing after 23s 
				
			 
		
			
				
	test / test (push) Has been cancelled 
				
			 
		
		
	 
 
	 
						
						Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org > 
						
						
					 
					
						2024-12-26 08:32:59 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						664b1586af 
					 
					
						
						
							
							util/id: add uuid v8 ( #382 )  
						
						... 
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	test / test (push) Successful in 3m25s 
				
			 
		
		
	 
 
	 
						
						* util/id: add ability to specify what kind of id generate (nanoid/uuid v8)
* logger/slog: write stacktrace always on fatal
* logger/slog: try to close Out and sleep 1s
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org >
Reviewed-on: #382 
Co-authored-by: Vasiliy Tolstov <v.tolstov@unistack.org >
Co-committed-by: Vasiliy Tolstov <v.tolstov@unistack.org > 
						
						
					 
					
						2024-12-22 22:23:00 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						330d8b149a 
					 
					
						
						
							
							add context Must methods  
						
						... 
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	lint / lint (pull_request) Successful in 1m39s 
				
			 
		
			
				
	test / test (pull_request) Successful in 4m12s 
				
			 
		
		
	 
 
	 
						
						Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org > 
						
						
					 
					
						2024-12-18 01:31:21 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9406a33d60 
					 
					
						
						
							
							logger: improvements  
						
						... 
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	lint / lint (pull_request) Successful in 1m51s 
				
			 
		
			
				
	test / test (pull_request) Successful in 12m57s 
				
			 
		
		
	 
 
	 
						
						* logger: add WithDedupKeys option
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org > 
						
						
					 
					
						2024-12-13 00:24:11 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						38c5fe8b5a 
					 
					
						
						
							
							fixed struct alignment && refactor linter ( #369 )  
						
						... 
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	test / test (push) Successful in 42s 
				
			 
		
		
	 
 
	 
						
						## Pull Request template
Please, go through these steps before clicking submit on this PR.
1. Give a descriptive title to your PR.
2. Provide a description of your changes.
3. Make sure you have some relevant tests.
4. Put `closes #XXXX` in your comment to auto-close the issue that your PR fixes (if applicable).
**PLEASE REMOVE THIS TEMPLATE BEFORE SUBMITTING**
Reviewed-on: #369 
Co-authored-by: Evstigneev Denis <danteevstigneev@yandex.ru >
Co-committed-by: Evstigneev Denis <danteevstigneev@yandex.ru > 
						
						
					 
					
						2024-12-09 16:23:25 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						71fe0df73f 
					 
					
						
						
							
							use automaxproc and automemlimit  
						
						... 
						
						
						
						Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org > 
						
						
					 
					
						2024-10-06 13:50:59 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						89cad06121 
					 
					
						
						
							
							fixup deps  
						
						... 
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	pr / test (pull_request) Failing after 1m35s 
				
			 
		
			
				
	lint / lint (pull_request) Successful in 10m44s 
				
			 
		
		
	 
 
	 
						
						Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org > 
						
						
					 
					
						2024-03-06 16:45:19 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e87ff942bb 
					 
					
						
						
							
							bump gomod  
						
						... 
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	lint / lint (pull_request) Failing after 1m40s 
				
			 
		
			
				
	pr / test (pull_request) Failing after 1m44s 
				
			 
		
		
	 
 
	 
						
						Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org > 
						
						
					 
					
						2024-02-29 23:03:39 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						52bed214cf 
					 
					
						
						
							
							tracer: improve  
						
						... 
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	lint / lint (pull_request) Failing after 1m31s 
				
			 
		
			
				
	pr / test (pull_request) Failing after 2m44s 
				
			 
		
		
	 
 
	 
						
						Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org > 
						
						
					 
					
						2023-09-08 13:40:01 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						17f21a03f4 
					 
					
						
						
							
							add util/test  
						
						... 
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	lint / lint (pull_request) Failing after 1m28s 
				
			 
		
			
				
	pr / test (pull_request) Failing after 2m35s 
				
			 
		
		
	 
 
	 
						
						Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org > 
						
						
					 
					
						2023-08-07 18:33:23 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9e0e657003 
					 
					
						
						
							
							config/default: add micro:generate uuid/id  
						
						... 
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	lint / lint (pull_request) Failing after 1m28s 
				
			 
		
			
				
	pr / test (pull_request) Failing after 2m35s 
				
			 
		
		
	 
 
	 
						
						Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org > 
						
						
					 
					
						2023-07-13 20:26:47 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a87d0ab1c1 
					 
					
						
						
							
							update deps  
						
						... 
						
						
	
		
			
	 
	
	
						
						Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org > 
						
						
					 
					
						2023-03-19 00:43:15 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2878d0a4ea 
					 
					
						
						
							
							server/health: move to go.unistack.org/micro-server-health/v3  
						
						... 
						
						
						
						Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org > 
						
						
					 
					
						2023-02-26 13:46:10 +03:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						138c4a0888 
					 
					
						
						
							
							chore(deps): bump go.unistack.org/micro-proto/v3 from 3.2.7 to 3.3.1  
						
						... 
						
						
						
						Bumps [go.unistack.org/micro-proto/v3](https://github.com/unistack-org/micro-proto ) from 3.2.7 to 3.3.1.
- [Release notes](https://github.com/unistack-org/micro-proto/releases )
- [Commits](https://github.com/unistack-org/micro-proto/compare/v3.2.7...v3.3.1 )
---
updated-dependencies:
- dependency-name: go.unistack.org/micro-proto/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com > 
						
						
					 
					
						2022-11-14 06:03:28 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						bb22b203cc 
					 
					
						
						
							
							chore(deps): bump github.com/imdario/mergo from 0.3.12 to 0.3.13 ( #134 )  
						
						... 
						
						
						
						Bumps [github.com/imdario/mergo](https://github.com/imdario/mergo ) from 0.3.12 to 0.3.13.
- [Release notes](https://github.com/imdario/mergo/releases )
- [Commits](https://github.com/imdario/mergo/compare/0.3.12...v0.3.13 )
---
updated-dependencies:
- dependency-name: github.com/imdario/mergo
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2022-06-25 23:28:02 +03:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						4df2f3a5a1 
					 
					
						
						
							
							chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.4.1 to 4.4.2 ( #135 )  
						
						... 
						
						
						
						Bumps [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt ) from 4.4.1 to 4.4.2.
- [Release notes](https://github.com/golang-jwt/jwt/releases )
- [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md )
- [Commits](https://github.com/golang-jwt/jwt/compare/v4.4.1...v4.4.2 )
---
updated-dependencies:
- dependency-name: github.com/golang-jwt/jwt/v4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2022-06-25 22:39:53 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						93fc17bad3 
					 
					
						
						
							
							fix coverage  
						
						... 
						
						
						
						Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org > 
						
						
					 
					
						2022-04-07 19:12:49 +03:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						afb9e8c240 
					 
					
						
						
							
							chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.4.0 to 4.4.1  
						
						... 
						
						
						
						Bumps [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt ) from 4.4.0 to 4.4.1.
- [Release notes](https://github.com/golang-jwt/jwt/releases )
- [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md )
- [Commits](https://github.com/golang-jwt/jwt/compare/v4.4.0...v4.4.1 )
---
updated-dependencies:
- dependency-name: github.com/golang-jwt/jwt/v4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com > 
						
						
					 
					
						2022-03-28 06:11:57 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						c8ad4d772b 
					 
					
						
						
							
							chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.3.0 to 4.4.0  
						
						... 
						
						
						
						Bumps [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt ) from 4.3.0 to 4.4.0.
- [Release notes](https://github.com/golang-jwt/jwt/releases )
- [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md )
- [Commits](https://github.com/golang-jwt/jwt/compare/v4.3.0...v4.4.0 )
---
updated-dependencies:
- dependency-name: github.com/golang-jwt/jwt/v4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com > 
						
						
					 
					
						2022-03-17 08:24:50 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5a5165a003 
					 
					
						
						
							
							Merge pull request  #99  from unistack-org/dependabot/go_modules/github.com/golang-jwt/jwt/v4-4.3.0  
						
						... 
						
						
						
						chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.2.0 to 4.3.0 
						
						
					 
					
						2022-03-07 13:16:48 +03:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						5e06ae1a42 
					 
					
						
						
							
							chore(deps): bump go.unistack.org/micro-proto/v3 from 3.2.1 to 3.2.7  
						
						... 
						
						
						
						Bumps [go.unistack.org/micro-proto/v3](https://github.com/unistack-org/micro-proto ) from 3.2.1 to 3.2.7.
- [Release notes](https://github.com/unistack-org/micro-proto/releases )
- [Commits](https://github.com/unistack-org/micro-proto/compare/v3.2.1...v3.2.7 )
---
updated-dependencies:
- dependency-name: go.unistack.org/micro-proto/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com > 
						
						
					 
					
						2022-03-07 10:11:59 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						7ac4ad4efa 
					 
					
						
						
							
							chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.2.0 to 4.3.0  
						
						... 
						
						
						
						Bumps [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt ) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/golang-jwt/jwt/releases )
- [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md )
- [Commits](https://github.com/golang-jwt/jwt/compare/v4.2.0...v4.3.0 )
---
updated-dependencies:
- dependency-name: github.com/golang-jwt/jwt/v4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com > 
						
						
					 
					
						2022-03-07 10:11:54 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						df8560bb6f 
					 
					
						
						
							
							update micro-proto  
						
						... 
						
						
						
						Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org > 
						
						
					 
					
						2022-01-26 00:47:22 +03:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						bb59d5a2fd 
					 
					
						
						
							
							chore(deps): bump go.unistack.org/micro-proto/v3 from 3.1.1 to 3.2.0  
						
						... 
						
						
						
						Bumps [go.unistack.org/micro-proto/v3](https://github.com/unistack-org/micro-proto ) from 3.1.1 to 3.2.0.
- [Release notes](https://github.com/unistack-org/micro-proto/releases )
- [Commits](https://github.com/unistack-org/micro-proto/compare/v3.1.1...v3.2.0 )
---
updated-dependencies:
- dependency-name: go.unistack.org/micro-proto/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com > 
						
						
					 
					
						2022-01-24 06:14:48 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8546140e22 
					 
					
						
						
							
							errors: fix parsing  
						
						... 
						
						
						
						Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org > 
						
						
					 
					
						2022-01-21 19:13:21 +03:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						899dc8b3bc 
					 
					
						
						
							
							chore(deps): bump go.unistack.org/micro-proto/v3 from 3.1.0 to 3.1.1  
						
						... 
						
						
						
						Bumps [go.unistack.org/micro-proto/v3](https://github.com/unistack-org/micro-proto ) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/unistack-org/micro-proto/releases )
- [Commits](https://github.com/unistack-org/micro-proto/compare/v3.1.0...v3.1.1 )
---
updated-dependencies:
- dependency-name: go.unistack.org/micro-proto/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com > 
						
						
					 
					
						2021-12-31 06:11:19 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8ce469a09e 
					 
					
						
						
							
							tracer: fixes  
						
						... 
						
						
						
						Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org > 
						
						
					 
					
						2021-12-28 09:18:52 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3087ba1d73 
					 
					
						
						
							
							regen  
						
						... 
						
						
						
						Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org > 
						
						
					 
					
						2021-10-23 23:45:53 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5eb0e56373 
					 
					
						
						
							
							move all imports to own domain  
						
						... 
						
						
						
						Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org > 
						
						
					 
					
						2021-10-02 19:55:07 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ecb60e4dc5 
					 
					
						
						
							
							fix lint  
						
						... 
						
						
						
						Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org > 
						
						
					 
					
						2021-09-28 23:43:43 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d062c248e3 
					 
					
						
						
							
							codec: fieldaligment  
						
						... 
						
						
						
						Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org > 
						
						
					 
					
						2021-09-22 17:09:26 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e10f8c0fa0 
					 
					
						
						
							
							util/id: move tests to micro-tests repo  
						
						... 
						
						
						
						Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org > 
						
						
					 
					
						2021-09-16 15:31:01 +03:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						1b01bd22a6 
					 
					
						
						
							
							build(deps): bump github.com/unistack-org/micro-proto ( #57 )  
						
						
						
						
					 
					
						2021-09-06 06:56:44 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						e98a93d530 
					 
					
						
						
							
							build(deps): bump github.com/unistack-org/micro-proto ( #56 )  
						
						... 
						
						
						
						Bumps [github.com/unistack-org/micro-proto](https://github.com/unistack-org/micro-proto ) from 0.0.5 to 0.0.8.
- [Release notes](https://github.com/unistack-org/micro-proto/releases )
- [Commits](https://github.com/unistack-org/micro-proto/compare/v0.0.5...v0.0.8 )
---
updated-dependencies:
- dependency-name: github.com/unistack-org/micro-proto
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-08-30 16:20:10 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a45b672c98 
					 
					
						
						
							
							drop uuid and use modified nanoid  
						
						... 
						
						
						
						Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org > 
						
						
					 
					
						2021-08-20 22:40:48 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4509323cae 
					 
					
						
						
							
							update and regen all  
						
						... 
						
						
						
						Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org > 
						
						
					 
					
						2021-08-16 23:56:50 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b3f4c670d5 
					 
					
						
						
							
							regen all  
						
						... 
						
						
						
						Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org > 
						
						
					 
					
						2021-08-16 18:57:19 +03:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						5d0959b0a1 
					 
					
						
						
							
							build(deps): bump github.com/golang-jwt/jwt ( #54 )  
						
						... 
						
						
						
						Bumps [github.com/golang-jwt/jwt](https://github.com/golang-jwt/jwt ) from 3.2.1+incompatible to 3.2.2+incompatible.
- [Release notes](https://github.com/golang-jwt/jwt/releases )
- [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md )
- [Commits](https://github.com/golang-jwt/jwt/compare/v3.2.1...v3.2.2 )
---
updated-dependencies:
- dependency-name: github.com/golang-jwt/jwt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-08-03 00:27:35 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9a5b158b4d 
					 
					
						
						
							
							change jwt lib  
						
						... 
						
						
						
						Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org > 
						
						
					 
					
						2021-07-27 12:43:56 +03:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						57f6f23294 
					 
					
						
						
							
							build(deps): bump github.com/google/uuid from 1.2.0 to 1.3.0 ( #53 )  
						
						... 
						
						
						
						Bumps [github.com/google/uuid](https://github.com/google/uuid ) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/google/uuid/releases )
- [Commits](https://github.com/google/uuid/compare/v1.2.0...v1.3.0 )
---
updated-dependencies:
- dependency-name: github.com/google/uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2021-07-16 00:27:56 +03:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
							
						
						9aa6969836 
					 
					
						
						
							
							fix(deps): update golang.org/x/net commit hash to 4163338  
						
						
						
						
					 
					
						2021-05-10 14:29:32 +00:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
							
						
						c00c705c24 
					 
					
						
						
							
							fix(deps): update golang.org/x/net commit hash to 16afe75  
						
						
						
						
					 
					
						2021-05-08 09:02:01 +00:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
							
						
						0239f795d8 
					 
					
						
						
							
							fix(deps): update golang.org/x/net commit hash to 7fd8e65  
						
						
						
						
					 
					
						2021-05-03 10:07:41 +00:00