-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgo.mod
32 lines (28 loc) · 1.14 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
module github.com/qubic/qubic-http
go 1.22.0
toolchain go1.23.1
require (
github.com/ardanlabs/conf v1.5.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0
github.com/pkg/errors v0.9.1
github.com/qubic/go-node-connector v0.8.0
github.com/qubic/go-schnorrq v1.0.0
google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142
google.golang.org/grpc v1.64.1
google.golang.org/protobuf v1.34.2
)
require (
github.com/bits-and-blooms/bitset v1.14.3 // indirect
github.com/cloudflare/circl v1.5.0 // indirect
github.com/consensys/gnark-crypto v0.14.0 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/linckode/circl v1.3.71 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/silenceper/pool v1.0.0 // indirect
github.com/sirupsen/logrus v1.4.2 // indirect
golang.org/x/net v0.28.0 // indirect
golang.org/x/sys v0.26.0 // indirect
golang.org/x/text v0.17.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240930140551-af27646dc61f // indirect
)