Commit Graph
610 Commits
Author SHA1 Message Date
renovate[bot]GitHubrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
aa01921d75 fix(deps): update module github.com/aws/aws-sdk-go-v2/service/sns to v1.17.11 (#342)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-09 15:48:28 +00:00
renovate[bot]GitHubrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
c4164f8394 fix(deps): update module github.com/aws/aws-sdk-go-v2/service/ses to v1.14.11 (#341)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-09 11:18:15 +00:00
renovate[bot]GitHubrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
eadd71cac5 fix(deps): update module github.com/aws/aws-sdk-go-v2/config to v1.15.16 (#339)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-09 04:40:24 +00:00
renovate[bot]GitHubrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
ba88d2e5e6 fix(deps): update module github.com/aws/aws-sdk-go-v2/credentials to v1.12.11 (#340)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-09 02:07:47 +00:00
renovate[bot]GitHubrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
ced28b1c08 fix(deps): update module github.com/aws/aws-sdk-go-v2 to v1.16.9 (#338)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-09 02:06:53 +00:00
Niko KöserandGitHub 98820347bc Merge pull request #302 from qwqcode/main v0.30.0 2022-08-05 10:46:44 +02:00
Niko Köser f4001356e0 style(fmt): make fmt 2022-08-05 10:39:34 +02:00
Niko KöserandGitHub 541fdf294b Merge branch 'main' into main 2022-08-05 10:21:01 +02:00
Niko KöserandGitHub 2a4c07843e Merge pull request #300 from immanuelhume/feat/lark v0.29.0 2022-08-05 10:19:08 +02:00
Niko KöserandGitHub 96096f17d6 Merge branch 'main' into feat/lark 2022-08-05 10:15:37 +02:00
Niko KöserandGitHub 32b9410617 Merge pull request #276 from svaloumas/feature/add-twilio-service v0.28.0 2022-08-05 10:13:23 +02:00
Niko Köser a10eeb9247 refactor(lint): apply golangci-lint recommendations 2022-08-04 17:13:17 +02:00
Niko Köser 82cc699565 chore(filestructure): extract mocks folder to follow repo scheme 2022-08-04 17:12:33 +02:00
Niko Köser ddaeba4b8e fix(deps): go get -u and go mod tidy 2022-08-04 17:09:36 +02:00
Niko KöserandGitHub 3d5eab4b32 Merge branch 'main' into feat/lark 2022-08-04 16:58:45 +02:00
Niko KöserandGitHub 7da65bd301 Merge branch 'main' into main 2022-08-04 16:52:39 +02:00
Niko Köser adaf58243b fix(deps): go get -u and go mod tidy 2022-08-04 16:43:52 +02:00
Niko Köser 23d72681c3 style(fmt): make fmt 2022-08-04 16:43:37 +02:00
Niko KöserandGitHub d4f314ce5a Merge branch 'main' into feature/add-twilio-service 2022-08-04 16:38:29 +02:00
Niko KöserandGitHub 88c6e01914 Merge pull request #344 from nikoksr/chore/update-all-dependencies v0.27.1 2022-08-04 16:32:46 +02:00
Niko Köser 36ca92e8c8 ci(github): update go mod version 2022-08-04 16:27:33 +02:00
Niko Köser f52e197dd6 chore(deps): update dependencies 2022-08-04 16:19:32 +02:00
Niko KöserandGitHub 214ca834e2 Merge pull request #343 from nikoksr/build/fix-buildtools 2022-08-04 16:10:28 +02:00
Niko Köser 1167ab9b7d style(fmt): make fmt 2022-08-04 15:58:38 +02:00
Niko Köser fdf31b04d3 build(go): update go module to 1.19 2022-08-04 15:57:56 +02:00
Niko Köser f433aedcb5 refactor(sec): add ReadHeaderTimeout to verification server
WaitForOneOffVerification now uses a ReadHeaderTimeout of 20 seconds by
default. This is to avoid potential slow loris attacks which means
blocking a connection for too long. In case that the user wants to
provide a custom timeout, I added the
WaitForOneOffVerificationWithServer method. It works identical to
WaitForOneOffVerification with the subtle difference that the user can
pass in a fully customized http.Server instance.

This closes gosec G112.
2022-08-04 15:49:58 +02:00
Niko Köser 853dbd58d3 chore(lint): replace ioutil.ReadAll with io.ReadAll 2022-08-04 15:39:12 +02:00
Niko Köser d6439289a3 build(make): merge setup commands 2022-08-04 15:31:11 +02:00
Niko Köser db4454d6a5 chore(lint): remove redundant fmt linter 2022-08-04 15:29:50 +02:00
Niko Köser 2b5028f5c5 build(make): add setup command
Add setup command to make installing of dependencies explicit.
2022-08-04 15:28:30 +02:00
Niko Köser 17561777d4 style(gci): apply new flag name 2022-08-04 15:27:10 +02:00
renovate[bot]GitHubrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2ea57d6624 fix(deps): update github.com/dghubble/go-twitter digest to 837915e (#334)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-16 09:28:52 +00:00
renovate[bot]GitHubrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
5a0a865d6c fix(deps): update github.com/dghubble/go-twitter digest to 6597ae2 (#333)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-15 19:58:57 +00:00
renovate[bot]GitHubrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
865f607c06 fix(deps): update github.com/dghubble/go-twitter digest to aecb58d (#332)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-12 18:48:46 +00:00
renovate[bot]GitHubrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
01a3bdf087 fix(deps): update module github.com/aws/aws-sdk-go-v2/config to v1.15.14 (#330)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-11 23:43:53 +00:00
renovate[bot]GitHubrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
57e9985dac fix(deps): update module github.com/plivo/plivo-go/v7 to v7.10.0 (#329)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-11 12:33:02 +00:00
renovate[bot]GitHubrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
14e938f703 fix(deps): update github.com/rocketchat/rocket.chat.go.sdk digest to b73dcb0 (#328)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-08 21:36:41 +00:00
renovate[bot]GitHubrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
0a3b991f48 fix(deps): update module github.com/aws/aws-sdk-go-v2/service/sns to v1.17.9 (#327)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-06 14:23:46 +00:00
renovate[bot]GitHubrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
610aee8e55 fix(deps): update module github.com/aws/aws-sdk-go-v2/service/ses to v1.14.9 (#325)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-06 11:00:15 +00:00
renovate[bot]GitHubrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
afafa0db16 fix(deps): update github.com/dghubble/go-twitter digest to cdf1c5e (#326)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-06 04:46:38 +00:00
renovate[bot]GitHubrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
eb491f4672 fix(deps): update module github.com/aws/aws-sdk-go-v2/config to v1.15.13 (#323)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-06 02:59:57 +00:00
renovate[bot]GitHubrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
b259baf5aa fix(deps): update module github.com/aws/aws-sdk-go-v2 to v1.16.7 (#322)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-06 00:28:38 +00:00
renovate[bot]GitHubrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
a0be69bcf5 fix(deps): update github.com/dghubble/go-twitter digest to 7faa89b (#321)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-02 20:52:42 +00:00
renovate[bot]GitHubrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2a6162d98e fix(deps): update module github.com/aws/aws-sdk-go-v2/service/sns to v1.17.8 (#320)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-30 11:29:30 +00:00
renovate[bot]GitHubrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
c67c100405 fix(deps): update module github.com/aws/aws-sdk-go-v2/service/ses to v1.14.8 (#319)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-30 05:22:12 +00:00
renovate[bot]GitHubrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
c590e8b2cd fix(deps): update module github.com/aws/aws-sdk-go-v2/config to v1.15.12 (#317)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-30 02:15:34 +00:00
renovate[bot]GitHubrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
4ee99eb681 fix(deps): update module github.com/aws/aws-sdk-go-v2 to v1.16.6 (#316)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-29 23:11:13 +00:00
renovate[bot]GitHubrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
4a5663a584 fix(deps): update module github.com/stretchr/testify to v1.8.0 (#315)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-29 14:55:09 +00:00
renovate[bot]GitHubrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
cffba83500 fix(deps): update github.com/dghubble/go-twitter digest to 68c0170 (#314)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-26 05:30:16 +00:00
renovate[bot]GitHubrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
a77af595d0 fix(deps): update module github.com/stretchr/testify to v1.7.5 (#313)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-24 10:39:39 +00:00