File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
99 github.com/charmbracelet/bubbletea v1.3.6
1010 github.com/charmbracelet/lipgloss v1.1.0
1111 github.com/rubenv/sql-migrate v1.8.0
12- github.com/spf13/cobra v1.9 .1
12+ github.com/spf13/cobra v1.10 .1
1313 github.com/spf13/viper v1.20.1
1414 github.com/stretchr/testify v1.11.1
1515 github.com/tursodatabase/go-libsql v0.0.0-20250609073118-9c24e0e7fa97
@@ -47,7 +47,7 @@ require (
4747 github.com/sourcegraph/conc v0.3.0 // indirect
4848 github.com/spf13/afero v1.14.0 // indirect
4949 github.com/spf13/cast v1.9.2 // indirect
50- github.com/spf13/pflag v1.0.6 // indirect
50+ github.com/spf13/pflag v1.0.9 // indirect
5151 github.com/subosito/gotenv v1.6.0 // indirect
5252 github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
5353 go.uber.org/multierr v1.11.0 // indirect
Original file line number Diff line number Diff line change @@ -97,10 +97,10 @@ github.com/spf13/afero v1.14.0 h1:9tH6MapGnn/j0eb0yIXiLjERO8RB6xIVZRDCX7PtqWA=
9797github.com/spf13/afero v1.14.0 /go.mod h1:acJQ8t0ohCGuMN3O+Pv0V0hgMxNYDlvdk+VTfyZmbYo =
9898github.com/spf13/cast v1.9.2 h1:SsGfm7M8QOFtEzumm7UZrZdLLquNdzFYfIbEXntcFbE =
9999github.com/spf13/cast v1.9.2 /go.mod h1:jNfB8QC9IA6ZuY2ZjDp0KtFO2LZZlg4S/7bzP6qqeHo =
100- github.com/spf13/cobra v1.9 .1 h1:CXSaggrXdbHK9CF+8ywj8Amf7PBRmPCOJugH954Nnlo =
101- github.com/spf13/cobra v1.9 .1 /go.mod h1:nDyEzZ8ogv936Cinf6g1RU9MRY64Ir93oCnqb9wxYW0 =
102- github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o =
103- github.com/spf13/pflag v1.0.6 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
100+ github.com/spf13/cobra v1.10 .1 h1:lJeBwCfmrnXthfAupyUTzJ/J4Nc1RsHC/mSRU2dll/s =
101+ github.com/spf13/cobra v1.10 .1 /go.mod h1:7SmJGaTHFVBY0jW4NXGluQoLvhqFQM+6XSKD+P4XaB0 =
102+ github.com/spf13/pflag v1.0.9 h1:9exaQaMOCwffKiiiYk6/BndUBv+iRViNW+4lEMi0PvY =
103+ github.com/spf13/pflag v1.0.9 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
104104github.com/spf13/viper v1.20.1 h1:ZMi+z/lvLyPSCoNtFCpqjy0S4kPbirhpTMwl8BkW9X4 =
105105github.com/spf13/viper v1.20.1 /go.mod h1:P9Mdzt1zoHIG8m2eZQinpiBjo6kCmZSKBClNNqjJvu4 =
106106github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U =
You can’t perform that action at this time.
0 commit comments