142 Commits

Author SHA1 Message Date
Lawrence, Rendall
9fc94617ce set mochi-2e2 as submodule
* update go version to 1.23
* remove sha256-simd dependency
* fix logger file path
2024-10-01 16:17:42 +03:00
SOT-TECH
b211866cf3 Merge pull request #113 from sot-tech/dependabot/go_modules/github.com/MicahParks/jwkset-0.5.20
build(deps): bump github.com/MicahParks/jwkset from 0.5.18 to 0.5.20
2024-10-01 12:34:01 +00:00
SOT-TECH
a89214b465 Merge pull request #112 from sot-tech/dependabot/go_modules/github.com/prometheus/client_golang-1.20.4
build(deps): bump github.com/prometheus/client_golang from 1.20.2 to 1.20.4
2024-10-01 12:33:09 +00:00
dependabot[bot]
e6a1d16a07 build(deps): bump github.com/MicahParks/jwkset from 0.5.18 to 0.5.20
Bumps [github.com/MicahParks/jwkset](https://github.com/MicahParks/jwkset) from 0.5.18 to 0.5.20.
- [Release notes](https://github.com/MicahParks/jwkset/releases)
- [Commits](https://github.com/MicahParks/jwkset/compare/v0.5.18...v0.5.20)

---
updated-dependencies:
- dependency-name: github.com/MicahParks/jwkset
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-01 12:32:15 +00:00
SOT-TECH
8457775918 Merge pull request #111 from sot-tech/dependabot/go_modules/github.com/valyala/fasthttp-1.56.0
build(deps): bump github.com/valyala/fasthttp from 1.55.0 to 1.56.0
2024-10-01 12:32:12 +00:00
SOT-TECH
3e4c9b946f Merge pull request #114 from sot-tech/dependabot/go_modules/github.com/MicahParks/keyfunc/v3-3.3.5
build(deps): bump github.com/MicahParks/keyfunc/v3 from 3.3.3 to 3.3.5
2024-10-01 12:30:27 +00:00
dependabot[bot]
17d793ff1d build(deps): bump github.com/jackc/pgx/v5 from 5.6.0 to 5.7.1
Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.6.0 to 5.7.1.
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jackc/pgx/compare/v5.6.0...v5.7.1)

---
updated-dependencies:
- dependency-name: github.com/jackc/pgx/v5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-01 12:24:04 +00:00
dependabot[bot]
3beaaf403f build(deps): bump github.com/MicahParks/keyfunc/v3 from 3.3.3 to 3.3.5
Bumps [github.com/MicahParks/keyfunc/v3](https://github.com/MicahParks/keyfunc) from 3.3.3 to 3.3.5.
- [Release notes](https://github.com/MicahParks/keyfunc/releases)
- [Commits](https://github.com/MicahParks/keyfunc/compare/v3.3.3...v3.3.5)

---
updated-dependencies:
- dependency-name: github.com/MicahParks/keyfunc/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-01 12:24:01 +00:00
dependabot[bot]
848dd053b4 build(deps): bump github.com/prometheus/client_golang
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.20.2 to 1.20.4.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.20.2...v1.20.4)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-01 12:23:53 +00:00
dependabot[bot]
6ce154c0f4 build(deps): bump github.com/valyala/fasthttp from 1.55.0 to 1.56.0
Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) from 1.55.0 to 1.56.0.
- [Release notes](https://github.com/valyala/fasthttp/releases)
- [Commits](https://github.com/valyala/fasthttp/compare/v1.55.0...v1.56.0)

---
updated-dependencies:
- dependency-name: github.com/valyala/fasthttp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-01 12:23:49 +00:00
Lawrence, Rendall
ee493b845c change async torrent approval directory watch to periodic 2024-09-01 15:54:23 +03:00
Lawrence, Rendall
c16f85c79a (deps): update dependencies 2024-08-06 21:54:39 +03:00
Lawrence, Rendall
1a3a55ab4a switch prometheus listener to fasthttp 2024-07-26 21:38:20 +03:00
Lawrence, Rendall
5fa3b0431c add man for lmdb storage
* update dependencies
2024-06-25 17:45:30 +03:00
Lawrence, Rendall
8f2bea1de6 (WIP) replace original lmdb-go with fork 2024-06-18 19:01:59 +03:00
Lawrence, Rendall
b216e15f37 Merge branch 'master' into lmdb 2024-06-03 15:01:37 +03:00
Lawrence, Rendall
942a9ac11a update go min version to 1.22 2024-06-03 14:54:59 +03:00
Lawrence, Rendall
3011304ae9 Merge branch 'master' into lmdb 2024-06-03 14:27:57 +03:00
SOT-TECH
e3b35850fa Merge pull request #102 from sot-tech/dependabot/go_modules/github.com/redis/go-redis/v9-9.5.2
build(deps): bump github.com/redis/go-redis/v9 from 9.5.1 to 9.5.2
2024-06-03 11:26:31 +00:00
dependabot[bot]
1a48c8c298 build(deps): bump github.com/MicahParks/keyfunc/v3 from 3.3.2 to 3.3.3
Bumps [github.com/MicahParks/keyfunc/v3](https://github.com/MicahParks/keyfunc) from 3.3.2 to 3.3.3.
- [Release notes](https://github.com/MicahParks/keyfunc/releases)
- [Commits](https://github.com/MicahParks/keyfunc/compare/v3.3.2...v3.3.3)

---
updated-dependencies:
- dependency-name: github.com/MicahParks/keyfunc/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-03 11:23:30 +00:00
SOT-TECH
2123de4ee8 Merge pull request #103 from sot-tech/dependabot/go_modules/github.com/MicahParks/jwkset-0.5.18
build(deps): bump github.com/MicahParks/jwkset from 0.5.17 to 0.5.18
2024-06-03 11:22:45 +00:00
dependabot[bot]
30763cf3d6 build(deps): bump github.com/redis/go-redis/v9 from 9.5.1 to 9.5.2
Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) from 9.5.1 to 9.5.2.
- [Release notes](https://github.com/redis/go-redis/releases)
- [Changelog](https://github.com/redis/go-redis/blob/master/CHANGELOG.md)
- [Commits](https://github.com/redis/go-redis/compare/v9.5.1...v9.5.2)

---
updated-dependencies:
- dependency-name: github.com/redis/go-redis/v9
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-03 11:19:02 +00:00
SOT-TECH
818fb120bf Merge pull request #100 from sot-tech/dependabot/go_modules/github.com/valyala/fasthttp-1.54.0
build(deps): bump github.com/valyala/fasthttp from 1.52.0 to 1.54.0
2024-06-03 11:18:14 +00:00
dependabot[bot]
6adb8cc3ae build(deps): bump github.com/MicahParks/jwkset from 0.5.17 to 0.5.18
Bumps [github.com/MicahParks/jwkset](https://github.com/MicahParks/jwkset) from 0.5.17 to 0.5.18.
- [Release notes](https://github.com/MicahParks/jwkset/releases)
- [Commits](https://github.com/MicahParks/jwkset/compare/v0.5.17...v0.5.18)

---
updated-dependencies:
- dependency-name: github.com/MicahParks/jwkset
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-01 12:02:18 +00:00
dependabot[bot]
01d9eae299 build(deps): bump github.com/valyala/fasthttp from 1.52.0 to 1.54.0
Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) from 1.52.0 to 1.54.0.
- [Release notes](https://github.com/valyala/fasthttp/releases)
- [Commits](https://github.com/valyala/fasthttp/compare/v1.52.0...1.54.0)

---
updated-dependencies:
- dependency-name: github.com/valyala/fasthttp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-01 12:02:03 +00:00
dependabot[bot]
0df236eff8 build(deps): bump github.com/prometheus/client_golang
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.19.0 to 1.19.1.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.19.0...v1.19.1)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-01 12:01:59 +00:00
Lawrence, Rendall
2b17fd4686 (WIP) add missing go.sum changes 2024-05-21 18:52:12 +03:00
dependabot[bot]
686ce1e662 build(deps): bump github.com/cespare/xxhash/v2 from 2.2.0 to 2.3.0
Bumps [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) from 2.2.0 to 2.3.0.
- [Commits](https://github.com/cespare/xxhash/compare/v2.2.0...v2.3.0)

---
updated-dependencies:
- dependency-name: github.com/cespare/xxhash/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-01 12:50:19 +00:00
Lawrence, Rendall
a414192205 update jwkset, add ctx passthrough to KeyFunc 2024-04-01 16:25:14 +03:00
Lawrence, Rendall
7e0c3de8b6 update dependencies
fix CVE-2024-24786
2024-03-20 15:32:23 +03:00
Lawrence, Rendall
772ac47e9c update dependencies
* add script for release pack
* fix lint warnings
2024-03-05 10:32:30 +03:00
Lawrence, Rendall
6f390933e1 update dependencies 2024-02-05 17:36:05 +03:00
Lawrence, Rendall
99e5e74038 move jwkset to direct dependencies 2024-01-01 20:10:37 +03:00
Lawrence, Rendall
5491b2a8fa update JWT middleware 2024-01-01 20:08:19 +03:00
Lawrence, Rendall
e90d5de4ee update dependencies 2024-01-01 18:38:31 +03:00
SOT-TECH
3028b9459a Merge pull request #77 from sot-tech/dependabot/go_modules/github.com/jackc/pgx/v5-5.5.1
build(deps): bump github.com/jackc/pgx/v5 from 5.5.0 to 5.5.1
2024-01-01 15:26:39 +00:00
dependabot[bot]
87fb09f375 build(deps): bump github.com/jackc/pgx/v5 from 5.5.0 to 5.5.1
Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.5.0 to 5.5.1.
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jackc/pgx/compare/v5.5.0...v5.5.1)

---
updated-dependencies:
- dependency-name: github.com/jackc/pgx/v5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-01 15:21:08 +00:00
dependabot[bot]
22049e4603 build(deps): bump github.com/redis/go-redis/v9 from 9.3.0 to 9.3.1
Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) from 9.3.0 to 9.3.1.
- [Release notes](https://github.com/redis/go-redis/releases)
- [Changelog](https://github.com/redis/go-redis/blob/master/CHANGELOG.md)
- [Commits](https://github.com/redis/go-redis/compare/v9.3.0...v9.3.1)

---
updated-dependencies:
- dependency-name: github.com/redis/go-redis/v9
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-01 15:21:05 +00:00
SOT-TECH
f4353924c0 Merge pull request #75 from sot-tech/dependabot/go_modules/github.com/anacrolix/torrent-1.53.2
build(deps): bump github.com/anacrolix/torrent from 1.53.1 to 1.53.2
2024-01-01 15:19:49 +00:00
dependabot[bot]
39daf34f01 build(deps): bump github.com/anacrolix/torrent from 1.53.1 to 1.53.2
Bumps [github.com/anacrolix/torrent](https://github.com/anacrolix/torrent) from 1.53.1 to 1.53.2.
- [Commits](https://github.com/anacrolix/torrent/compare/v1.53.1...v1.53.2)

---
updated-dependencies:
- dependency-name: github.com/anacrolix/torrent
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-01 12:50:20 +00:00
dependabot[bot]
ff2d0957be build(deps): bump github.com/prometheus/client_golang
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.17.0 to 1.18.0.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.17.0...v1.18.0)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-01 12:48:41 +00:00
dependabot[bot]
34837f0484 build(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-19 13:27:59 +00:00
SOT-TECH
9d088c4d43 Merge pull request #71 from sot-tech/dependabot/go_modules/github.com/jackc/pgx/v5-5.5.0
build(deps): bump github.com/jackc/pgx/v5 from 5.4.3 to 5.5.0
2023-12-01 12:59:01 +00:00
dependabot[bot]
61a8454213 build(deps): bump github.com/jackc/pgx/v5 from 5.4.3 to 5.5.0
Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.4.3 to 5.5.0.
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jackc/pgx/compare/v5.4.3...v5.5.0)

---
updated-dependencies:
- dependency-name: github.com/jackc/pgx/v5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-01 12:42:28 +00:00
dependabot[bot]
4e6dface08 build(deps): bump github.com/valyala/fasthttp from 1.50.0 to 1.51.0
Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) from 1.50.0 to 1.51.0.
- [Release notes](https://github.com/valyala/fasthttp/releases)
- [Commits](https://github.com/valyala/fasthttp/compare/v1.50.0...v1.51.0)

---
updated-dependencies:
- dependency-name: github.com/valyala/fasthttp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-01 12:42:10 +00:00
dependabot[bot]
ecbe31b086 build(deps): bump github.com/redis/go-redis/v9 from 9.2.1 to 9.3.0
Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) from 9.2.1 to 9.3.0.
- [Release notes](https://github.com/redis/go-redis/releases)
- [Changelog](https://github.com/redis/go-redis/blob/master/CHANGELOG.md)
- [Commits](https://github.com/redis/go-redis/compare/v9.2.1...v9.3.0)

---
updated-dependencies:
- dependency-name: github.com/redis/go-redis/v9
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-01 12:48:05 +00:00
Lawrence, Rendall
68a0e70220 update dependencies 2023-10-12 15:03:22 +03:00
Lawrence, Rendall
8ddbf1f782 update dependencies
upgraded code.cloudfoundry.org/go-diodes v0.0.0-20230620200700-00403ca60896 => v0.0.0-20230925214244-7bdb41469dfb
upgraded github.com/anacrolix/generics v0.0.0-20230428105757-683593396d68 => v0.0.0-20230911070922-5dd7545c6b13
upgraded github.com/anacrolix/log => v0.14.2
upgraded github.com/anacrolix/missinggo/v2 v2.7.2-0.20230527121029-a582b4f397b9 => v2.7.2
upgraded github.com/klauspost/compress => v1.17.0
upgraded github.com/prometheus/client_golang => v1.17.0
upgraded github.com/prometheus/client_model => v0.4.1-0.20230718164431-9a2bf3000d16
upgraded github.com/prometheus/procfs => v0.12.0
upgraded github.com/redis/go-redis/v9 => v9.2.1
upgraded github.com/rs/zerolog => v1.31.0
upgraded github.com/valyala/fasthttp => v1.50.0
upgraded golang.org/x/crypto => v0.13.0
upgraded golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 => v0.0.0-20230905200255-921286631fa9
upgraded golang.org/x/sys => v0.12.0
upgraded golang.org/x/text => v0.13.0
2023-10-01 16:29:59 +03:00
SOT-TECH
c1d1d98da5 Merge branch 'master' into dependabot/go_modules/github.com/jackc/pgx/v5-5.4.3 2023-09-01 12:13:50 +00:00
dependabot[bot]
c769504cf2 build(deps): bump github.com/jackc/pgx/v5 from 5.4.2 to 5.4.3
Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.4.2 to 5.4.3.
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jackc/pgx/compare/v5.4.2...v5.4.3)

---
updated-dependencies:
- dependency-name: github.com/jackc/pgx/v5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-01 12:12:57 +00:00