Skip to content

Commit 55bda53

Browse files
authored
fix: dependencies (#9)
1 parent 1257413 commit 55bda53

File tree

211 files changed

+284944
-674
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

211 files changed

+284944
-674
lines changed

go.mod

+12-7
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,36 @@
11
module github.com/magic-pod/bitrise-step-magic-pod
22

3-
go 1.17
3+
go 1.21
44

55
require (
6-
github.com/Magic-Pod/magicpod-api-client v0.0.0-20230224075122-0824bab1bbc4
6+
github.com/Magic-Pod/magicpod-api-client v0.0.0-20231114040221-e84816d393ea
77
github.com/bitrise-io/go-utils v1.0.1
88
github.com/bitrise-tools/go-steputils v0.0.0-20200227150459-94490ca44ddb
99
github.com/urfave/cli v1.22.5
1010
)
1111

1212
require (
13-
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d // indirect
13+
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
1414
github.com/dsnet/compress v0.0.1 // indirect
1515
github.com/go-resty/resty v0.0.0-00010101000000-000000000000 // indirect
1616
github.com/golang/snappy v0.0.4 // indirect
1717
github.com/google/go-cmp v0.5.7 // indirect
1818
github.com/kr/pretty v0.3.0 // indirect
19-
github.com/mholt/archiver v3.1.1+incompatible // indirect
2019
github.com/nwaples/rardecode v1.1.2 // indirect
21-
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
2220
github.com/russross/blackfriday/v2 v2.0.1 // indirect
2321
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
2422
github.com/ulikunitz/xz v0.5.10 // indirect
2523
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
26-
golang.org/x/net v0.7.0 // indirect
24+
golang.org/x/net v0.17.0 // indirect
2725
)
2826

29-
require github.com/bitrise-io/go-steputils v1.0.1 // indirect
27+
require (
28+
github.com/andybalholm/brotli v1.0.0 // indirect
29+
github.com/bitrise-io/go-steputils v1.0.1 // indirect
30+
github.com/klauspost/compress v1.10.10 // indirect
31+
github.com/klauspost/pgzip v1.2.4 // indirect
32+
github.com/mholt/archiver/v3 v3.3.2 // indirect
33+
github.com/pierrec/lz4/v3 v3.3.2 // indirect
34+
)
3035

3136
replace github.com/go-resty/resty => gopkg.in/resty.v1 v1.11.0

go.sum

+480-25
Large diffs are not rendered by default.

vendor/github.com/Magic-Pod/magicpod-api-client/common/common.go

+112-34
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/andybalholm/brotli/LICENSE

+19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/andybalholm/brotli/README.md

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)