Skip to content

Commit e0b61ed

Browse files
fix(deps): update module github.com/jaredallard/vcs to v1 (#364)
1 parent 0f1daf1 commit e0b61ed

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require (
1717
github.com/hashicorp/go-plugin v1.7.0
1818
github.com/jaredallard/archives v1.0.1
1919
github.com/jaredallard/cmdexec v1.3.0
20-
github.com/jaredallard/vcs v0.5.6
20+
github.com/jaredallard/vcs v1.0.0
2121
github.com/mitchellh/hashstructure/v2 v2.0.2
2222
github.com/pkg/errors v0.9.1
2323
github.com/princjef/gomarkdoc v1.1.0
@@ -53,7 +53,7 @@ require (
5353
github.com/go-logfmt/logfmt v0.6.0 // indirect
5454
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
5555
github.com/golang/protobuf v1.5.4 // indirect
56-
github.com/google/go-github/v74 v74.0.0 // indirect
56+
github.com/google/go-github/v76 v76.0.0 // indirect
5757
github.com/google/go-querystring v1.1.0 // indirect
5858
github.com/google/uuid v1.6.0 // indirect
5959
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
@@ -88,19 +88,19 @@ require (
8888
github.com/x-cray/logrus-prefixed-formatter v0.5.2 // indirect
8989
github.com/xanzy/ssh-agent v0.3.3 // indirect
9090
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
91-
gitlab.com/gitlab-org/api/client-go v0.137.0 // indirect
91+
gitlab.com/gitlab-org/api/client-go v0.157.0 // indirect
9292
go.yaml.in/yaml/v2 v2.4.2 // indirect
9393
golang.org/x/crypto v0.39.0 // indirect
9494
golang.org/x/exp v0.0.0-20241210194714-1829a127f884 // indirect
9595
golang.org/x/net v0.41.0 // indirect
96-
golang.org/x/oauth2 v0.30.0 // indirect
97-
golang.org/x/sys v0.33.0 // indirect
96+
golang.org/x/oauth2 v0.32.0 // indirect
97+
golang.org/x/sys v0.34.0 // indirect
9898
golang.org/x/term v0.32.0 // indirect
99-
golang.org/x/text v0.27.0 // indirect
99+
golang.org/x/text v0.28.0 // indirect
100100
golang.org/x/time v0.12.0 // indirect
101101
google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 // indirect
102102
google.golang.org/grpc v1.69.0 // indirect
103-
google.golang.org/protobuf v1.36.6 // indirect
103+
google.golang.org/protobuf v1.36.10 // indirect
104104
gopkg.in/warnings.v0 v0.1.2 // indirect
105105
mvdan.cc/xurls/v2 v2.6.0 // indirect
106106
)

go.sum

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)