File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99
1010 "github.com/mattn/go-isatty"
1111 "github.com/spf13/cobra"
12- "go.jacobcolvin.com/x/log"
12+ "go.jacobcolvin.com/x/cobras/ log"
1313 "k8s.io/apimachinery/pkg/api/resource"
1414
1515 tea "charm.land/bubbletea/v2"
Original file line number Diff line number Diff line change 88
99 "github.com/stretchr/testify/assert"
1010 "github.com/stretchr/testify/require"
11- "go.jacobcolvin.com/x/log"
11+ "go.jacobcolvin.com/x/cobras/ log"
1212
1313 "github.com/macropower/kclipper/cmd/kclipper/commands"
1414)
Original file line number Diff line number Diff line change 66 "log/slog"
77
88 "github.com/spf13/cobra"
9- "go.jacobcolvin.com/x/log"
10- "go.jacobcolvin.com/x/profile"
9+ "go.jacobcolvin.com/x/cobras/ log"
10+ "go.jacobcolvin.com/x/cobras/ profile"
1111
1212 kclcmd "kcl-lang.io/cli/cmd/kcl/commands"
1313)
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
1010
1111 "github.com/stretchr/testify/assert"
1212 "github.com/stretchr/testify/require"
13- "go.jacobcolvin.com/x/log"
13+ "go.jacobcolvin.com/x/cobras/ log"
1414
1515 "github.com/macropower/kclipper/cmd/kclipper/commands"
1616)
Original file line number Diff line number Diff line change @@ -19,10 +19,9 @@ require (
1919 github.com/spf13/cobra v1.10.2
2020 github.com/stretchr/testify v1.11.1
2121 go.jacobcolvin.com/niceyaml v0.0.0-20260606070754-4b3c7a02856f
22- go.jacobcolvin.com/x/log v0.0.0-20260606030626-0add6a0111c9
23- go.jacobcolvin.com/x/profile v0.0.0-20260606030626-0add6a0111c9
22+ go.jacobcolvin.com/x/cobras v0.0.0-20260606224903-982edca5fe6b
2423 go.jacobcolvin.com/x/stringtest v0.1.0
25- go.jacobcolvin.com/x/version v0.0.0-20260606030626-0add6a0111c9
24+ go.jacobcolvin.com/x/version v0.0.0-20260606224903-982edca5fe6b
2625 golang.org/x/sync v0.20.0
2726 golang.org/x/text v0.37.0
2827 gopkg.in/yaml.v3 v3.0.1
Original file line number Diff line number Diff line change @@ -679,14 +679,12 @@ go.etcd.io/etcd/client/v3 v3.6.5 h1:yRwZNFBx/35VKHTcLDeO7XVLbCBFbPi+XV4OC3QJf2U=
679679go.etcd.io/etcd/client/v3 v3.6.5 /go.mod h1:ZqwG/7TAFZ0BJ0jXRPoJjKQJtbFo/9NIY8uoFFKcCyo =
680680go.jacobcolvin.com/niceyaml v0.0.0-20260606070754-4b3c7a02856f h1:LWQ/e5B+1OPKgx0cGLmnJZsoy7qVJBuLqh5aOGDNvyU =
681681go.jacobcolvin.com/niceyaml v0.0.0-20260606070754-4b3c7a02856f /go.mod h1:IKkRz7ha8uLG2G7lknugdpRu4V5VNE271oZ1LoCwEYc =
682- go.jacobcolvin.com/x/log v0.0.0-20260606030626-0add6a0111c9 h1:xbAnTfbHIaGtFxNl1CaHUdRMCfDhEheB667od9tb8JA =
683- go.jacobcolvin.com/x/log v0.0.0-20260606030626-0add6a0111c9 /go.mod h1:ucGT7Cl11O/2Bmz7kAWz6cWhbGacYvisu+u3m212nL8 =
684- go.jacobcolvin.com/x/profile v0.0.0-20260606030626-0add6a0111c9 h1:ypqjj2PckKl/Hr/ykXGI9Vo4R6W8qDGCLUEKguMk8KA =
685- go.jacobcolvin.com/x/profile v0.0.0-20260606030626-0add6a0111c9 /go.mod h1:cVSHvYabCqcsbT2PmRR6ZNJIdf89196dw6UBvgzyOnw =
682+ go.jacobcolvin.com/x/cobras v0.0.0-20260606224903-982edca5fe6b h1:lx7h1zJnqaKDYzx4s7Y9RjWN8LFj0Hat4zqEMEJ0kZ8 =
683+ go.jacobcolvin.com/x/cobras v0.0.0-20260606224903-982edca5fe6b /go.mod h1:LLWfBYoVQ1eoAd3meKiEtqaJpcWuXUCECoHv5MZQZy0 =
686684go.jacobcolvin.com/x/stringtest v0.1.0 h1:CokQSICcFmywBapU5p1SsA2YBD+aSL3R/EPM1FRv5IM =
687685go.jacobcolvin.com/x/stringtest v0.1.0 /go.mod h1:hXDTRkMBRvOXc4e02XRL2b9F1Te1OWJ/NgjIOn+jmMY =
688- go.jacobcolvin.com/x/version v0.0.0-20260606030626-0add6a0111c9 h1:dFXRQ2GzTzvtNQsQxCgQ85I6SBsHboWMB5bkP66gax4 =
689- go.jacobcolvin.com/x/version v0.0.0-20260606030626-0add6a0111c9 /go.mod h1:UMKeFcrc232Ui5hAqgbNHenX+U3WNDyKiiB9uyEBU7M =
686+ go.jacobcolvin.com/x/version v0.0.0-20260606224903-982edca5fe6b h1:nogUnbXVzo3GrY2otgiQBvdpgmPmNjmkQKq3W445Rrk =
687+ go.jacobcolvin.com/x/version v0.0.0-20260606224903-982edca5fe6b /go.mod h1:tcZnfGDaW/il7M0K+KADxbxG3xdKXAXW2cF1s4BGtnE =
690688go.mongodb.org/mongo-driver v1.14.0 h1:P98w8egYRjYe3XDjxhYJagTokP/H6HzlsnojRgZRd80 =
691689go.mongodb.org/mongo-driver v1.14.0 /go.mod h1:Vzb0Mk/pa7e6cWw85R4F/endUC3u0U9jGcNU603k65c =
692690go.opencensus.io v0.24.0 h1:y73uSU6J157QMP2kn2r30vwW1A2W2WFwSCGnAVxeaD0 =
Original file line number Diff line number Diff line change 77 "log/slog"
88 "sync/atomic"
99
10- "go.jacobcolvin.com/x/log"
10+ "go.jacobcolvin.com/x/cobras/ log"
1111
1212 tea "charm.land/bubbletea/v2"
1313
Original file line number Diff line number Diff line change 88
99 "github.com/stretchr/testify/assert"
1010 "github.com/stretchr/testify/require"
11- "go.jacobcolvin.com/x/log"
11+ "go.jacobcolvin.com/x/cobras/ log"
1212
1313 tea "charm.land/bubbletea/v2"
1414
You can’t perform that action at this time.
0 commit comments