-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathgo.mod
More file actions
33 lines (28 loc) · 1.26 KB
/
go.mod
File metadata and controls
33 lines (28 loc) · 1.26 KB
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
33
module github.com/aperturerobotics/starpc
go 1.25.0
require (
github.com/aperturerobotics/common v0.33.0 // latest
github.com/aperturerobotics/protobuf-go-lite v0.13.0 // latest
github.com/aperturerobotics/util v1.34.3 // latest
)
require (
github.com/aperturerobotics/abseil-cpp v0.0.0-20260131110040-4bb56e2f9017 // aperture-2
github.com/aperturerobotics/cli v1.1.0 // indirect
github.com/aperturerobotics/go-protoc-gen-prost v0.0.0-20260329113538-218ccd8f20e0 // indirect
github.com/aperturerobotics/go-protoc-wasi v0.0.0-20260329113540-600516012db3 // indirect
github.com/aperturerobotics/go-websocket v1.8.15-0.20260329113544-74dbfb8f11c6 // master
github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20251104042408-0c9eb8a3f726 // indirect
github.com/aperturerobotics/protobuf v0.0.0-20260203024654-8201686529c4 // wasi
)
require (
github.com/libp2p/go-yamux/v4 v4.0.2 // latest
github.com/pkg/errors v0.9.1 // latest
github.com/sirupsen/logrus v1.9.5-0.20260508084601-d4a50659cfd6 // latest
)
require (
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
github.com/tetratelabs/wazero v1.11.0 // indirect
github.com/xrash/smetrics v0.0.0-20250705151800-55b8f293f342 // indirect
golang.org/x/mod v0.35.0 // indirect
golang.org/x/sys v0.43.0 // indirect
)