Skip to content

Commit 0e474af

Browse files
committed
2 parents c20b766 + 8303141 commit 0e474af

File tree

3 files changed

+27
-21
lines changed

3 files changed

+27
-21
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
---
1414

1515
### 🔥 DEMO / Screencast
16-
[Смотреть демо / Watch on YouTube](https://your-screencast-link)
16+
[Смотреть демо / Screencast](https://github.com/Katya-AI-Systems-LLC/Katya_AI_REChain_Mesh/blob/main/SCREENCAST.mkv)
1717
See `docs/screens/demo_main.gif` for UI quickpeek.
1818

1919
---

go/go.mod

Lines changed: 22 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,29 @@ require (
77
github.com/google/uuid v1.6.0
88
github.com/gorilla/websocket v1.5.1
99
github.com/lib/pq v1.10.9
10-
golang.org/x/crypto v0.21.0
11-
golang.org/x/sys v0.18.0
12-
google.golang.org/grpc v1.60.1
13-
google.golang.org/protobuf v1.31.0
1410
github.com/prometheus/client_golang v1.18.0
15-
golang.org/x/net v0.23.0
16-
github.com/stretchr/testify v1.8.4
17-
github.com/spf13/cobra v1.7.0
18-
github.com/spf13/viper v1.16.0
1911
go.uber.org/zap v1.26.0
20-
github.com/golang-jwt/jwt/v5 v5.2.0
21-
github.com/hashicorp/consul/api v1.26.1
22-
github.com/Shopify/sarama v1.38.1
23-
github.com/segmentio/kafka-go v0.4.47
24-
github.com/go-kit/kit v0.13.0
25-
github.com/opentracing/opentracing-go v1.2.0
26-
github.com/uber/jaeger-client-go v2.30.0+incompatible
27-
github.com/uber/jaeger-lib v2.4.1+incompatible
12+
golang.org/x/crypto v0.21.0
13+
google.golang.org/grpc v1.60.1
2814
)
2915

16+
require (
17+
github.com/beorn7/perks v1.0.1 // indirect
18+
github.com/cespare/xxhash/v2 v2.2.0 // indirect
19+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
20+
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
21+
github.com/fsnotify/fsnotify v1.6.0 // indirect
22+
github.com/golang/protobuf v1.5.3 // indirect
23+
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
24+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
25+
github.com/prometheus/client_model v0.5.0 // indirect
26+
github.com/prometheus/common v0.45.0 // indirect
27+
github.com/prometheus/procfs v0.12.0 // indirect
28+
github.com/stretchr/testify v1.8.4 // indirect
29+
go.uber.org/multierr v1.10.0 // indirect
30+
golang.org/x/net v0.23.0 // indirect
31+
golang.org/x/sys v0.18.0 // indirect
32+
golang.org/x/text v0.14.0 // indirect
33+
google.golang.org/genproto/googleapis/rpc v0.0.0-20231002182017-d307bd883b97 // indirect
34+
google.golang.org/protobuf v1.33.0 // indirect
35+
)

pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,14 @@ dependencies:
7575
lottie: ^3.3.2
7676

7777
# Error Handling & Monitoring
78-
sentry_flutter: ^8.9.0
78+
sentry_flutter: ^9.8.0
7979
logger: ^2.4.0
8080

8181
# Platform Integration
8282
url_launcher: ^6.3.1
83-
share_plus: ^10.1.1
83+
share_plus: ^12.0.1
8484
package_info_plus: ^8.1.1
85-
device_info_plus: ^11.2.0
85+
device_info_plus: ^12.2.0
8686

8787
# Internationalization
8888
flutter_localizations:
@@ -94,7 +94,7 @@ dependencies:
9494
flutter_cache_manager: ^3.4.0
9595

9696
# Security
97-
local_auth: ^2.3.0
97+
local_auth: ^3.0.0
9898
flutter_secure_storage: ^9.2.2
9999

100100
# Missing Dependencies from Analysis

0 commit comments

Comments
 (0)