dependabot[bot]
|
e0dc910901
|
Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#61)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.4 to 1.9.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.8.4...v1.9.0)
---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
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>
|
2024-05-03 00:03:09 -07:00 |
Haitao Chen
|
54a7520576
|
use go 1.21 (#40)
|
2024-01-23 11:24:28 -08:00 |
Haitao Chen
|
442a02a75b
|
remove restriction on return pointer value of TypeParameter (#33)
* remove pointer bind
* Change sync.Mutex to sync.RWMutex in Task struct
* Update go.mod to use go 1.20
* tweaks
|
2023-11-13 14:08:57 -08:00 |
dependabot[bot]
|
d9e07a1251
|
Bump github.com/stretchr/testify from 1.8.2 to 1.8.4 (#31)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.2 to 1.8.4.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.8.2...v1.8.4)
---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
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>
|
2023-06-19 15:08:52 -07:00 |
Haitao Chen
|
a7094e40b4
|
waitall fix write on closed channel (#26)
* try fixing
* fix
* giveup on close channel
* drop variable
* minify diff
* minify changes
* minify changes
* try go leak
* tweaks on tests
* more tweaks on unittest
* merge master and tidy
* codecov improve
|
2023-04-05 11:50:17 -07:00 |
Haitao Chen
|
2921a0ede7
|
use go 1.19 (#27)
|
2023-04-04 23:15:06 -07:00 |
dependabot[bot]
|
33f06ef21f
|
Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#25)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.1 to 1.8.2.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.8.1...v1.8.2)
---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
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>
|
2023-04-04 01:25:24 -07:00 |
dependabot[bot]
|
f9a3b6f047
|
Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (#22)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.8.0...v1.8.1)
---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-10-26 11:26:35 -07:00 |
dependabot[bot]
|
c59d69d6ad
|
Bump github.com/stretchr/testify from 1.7.1 to 1.8.0 (#18)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.1 to 1.8.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.7.1...v1.8.0)
---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-09-05 00:43:00 -07:00 |
Haitao Chen
|
22f82519b0
|
use generics for asyncTasks, no type assertion required (#14)
* tweaks
* add test for generic version
* continueFunc in generic
* somewhat working
* update to go 1.18
|
2022-05-31 13:49:21 -07:00 |
dependabot[bot]
|
55c33d025d
|
Bump github.com/stretchr/testify from 1.6.1 to 1.7.0 (#12)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.6.1 to 1.7.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.6.1...v1.7.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-01-25 11:09:48 -08:00 |
dependabot[bot]
|
84f3eb2f19
|
Bump github.com/stretchr/testify from 1.5.1 to 1.6.1 (#9)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.5.1 to 1.6.1.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.5.1...v1.6.1)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2020-07-01 15:10:12 -07:00 |
Haitao Chen
|
c2ea899935
|
prefix go-
|
2020-03-05 16:24:53 -08:00 |
Haitao Chen
|
694c5a7e59
|
update to azure
|
2020-03-02 17:17:57 -08:00 |
Haitao Chen
|
da37cc10dd
|
change name
|
2020-03-01 17:34:20 -08:00 |
Haitao Chen
|
2a914843ae
|
using testify
|
2020-02-27 01:14:08 -08:00 |
Haitao Chen
|
a824b6bd78
|
init
|
2020-02-27 01:06:13 -08:00 |