File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/supabase/cli
2
2
3
3
go 1.24.1
4
-
5
4
require (
6
5
github.com/BurntSushi/toml v1.5.0
7
6
github.com/Netflix/go-env v0.1.2
@@ -11,7 +10,7 @@ require (
11
10
github.com/charmbracelet/bubbletea v0.25.0
12
11
github.com/charmbracelet/glamour v0.9.1
13
12
github.com/charmbracelet/lipgloss v1.1.0
14
- github.com/containers/common v0.62.2
13
+ github.com/containers/common v0.62.3
15
14
github.com/docker/cli v28.0.4+incompatible
16
15
github.com/docker/docker v28.0.2+incompatible
17
16
github.com/docker/go-connections v0.5.0
Original file line number Diff line number Diff line change @@ -197,8 +197,8 @@ github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 h1:q2hJAaP1k2
197
197
github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 /go.mod h1:YynlIjWYF8myEu6sdkwKIvGQq+cOckRm6So2avqoYAk =
198
198
github.com/containerd/log v0.1.0 h1:TCJt7ioM2cr/tfR8GPbGf9/VRAX8D2B4PjzCpfX540I =
199
199
github.com/containerd/log v0.1.0 /go.mod h1:VRRf09a7mHDIRezVKTRCrOq78v577GXq3bSa3EhrzVo =
200
- github.com/containers/common v0.62.2 h1:xO45OOoeq17EZMIDZoSyRqg7GXGcRHa9sXlrr75zH+U =
201
- github.com/containers/common v0.62.2 /go.mod h1:veFiR9iq2j3CHXtB4YnPHuOkSRdhIQ3bAY8AFMP/5bE =
200
+ github.com/containers/common v0.62.3 h1:aOGryqXfW6aKBbHbqOveH7zB+ihavUN03X/2pUSvWFI =
201
+ github.com/containers/common v0.62.3 /go.mod h1:3R8kDox2prC9uj/a2hmXj/YjZz5sBEUNrcDiw51S0Lo =
202
202
github.com/containers/storage v1.57.2 h1:2roCtTyE9pzIaBDHibK72DTnYkPmwWaq5uXxZdaWK4U =
203
203
github.com/containers/storage v1.57.2 /go.mod h1:i/Hb4lu7YgFr9G0K6BMjqW0BLJO1sFsnWQwj2UoWCUM =
204
204
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e /go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4 =
You can’t perform that action at this time.
0 commit comments