-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (17 loc) · 687 Bytes
/
Copy pathgo.mod
File metadata and controls
20 lines (17 loc) · 687 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/Ruvad39/go-finam-grpc
go 1.26.0
require (
github.com/FinamWeb/finam-trade-api/go v0.0.0-20260813094515-ac0abddcd07d
google.golang.org/genproto v0.0.0-20251111163417-95abcf5c77ba
google.golang.org/grpc v1.78.0
google.golang.org/protobuf v1.36.11
)
require (
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.5 // indirect
github.com/joho/godotenv v1.5.1 // indirect
golang.org/x/net v0.47.0 // indirect
golang.org/x/sys v0.38.0 // indirect
golang.org/x/text v0.33.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20260120221211-b8f7ae30c516 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20260120221211-b8f7ae30c516 // indirect
)