Skip to content

Commit 0e66b29

Browse files
committed
Update all dependencies to their latest versions
1 parent 24360e4 commit 0e66b29

File tree

15 files changed

+618
-255
lines changed

15 files changed

+618
-255
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
New features:
44
- Add support for GitHub releases.
55

6+
Changes:
7+
- Updated all dependencies to their latest versions.
8+
69
Bugfixes:
710
- Fixed transfer of objects from swift source when object name is not a well-formed path. For example, an object name like "a///b" is not wrongly normalized into "a/b" anymore.
811

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ go 1.17
44

55
require (
66
github.com/cactus/go-statsd-client/v4 v4.0.0
7-
github.com/google/go-github/v44 v44.0.0
7+
github.com/google/go-github/v44 v44.1.0
88
github.com/gophercloud/gophercloud v0.24.0
99
github.com/gophercloud/utils v0.0.0-20220307143606-8e7800759d16
1010
github.com/majewsky/schwift v1.1.0
1111
github.com/sapcc/go-bits v0.0.0-20220517080651-baba74caa927
1212
github.com/ulikunitz/xz v0.5.10
1313
golang.org/x/crypto v0.0.0-20220518034528-6f7dac969898
1414
golang.org/x/net v0.0.0-20220517181318-183a9ca12b87
15-
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
15+
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5
1616
gopkg.in/yaml.v2 v2.4.0
1717
pault.ag/go/debian v0.12.0
1818
)

go.sum

Lines changed: 354 additions & 6 deletions
Large diffs are not rendered by default.

vendor/github.com/google/go-github/v44/github/actions_workflow_runs.go

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

vendor/github.com/google/go-github/v44/github/code-scanning.go

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

vendor/github.com/google/go-github/v44/github/github-accessors.go

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

vendor/golang.org/x/oauth2/README.md

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

vendor/golang.org/x/oauth2/internal/client_appengine.go

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

vendor/golang.org/x/oauth2/internal/oauth2.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)