Skip to content

Commit b9e157d

Browse files
committed
bump up multiple packages
1 parent 9bfa450 commit b9e157d

File tree

4 files changed

+111
-96
lines changed

4 files changed

+111
-96
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
## Undefined
44
### Changed
55
- Bump up golang.org/x/text to v0.7.0. It fixes [CVE-2022-32149](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32149)
6+
thub.com/apenella/go-common-utils/error v0.0.0-20221227202648-5452d804e940
7+
- Bump up github.com/apenella/go-common-utils/transformer/string to v0.0.0-20221227202648-5452d804e940
8+
- Bump up github.com/docker/docker to v23.0.1+incompatible
9+
- Bump up github.com/go-git/go-git/v5 to v5.5.2
10+
- Bump up github.com/spf13/afero to v1.9.4
11+
- Bump up github.com/stretchr/testify to v1.8.2
12+
- Bump up github.com/xanzy/ssh-agent to v0.3.3
613

714
## [0.7.3]
815

RELEASE_NOTES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,10 @@
33
## Undefined
44
### Changed
55
- Bump up golang.org/x/text to v0.7.0. It fixes [CVE-2022-32149](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32149)
6+
- Bump up github.com/apenella/go-common-utils/transformer/string to v0.0.0-20221227202648-5452d804e940
7+
- Bump up github.com/docker/docker to v23.0.1+incompatible
8+
- Bump up github.com/go-git/go-git/v5 to v5.5.2
9+
- Bump up github.com/spf13/afero to v1.9.4
10+
- Bump up github.com/stretchr/testify to v1.8.2
11+
- Bump up github.com/xanzy/ssh-agent to v0.3.3
612

go.mod

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -5,48 +5,49 @@ go 1.19
55
require (
66
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
77
github.com/ahmetb/go-cursor v0.0.0-20131010032410-8136607ea412
8-
github.com/apenella/go-common-utils/error v0.0.0-20220913191136-86daaa87e7df
9-
github.com/apenella/go-common-utils/transformer/string v0.0.0-20220913191136-86daaa87e7df
8+
github.com/apenella/go-common-utils/error v0.0.0-20221227202648-5452d804e940
9+
github.com/apenella/go-common-utils/transformer/string v0.0.0-20221227202648-5452d804e940
1010
github.com/docker/distribution v2.8.1+incompatible
11-
github.com/docker/docker v20.10.18+incompatible
12-
github.com/go-git/go-git/v5 v5.4.2
13-
github.com/spf13/afero v1.9.2
14-
github.com/stretchr/testify v1.8.0
11+
github.com/docker/docker v23.0.1+incompatible
12+
github.com/go-git/go-git/v5 v5.5.2
13+
github.com/spf13/afero v1.9.4
14+
github.com/stretchr/testify v1.8.2
1515
github.com/wk8/go-ordered-map v1.0.0
16-
github.com/xanzy/ssh-agent v0.3.2
16+
github.com/xanzy/ssh-agent v0.3.3
1717
)
1818

1919
require (
20-
github.com/Microsoft/go-winio v0.5.2 // indirect
21-
github.com/ProtonMail/go-crypto v0.0.0-20220824120805-4b6e5c587895 // indirect
22-
github.com/acomagu/bufpipe v1.0.3 // indirect
23-
github.com/cloudflare/circl v1.2.0 // indirect
20+
github.com/Microsoft/go-winio v0.6.0 // indirect
21+
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect
22+
github.com/acomagu/bufpipe v1.0.4 // indirect
23+
github.com/cloudflare/circl v1.3.2 // indirect
2424
github.com/davecgh/go-spew v1.1.1 // indirect
2525
github.com/docker/go-connections v0.4.0 // indirect
2626
github.com/docker/go-units v0.5.0 // indirect
2727
github.com/emirpasic/gods v1.18.1 // indirect
2828
github.com/go-git/gcfg v1.5.0 // indirect
29-
github.com/go-git/go-billy/v5 v5.3.1 // indirect
29+
github.com/go-git/go-billy/v5 v5.4.1 // indirect
3030
github.com/gogo/protobuf v1.3.2 // indirect
31-
github.com/google/go-cmp v0.5.9 // indirect
3231
github.com/imdario/mergo v0.3.13 // indirect
3332
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
3433
github.com/kevinburke/ssh_config v1.2.0 // indirect
35-
github.com/mitchellh/go-homedir v1.1.0 // indirect
36-
github.com/moby/term v0.0.0-20220808134915-39b0c02b01ae // indirect
34+
github.com/moby/term v0.0.0-20221205130635-1aeaba878587 // indirect
3735
github.com/morikuni/aec v1.0.0 // indirect
3836
github.com/opencontainers/go-digest v1.0.0 // indirect
3937
github.com/opencontainers/image-spec v1.0.2 // indirect
38+
github.com/pjbgf/sha1cd v0.2.3 // indirect
4039
github.com/pkg/errors v0.9.1 // indirect
4140
github.com/pmezard/go-difflib v1.0.0 // indirect
42-
github.com/sergi/go-diff v1.2.0 // indirect
43-
github.com/sirupsen/logrus v1.9.0 // indirect
44-
github.com/stretchr/objx v0.4.0 // indirect
45-
golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90 // indirect
46-
golang.org/x/net v0.0.0-20220909164309-bea034e7d591 // indirect
47-
golang.org/x/sys v0.0.0-20220913175220-63ea55921009 // indirect
41+
github.com/sergi/go-diff v1.3.1 // indirect
42+
github.com/skeema/knownhosts v1.1.0 // indirect
43+
github.com/stretchr/objx v0.5.0 // indirect
44+
golang.org/x/crypto v0.6.0 // indirect
45+
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
46+
golang.org/x/net v0.7.0 // indirect
47+
golang.org/x/sys v0.5.0 // indirect
4848
golang.org/x/text v0.7.0 // indirect
49+
golang.org/x/tools v0.1.12 // indirect
4950
gopkg.in/warnings.v0 v0.1.2 // indirect
5051
gopkg.in/yaml.v3 v3.0.1 // indirect
51-
gotest.tools/v3 v3.3.0 // indirect
52+
gotest.tools/v3 v3.4.0 // indirect
5253
)

0 commit comments

Comments
 (0)