|
1 | 1 | module github.com/aperturerobotics/bifrost |
2 | 2 |
|
3 | | -go 1.24.0 |
| 3 | +go 1.25 |
4 | 4 |
|
5 | 5 | require ( |
6 | | - github.com/aperturerobotics/cli v1.0.0 // latest |
7 | | - github.com/aperturerobotics/common v0.22.12 // latest |
8 | | - github.com/aperturerobotics/controllerbus v0.51.0 // latest |
| 6 | + github.com/aperturerobotics/cli v1.0.1 // latest |
| 7 | + github.com/aperturerobotics/common v0.22.13 // latest |
| 8 | + github.com/aperturerobotics/controllerbus v0.51.4-0.20251113002647-ff3f278bc709 // latest |
9 | 9 | github.com/aperturerobotics/entitygraph v0.11.0 // latest |
10 | 10 | github.com/aperturerobotics/protobuf-go-lite v0.11.0 // latest |
11 | 11 | github.com/aperturerobotics/starpc v0.39.10 // latest |
12 | | - github.com/aperturerobotics/util v1.31.3 // latest |
| 12 | + github.com/aperturerobotics/util v1.31.4 // latest |
13 | 13 | ) |
14 | 14 |
|
15 | 15 | // aperture: use compatibility forks |
@@ -46,7 +46,7 @@ require ( |
46 | 46 | ) |
47 | 47 |
|
48 | 48 | require ( |
49 | | - github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20250712004945-4e5f8882b0b8 // indirect |
| 49 | + github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20251104042408-0c9eb8a3f726 // indirect |
50 | 50 | github.com/davidlazar/go-crypto v0.0.0-20200604182044-b73af7476f6c // indirect |
51 | 51 | github.com/ghodss/yaml v1.0.0 // indirect |
52 | 52 | github.com/go-task/slim-sprig/v3 v3.0.0 // indirect |
@@ -81,14 +81,14 @@ require ( |
81 | 81 | github.com/pion/turn/v4 v4.1.1 // indirect |
82 | 82 | github.com/spaolacci/murmur3 v1.1.1-0.20190317074736-539464a789e9 // indirect |
83 | 83 | github.com/wlynxg/anet v0.0.5 // indirect |
84 | | - github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect |
| 84 | + github.com/xrash/smetrics v0.0.0-20250705151800-55b8f293f342 // indirect |
85 | 85 | go.uber.org/mock v0.5.0 // indirect |
86 | | - golang.org/x/mod v0.28.0 // indirect |
87 | | - golang.org/x/net v0.45.0 // indirect |
| 86 | + golang.org/x/mod v0.30.0 // indirect |
| 87 | + golang.org/x/net v0.46.0 // indirect |
88 | 88 | golang.org/x/sync v0.17.0 // indirect |
89 | 89 | golang.org/x/sys v0.37.0 // indirect |
90 | 90 | golang.org/x/time v0.12.0 // indirect |
91 | | - golang.org/x/tools v0.37.0 // indirect |
| 91 | + golang.org/x/tools v0.38.0 // indirect |
92 | 92 | gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect |
93 | 93 | gopkg.in/yaml.v2 v2.4.0 // indirect |
94 | 94 | lukechampine.com/blake3 v1.3.0 // indirect |
|
0 commit comments