@@ -13,6 +13,7 @@ require (
13
13
github.com/charmbracelet/glamour v0.6.0
14
14
github.com/charmbracelet/lipgloss v0.9.1
15
15
github.com/charmbracelet/log v0.3.0
16
+ github.com/cli/browser v1.3.0
16
17
github.com/dghubble/sling v1.4.1
17
18
github.com/dop251/goja v0.0.0-20231027120936-b396bb4c349d
18
19
github.com/fatih/color v1.16.0
@@ -30,7 +31,6 @@ require (
30
31
github.com/mitchellh/go-homedir v1.1.0
31
32
github.com/muesli/reflow v0.3.0
32
33
github.com/pelletier/go-toml/v2 v2.1.0
33
- github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
34
34
github.com/sashabaranov/go-openai v1.17.5
35
35
github.com/spf13/cobra v1.8.0
36
36
github.com/spf13/viper v1.17.0
@@ -82,15 +82,13 @@ require (
82
82
github.com/sourcegraph/conc v0.3.0 // indirect
83
83
github.com/spf13/afero v1.10.0 // indirect
84
84
github.com/spf13/cast v1.5.1 // indirect
85
- github.com/spf13/jwalterweatherman v1.1.0 // indirect
86
85
github.com/spf13/pflag v1.0.5 // indirect
87
86
github.com/subosito/gotenv v1.6.0 // indirect
88
87
github.com/tidwall/match v1.1.1 // indirect
89
88
github.com/tidwall/pretty v1.2.1 // indirect
90
89
github.com/yuin/goldmark v1.6.0 // indirect
91
90
github.com/yuin/goldmark-emoji v1.0.2 // indirect
92
91
github.com/zalando/go-keyring v0.2.3 // indirect
93
- go.uber.org/atomic v1.11.0 // indirect
94
92
go.uber.org/multierr v1.11.0 // indirect
95
93
golang.org/x/crypto v0.15.0 // indirect
96
94
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
0 commit comments