Skip to content

Commit 15515dd

Browse files
Copilotkevinelliott
andcommitted
Fix complete - agents install claude now works
Co-authored-by: kevinelliott <123112+kevinelliott@users.noreply.github.com>
1 parent 4cab96c commit 15515dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ require (
77
github.com/charmbracelet/bubbletea v1.3.10
88
github.com/charmbracelet/lipgloss v1.1.0
99
github.com/fsnotify/fsnotify v1.9.0
10+
github.com/google/uuid v1.6.0
1011
github.com/prometheus/client_golang v1.23.2
1112
github.com/rs/zerolog v1.34.0
1213
github.com/spf13/cobra v1.10.1
14+
github.com/spf13/pflag v1.0.10
1315
github.com/spf13/viper v1.21.0
1416
gopkg.in/yaml.v3 v3.0.1
1517
)
@@ -25,7 +27,6 @@ require (
2527
github.com/charmbracelet/x/term v0.2.1 // indirect
2628
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
2729
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
28-
github.com/google/uuid v1.6.0 // indirect
2930
github.com/inconshreveable/mousetrap v1.1.0 // indirect
3031
github.com/kylelemons/godebug v1.1.0 // indirect
3132
github.com/lucasb-eyer/go-colorful v1.3.0 // indirect
@@ -47,7 +48,6 @@ require (
4748
github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
4849
github.com/spf13/afero v1.15.0 // indirect
4950
github.com/spf13/cast v1.10.0 // indirect
50-
github.com/spf13/pflag v1.0.10 // indirect
5151
github.com/subosito/gotenv v1.6.0 // indirect
5252
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
5353
go.yaml.in/yaml/v2 v2.4.2 // indirect

0 commit comments

Comments
 (0)