Skip to content

Commit afbbfd0

Browse files
committed
update workspace command
1 parent 37048b3 commit afbbfd0

File tree

3 files changed

+256
-19
lines changed

3 files changed

+256
-19
lines changed

go.mod

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ require (
1818
github.com/fatih/color v1.13.0
1919
github.com/getsentry/sentry-go v0.14.0
2020
github.com/gin-gonic/gin v1.8.1
21+
github.com/go-git/go-git/v5 v5.5.2
2122
github.com/go-resty/resty/v2 v2.7.0
2223
github.com/golang-jwt/jwt v3.2.2+incompatible
2324
github.com/google/go-cmp v0.5.9
@@ -28,7 +29,7 @@ require (
2829
github.com/hashicorp/go-version v1.4.0
2930
github.com/jarcoal/httpmock v1.0.8
3031
github.com/jinzhu/copier v0.3.5
31-
github.com/kevinburke/ssh_config v1.1.0
32+
github.com/kevinburke/ssh_config v1.2.0
3233
github.com/manifoldco/promptui v0.9.0
3334
github.com/mitchellh/mapstructure v1.5.0
3435
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
@@ -49,15 +50,18 @@ require (
4950
github.com/wk8/go-ordered-map/v2 v2.0.0
5051
github.com/writeas/go-strip-markdown v2.0.1+incompatible
5152
go.opentelemetry.io/otel v1.10.0
52-
golang.org/x/crypto v0.0.0-20220926161630-eccd6366d1be
53+
golang.org/x/crypto v0.3.0
5354
golang.org/x/exp v0.0.0-20220909182711-5c715a9e8561
54-
golang.org/x/text v0.3.7
55+
golang.org/x/text v0.4.0
5556
k8s.io/apimachinery v0.24.3
5657
k8s.io/cli-runtime v0.24.3
5758
k8s.io/client-go v0.24.3
5859
)
5960

6061
require (
62+
github.com/Microsoft/go-winio v0.5.2 // indirect
63+
github.com/ProtonMail/go-crypto v0.0.0-20221026131551-cf6655e29de4 // indirect
64+
github.com/acomagu/bufpipe v1.0.3 // indirect
6165
github.com/aws/aws-sdk-go-v2/credentials v1.12.21 // indirect
6266
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.17 // indirect
6367
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 // indirect
@@ -69,32 +73,41 @@ require (
6973
github.com/aws/aws-sdk-go-v2/service/sts v1.16.19 // indirect
7074
github.com/aws/smithy-go v1.13.3 // indirect
7175
github.com/bahlo/generic-list-go v0.2.0 // indirect
76+
github.com/cloudflare/circl v1.1.0 // indirect
7277
github.com/emicklei/go-restful v2.9.5+incompatible // indirect
78+
github.com/emirpasic/gods v1.18.1 // indirect
7379
github.com/fsnotify/fsnotify v1.5.4 // indirect
7480
github.com/gin-contrib/sse v0.1.0 // indirect
81+
github.com/go-git/gcfg v1.5.0 // indirect
82+
github.com/go-git/go-billy/v5 v5.4.0 // indirect
7583
github.com/go-logr/stdr v1.2.2 // indirect
7684
github.com/go-playground/locales v0.14.0 // indirect
7785
github.com/go-playground/universal-translator v0.18.0 // indirect
7886
github.com/go-playground/validator/v10 v10.11.1 // indirect
7987
github.com/goccy/go-json v0.9.11 // indirect
8088
github.com/google/gnostic v0.5.7-v3refs // indirect
8189
github.com/hashicorp/hcl v1.0.0 // indirect
90+
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
8291
github.com/jmespath/go-jmespath v0.4.0 // indirect
8392
github.com/leodido/go-urn v1.2.1 // indirect
8493
github.com/magiconair/properties v1.8.6 // indirect
8594
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
8695
github.com/pelletier/go-toml v1.9.5 // indirect
8796
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
97+
github.com/pjbgf/sha1cd v0.2.3 // indirect
8898
github.com/rogpeppe/go-internal v1.8.1-0.20211023094830-115ce09fd6b4 // indirect
8999
github.com/sergi/go-diff v1.2.0 // indirect
100+
github.com/skeema/knownhosts v1.1.0 // indirect
90101
github.com/spf13/cast v1.5.0 // indirect
91102
github.com/spf13/jwalterweatherman v1.1.0 // indirect
92103
github.com/subosito/gotenv v1.4.1 // indirect
93104
github.com/tidwall/match v1.1.1 // indirect
94105
github.com/tidwall/pretty v1.2.0 // indirect
95106
github.com/ugorji/go/codec v1.2.7 // indirect
107+
github.com/xanzy/ssh-agent v0.3.3 // indirect
96108
go.opentelemetry.io/otel/trace v1.10.0 // indirect
97109
gopkg.in/ini.v1 v1.67.0 // indirect
110+
gopkg.in/warnings.v0 v0.1.2 // indirect
98111
sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 // indirect
99112
)
100113

@@ -116,7 +129,7 @@ require (
116129
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
117130
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
118131
github.com/hashicorp/errwrap v1.1.0 // indirect
119-
github.com/imdario/mergo v0.3.12 // indirect
132+
github.com/imdario/mergo v0.3.13 // indirect
120133
github.com/inconshreveable/mousetrap v1.0.0 // indirect
121134
github.com/jedib0t/go-pretty/v6 v6.3.1
122135
github.com/josharian/intern v1.0.0 // indirect
@@ -138,10 +151,10 @@ require (
138151
github.com/spf13/pflag v1.0.5 // indirect
139152
github.com/xlab/treeprint v0.0.0-20181112141820-a009c3971eca // indirect
140153
go.starlark.net v0.0.0-20200821142938-949cc6f4b097 // indirect
141-
golang.org/x/net v0.0.0-20221002022538-bcab6841153b // indirect
154+
golang.org/x/net v0.2.0 // indirect
142155
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 // indirect
143-
golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec // indirect
144-
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
156+
golang.org/x/sys v0.3.0 // indirect
157+
golang.org/x/term v0.2.0 // indirect
145158
golang.org/x/time v0.0.0-20220922220347-f3bd1da661af // indirect
146159
google.golang.org/appengine v1.6.7 // indirect
147160
google.golang.org/protobuf v1.28.1 // indirect

0 commit comments

Comments
 (0)