mirror of
https://github.com/luxfi/fhe.git
synced 2026-07-27 07:24:44 +00:00
- Update all submodule references - Fix ml/extensions LICENSE - Fix ml/torus-ml CONTRIBUTING and Dockerfiles - Fix sdk/relayer relayer URL - Fix proto/decryption-oracle go.mod - Rename fhevm-suite assets to Lux - Update fhevm-suite LICENSE
19 lines
541 B
AMPL
19 lines
541 B
AMPL
module github.com/luxfhe/decryption-oracle-proto
|
|
|
|
go 1.24.9
|
|
|
|
require (
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20251222181119-0a764e51fe1b
|
|
google.golang.org/grpc v1.78.0
|
|
google.golang.org/protobuf v1.36.11
|
|
)
|
|
|
|
require (
|
|
go.opentelemetry.io/otel v1.39.0 // indirect
|
|
go.opentelemetry.io/otel/sdk/metric v1.39.0 // indirect
|
|
golang.org/x/net v0.49.0 // indirect
|
|
golang.org/x/sys v0.40.0 // indirect
|
|
golang.org/x/text v0.33.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20251222181119-0a764e51fe1b // indirect
|
|
)
|