Skip to content

Commit d48facd

Browse files
committed
Merge branch 'main' of github.com:NdoleStudio/httpsms
2 parents b42b993 + ff38f14 commit d48facd

File tree

4 files changed

+616
-756
lines changed

4 files changed

+616
-756
lines changed

api/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toolchain go1.24.3
77
require (
88
cloud.google.com/go/cloudtasks v1.13.7
99
firebase.google.com/go v3.13.0+incompatible
10-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.54.0
10+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.55.0
1111
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.31.0
1212
github.com/NdoleStudio/go-otelroundtripper v0.0.13
1313
github.com/NdoleStudio/lemonsqueezy-go v1.3.1

api/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ github.com/ClickHouse/clickhouse-go/v2 v2.40.3 h1:46jB4kKwVDUOnECpStKMVXxvR0Cg9z
3838
github.com/ClickHouse/clickhouse-go/v2 v2.40.3/go.mod h1:qO0HwvjCnTB4BPL/k6EE3l4d9f/uF+aoimAhJX70eKA=
3939
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.30.0 h1:sBEjpZlNHzK1voKq9695PJSX2o5NEXl7/OL3coiIY0c=
4040
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.30.0/go.mod h1:P4WPRUkOhJC13W//jWpyfJNDAIpvRbAUIYLX/4jtlE0=
41-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.54.0 h1:lhhYARPUu3LmHysQ/igznQphfzynnqI3D75oUyw1HXk=
42-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.54.0/go.mod h1:l9rva3ApbBpEJxSNYnwT9N4CDLrWgtq3u8736C5hyJw=
41+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.55.0 h1:UnDZ/zFfG1JhH/DqxIZYU/1CUAlTUScoXD/LcM2Ykk8=
42+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.55.0/go.mod h1:IA1C1U7jO/ENqm/vhi7V9YYpBsp+IMyqNrEN94N7tVc=
4343
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.31.0 h1:xQMhkBXPOKe/GzC6TctwlK2aNF+9k5VwFgdE83rBK2Y=
4444
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.31.0/go.mod h1:VLoD5cAsRQXsAFXpOZrrTGzbuMsntlspIZno4xor5Zg=
4545
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/cloudmock v0.55.0 h1:7t/qx5Ost0s0wbA/VDrByOooURhp+ikYwv20i9Y07TQ=

web/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
"webpack": "^5.104.1"
5555
},
5656
"devDependencies": {
57-
"@babel/eslint-parser": "^7.28.5",
58-
"@commitlint/cli": "^20.2.0",
59-
"@commitlint/config-conventional": "^19.8.0",
57+
"@babel/eslint-parser": "^7.28.6",
58+
"@commitlint/cli": "^20.4.0",
59+
"@commitlint/config-conventional": "^20.4.0",
6060
"@nuxt/types": "^2.18.1",
6161
"@nuxt/typescript-build": "^3.0.2",
6262
"@nuxtjs/eslint-config-typescript": "^12.1.0",
@@ -76,7 +76,7 @@
7676
"jest": "^30.2.0",
7777
"lint-staged": "^16.1.4",
7878
"node-fetch-native": "^1.6.7",
79-
"postcss-html": "^1.7.0",
79+
"postcss-html": "^1.8.1",
8080
"prettier": "3.8.1",
8181
"stylelint": "^15.11.0",
8282
"stylelint-config-prettier": "^9.0.5",

0 commit comments

Comments
 (0)