Commit Graph

1571 Commits

Author SHA1 Message Date
SOT-TECH
c6bac4de23 Merge pull request #137 from sot-tech/golangci-update
Upgrade golangci to v2
v0.1.15
2025-04-22 14:24:08 +03:00
Lawrence, Rendall
1a3f5b1598 upgrade golangci to v2
* migrate configuration to version 2
* fix new lint warnings
* update lint.yaml to use golangci-lint-action v7
2025-04-22 14:18:18 +03:00
SOT-TECH
750a76b756 Merge pull request #136 from sot-tech/dep
Update dependencies
2025-04-22 14:06:55 +03:00
Lawrence, Rendall
41840ca4b2 update dependencies 2025-04-22 14:03:30 +03:00
SOT-TECH
c2f361f6ca Merge pull request #135 from sot-tech/dependabot/go_modules/golang.org/x/net-0.38.0
build(deps): bump golang.org/x/net from 0.37.0 to 0.38.0
2025-04-22 14:01:14 +03:00
dependabot[bot]
c6a64c7fdc build(deps): bump golang.org/x/net from 0.37.0 to 0.38.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.37.0 to 0.38.0.
- [Commits](https://github.com/golang/net/compare/v0.37.0...v0.38.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-version: 0.38.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-22 10:58:38 +00:00
SOT-TECH
bee9de15bb Merge pull request #129 from sot-tech/dependabot/go_modules/github.com/golang-jwt/jwt/v5-5.2.2
build(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2
2025-03-22 12:49:07 +03:00
dependabot[bot]
9325f435dd build(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2
Bumps [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt) from 5.2.1 to 5.2.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/v5.2.1...v5.2.2)

---
updated-dependencies:
- dependency-name: github.com/golang-jwt/jwt/v5
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-22 09:46:32 +00:00
SOT-TECH
ed202ec106 Merge pull request #128 from sot-tech/dependabot/go_modules/github.com/redis/go-redis/v9-9.7.3
build(deps): bump github.com/redis/go-redis/v9 from 9.7.1 to 9.7.3
2025-03-20 22:09:30 +03:00
dependabot[bot]
20ad88ec19 build(deps): bump github.com/redis/go-redis/v9 from 9.7.1 to 9.7.3
Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) from 9.7.1 to 9.7.3.
- [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.7.1...v9.7.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-20 18:58:34 +00:00
SOT-TECH
008e57ebb1 Merge pull request #127 from sot-tech/dep
Update dependencies
2025-03-19 13:50:35 +03:00
Lawrence, Rendall
aa05497cc4 update dependencies 2025-03-19 13:43:51 +03:00
Lawrence, Rendall
af7095d1b8 (minor) fix missing pprof handlers 2025-02-10 14:44:12 +03:00
SOT-TECH
7fefccc353 Merge pull request #123 from sot-tech/redis_tls
Add Redis TLS option
v0.1.4
2025-01-15 11:11:11 +00:00
Lawrence, Rendall
f1a32a024a fix compilation error after 28bb9f5c 2025-01-15 14:08:26 +03:00
Lawrence, Rendall
c88d0616f6 (minor) redis: skip empty CA cert files 2025-01-15 14:02:02 +03:00
Lawrence, Rendall
b996584e62 Merge branch 'master' into redis_tls 2025-01-15 13:56:13 +03:00
Lawrence, Rendall
28bb9f5cba update dependencies
* CVE-2025-22149
2025-01-15 13:54:38 +03:00
Lawrence, Rendall
b0bbce093a add TLS configuration for redis/keydb connection 2025-01-03 22:00:45 +03:00
SOT-TECH
ebe4dc39b3 Merge pull request #122 from sot-tech/dependabot/go_modules/github.com/jackc/pgx/v5-5.7.2
build(deps): bump github.com/jackc/pgx/v5 from 5.7.1 to 5.7.2
2025-01-03 17:00:22 +00:00
dependabot[bot]
9ee08def2e build(deps): bump github.com/jackc/pgx/v5 from 5.7.1 to 5.7.2
Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.7.1 to 5.7.2.
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jackc/pgx/compare/v5.7.1...v5.7.2)

---
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>
2025-01-01 12:03:52 +00:00
Lawrence, Rendall
043eeec7dd update dependencies (CWE-770) v0.1.3 2024-12-19 15:39:54 +03:00
SOT-TECH
7bb47578ef Merge pull request #121 from sot-tech/dep
Update dependencies
v0.1.2
2024-12-12 11:46:21 +03:00
Lawrence, Rendall
994b25721e update e2e dependencies 2024-12-12 11:41:36 +03:00
Lawrence, Rendall
62c034f461 update dependencies 2024-12-12 11:40:03 +03:00
SOT-TECH
762fa81dda Merge pull request #120 from sot-tech/dependabot/go_modules/github.com/stretchr/testify-1.10.0
build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0
2024-12-01 13:03:03 +00:00
dependabot[bot]
8b1de09e9e build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.9.0...v1.10.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>
2024-12-01 12:53:36 +00:00
Lawrence, Rendall
266e7109c1 update indirect dependencies 2024-11-10 23:31:11 +03:00
SOT-TECH
1e36875402 Merge pull request #117 from sot-tech/dependabot/go_modules/github.com/prometheus/client_golang-1.20.5
build(deps): bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5
2024-11-10 20:27:49 +00:00
dependabot[bot]
a21c6f5f27 build(deps): bump github.com/prometheus/client_golang
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.20.4 to 1.20.5.
- [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.4...v1.20.5)

---
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-11-10 20:26:00 +00:00
SOT-TECH
e837d6089e Merge pull request #118 from sot-tech/dependabot/go_modules/github.com/redis/go-redis/v9-9.7.0
build(deps): bump github.com/redis/go-redis/v9 from 9.6.1 to 9.7.0
2024-11-10 20:24:44 +00:00
SOT-TECH
7ae92742f0 Merge pull request #119 from sot-tech/dependabot/go_modules/github.com/valyala/fasthttp-1.57.0
build(deps): bump github.com/valyala/fasthttp from 1.56.0 to 1.57.0
2024-11-10 20:24:04 +00:00
dependabot[bot]
2ee15c11b8 build(deps): bump github.com/valyala/fasthttp from 1.56.0 to 1.57.0
Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) from 1.56.0 to 1.57.0.
- [Release notes](https://github.com/valyala/fasthttp/releases)
- [Commits](https://github.com/valyala/fasthttp/compare/v1.56.0...v1.57.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-11-01 12:56:43 +00:00
dependabot[bot]
d03d9bfa6e build(deps): bump github.com/redis/go-redis/v9 from 9.6.1 to 9.7.0
Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) from 9.6.1 to 9.7.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.6.1...v9.7.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>
2024-11-01 12:56:38 +00:00
SOT-TECH
adde423228 Merge pull request #116 from sot-tech/dep_fix
move mochi-e2e to submodule
v0.1.1
2024-10-01 13:40:03 +00:00
Lawrence, Rendall
49fdd7d908 recheck connection ID for 3 times for some implementations with broken HW PRNG 2024-10-01 16:37:03 +03:00
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
SOT-TECH
37811697e3 Merge pull request #115 from sot-tech/dependabot/go_modules/github.com/jackc/pgx/v5-5.7.1
build(deps): bump github.com/jackc/pgx/v5 from 5.6.0 to 5.7.1
2024-10-01 12:30:16 +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
SOT-TECH
06022ac516 Merge pull request #110 from sot-tech/print_version
Add cmd argument to print version
v0.1.0
2024-09-01 13:23:34 +00:00
Lawrence, Rendall
61760722a6 add cmd argument to print version 2024-09-01 16:20:05 +03:00
SOT-TECH
c76870b2ab Merge pull request #109 from sot-tech/directory_scan
Change async torrent approval directory watch to periodic
2024-09-01 13:00:32 +00:00