Skip to content

Commit a7f9464

Browse files
committed
chore: update dependencies in go.mod
- Added new dependencies: github.com/bmatcuk/doublestar/v4 v4.9.1, github.com/fatih/color v1.16.0, and github.com/gosimple/slug v1.15.0. - Removed indirect references for github.com/bmatcuk/doublestar/v4, github.com/fatih/color, and github.com/gosimple/slug.
1 parent b037f8e commit a7f9464

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,14 @@ require (
2121
github.com/aws/aws-sdk-go-v2/service/eks v1.64.0
2222
github.com/aws/aws-sdk-go-v2/service/rds v1.95.0
2323
github.com/aws/aws-sdk-go-v2/service/sts v1.33.19
24+
github.com/bmatcuk/doublestar/v4 v4.9.1
2425
github.com/charmbracelet/log v0.4.0
2526
github.com/creack/pty v1.1.24
27+
github.com/fatih/color v1.16.0
2628
github.com/google/go-github/v57 v57.0.0
2729
github.com/google/uuid v1.6.0
2830
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674
31+
github.com/gosimple/slug v1.15.0
2932
github.com/hashicorp/go-tfe v1.73.1
3033
github.com/k-capehart/go-salesforce/v2 v2.5.2
3134
github.com/loft-sh/vcluster v0.25.0
@@ -80,7 +83,6 @@ require (
8083
github.com/beorn7/perks v1.0.1 // indirect
8184
github.com/blang/semver v3.5.1+incompatible // indirect
8285
github.com/blang/semver/v4 v4.0.0 // indirect
83-
github.com/bmatcuk/doublestar/v4 v4.9.1 // indirect
8486
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
8587
github.com/cespare/xxhash/v2 v2.3.0 // indirect
8688
github.com/chai2010/gettext-go v1.0.2 // indirect
@@ -100,7 +102,6 @@ require (
100102
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
101103
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
102104
github.com/fatih/camelcase v1.0.0 // indirect
103-
github.com/fatih/color v1.16.0 // indirect
104105
github.com/felixge/httpsnoop v1.0.4 // indirect
105106
github.com/forcedotcom/go-soql v0.0.0-20220705175410-00f698360bee // indirect
106107
github.com/fsnotify/fsnotify v1.9.0 // indirect
@@ -129,7 +130,6 @@ require (
129130
github.com/google/s2a-go v0.1.9 // indirect
130131
github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
131132
github.com/googleapis/gax-go/v2 v2.14.1 // indirect
132-
github.com/gosimple/slug v1.15.0 // indirect
133133
github.com/gosimple/unidecode v1.0.1 // indirect
134134
github.com/gosuri/uitable v0.0.4 // indirect
135135
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect

0 commit comments

Comments
 (0)