File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ go 1.24.0
55toolchain go1.24.7
66
77require (
8+ github.com/atotto/clipboard v0.1.4
89 github.com/google/generative-ai-go v0.19.0
910 github.com/openai/openai-go/v3 v3.0.1
1011 github.com/pterm/pterm v0.12.80
@@ -21,7 +22,6 @@ require (
2122 cloud.google.com/go/auth/oauth2adapt v0.2.7 // indirect
2223 cloud.google.com/go/compute/metadata v0.6.0 // indirect
2324 cloud.google.com/go/longrunning v0.5.7 // indirect
24- github.com/atotto/clipboard v0.1.4 // indirect
2525 github.com/containerd/console v1.0.5 // indirect
2626 github.com/felixge/httpsnoop v1.0.4 // indirect
2727 github.com/go-logr/logr v1.4.2 // indirect
@@ -47,7 +47,7 @@ require (
4747 go.opentelemetry.io/otel/trace v1.34.0 // indirect
4848 golang.org/x/crypto v0.33.0 // indirect
4949 golang.org/x/net v0.35.0 // indirect
50- golang.org/x/oauth2 v0.26 .0 // indirect
50+ golang.org/x/oauth2 v0.27 .0 // indirect
5151 golang.org/x/sync v0.15.0 // indirect
5252 golang.org/x/sys v0.36.0 // indirect
5353 golang.org/x/term v0.32.0 // indirect
Original file line number Diff line number Diff line change @@ -142,8 +142,8 @@ golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug
142142golang.org/x/net v0.6.0 /go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs =
143143golang.org/x/net v0.35.0 h1:T5GQRQb2y08kTAByq9L4/bz8cipCdA8FbRTXewonqY8 =
144144golang.org/x/net v0.35.0 /go.mod h1:EglIi67kWsHKlRzzVMUD93VMSWGFOMSZgxFjparz1Qk =
145- golang.org/x/oauth2 v0.26 .0 h1:afQXWNNaeC4nvZ0Ed9XvCCzXM6UHJG7iCg0W4fPqSBE =
146- golang.org/x/oauth2 v0.26 .0 /go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI =
145+ golang.org/x/oauth2 v0.27 .0 h1:da9Vo7/tDv5RH/7nZDz1eMGS/q1Vv1N/7FCrBhI9I3M =
146+ golang.org/x/oauth2 v0.27 .0 /go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8 =
147147golang.org/x/sync v0.0.0-20190423024810-112230192c58 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
148148golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
149149golang.org/x/sync v0.1.0 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
You can’t perform that action at this time.
0 commit comments