|
1 | 1 | module github.com/stacklok/toolhive |
2 | 2 |
|
3 | | -go 1.24.9 |
| 3 | +go 1.25.3 |
4 | 4 |
|
5 | 5 | require ( |
6 | 6 | github.com/1password/onepassword-sdk-go v0.3.1 |
7 | 7 | github.com/cedar-policy/cedar-go v1.2.8 |
8 | 8 | github.com/cenkalti/backoff/v5 v5.0.3 |
9 | 9 | github.com/charmbracelet/bubbletea v1.3.10 |
10 | 10 | github.com/charmbracelet/lipgloss v1.1.0 |
11 | | - github.com/charmbracelet/lipgloss/v2 v2.0.0-beta.3 |
12 | 11 | github.com/containerd/errdefs v1.0.0 |
13 | 12 | github.com/docker/docker v28.5.1+incompatible |
14 | 13 | github.com/docker/go-connections v0.6.0 |
@@ -47,6 +46,7 @@ require ( |
47 | 46 | golang.ngrok.com/ngrok/v2 v2.1.0 |
48 | 47 | golang.org/x/exp/jsonrpc2 v0.0.0-20251023183803-a4bb9ffd2546 |
49 | 48 | golang.org/x/mod v0.29.0 |
| 49 | + golang.org/x/net v0.45.0 |
50 | 50 | golang.org/x/oauth2 v0.32.0 |
51 | 51 | golang.org/x/sync v0.17.0 |
52 | 52 | golang.org/x/term v0.36.0 |
@@ -270,7 +270,6 @@ require ( |
270 | 270 | go.yaml.in/yaml/v3 v3.0.4 // indirect |
271 | 271 | golang.ngrok.com/muxado/v2 v2.0.1 // indirect |
272 | 272 | golang.org/x/exp/event v0.0.0-20251002181428-27f1f14c8bb9 // indirect |
273 | | - golang.org/x/net v0.45.0 // indirect |
274 | 273 | golang.org/x/text v0.30.0 // indirect |
275 | 274 | golang.org/x/tools v0.37.0 // indirect |
276 | 275 | golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect |
|
0 commit comments