Skip to content

Commit

Permalink
Merge pull request #243 from cyberark/update-go-deps
Browse files Browse the repository at this point in the history
Update go deps
  • Loading branch information
andytinkham authored Nov 10, 2022
2 parents e6655a2 + dfce351 commit 453f07c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [0.9.5] - 2022-09-28
### Changed
- Upgraded example Dockerfile to use python:3.11
[cyberark/summon#243](https://github.com/cyberark/summon/pull/243)
- Upgrade Go to 1.19
[cyberark/summon#240](https://github.com/cyberark/summon/pull/240)

Expand Down
2 changes: 1 addition & 1 deletion examples/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:alpine3.10
FROM python:3.11.0

RUN mkdir /src
WORKDIR /src
Expand Down
6 changes: 6 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,14 @@ replace golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 => golang.org/x/c

replace golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 => golang.org/x/crypto v0.0.0-20211202192323-5770296d904e

replace golang.org/x/crypto v0.0.0-20211202192323-5770296d904e => golang.org/x/crypto v0.0.0-20211202192323-5770296d904e

replace golang.org/x/net v0.0.0-20190620200207-3b0461eec859 => golang.org/x/net v0.0.0-20220923203811-8be639271d50

replace golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 => golang.org/x/net v0.0.0-20220923203811-8be639271d50

replace golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 => golang.org/x/net v0.0.0-20220923203811-8be639271d50

replace golang.org/x/net v0.0.0-20220722155237-a158d28d115b => golang.org/x/net v0.0.0-20220923203811-8be639271d50

replace golang.org/x/net v0.0.0-20220812174116-3211cb980234 => golang.org/x/net v0.0.0-20220923203811-8be639271d50
Expand All @@ -34,6 +38,8 @@ replace golang.org/x/text v0.3.0 => golang.org/x/text v0.3.8

replace golang.org/x/text v0.3.3 => golang.org/x/text v0.3.8

replace golang.org/x/text v0.3.6 => golang.org/x/text v0.3.8

replace golang.org/x/text v0.3.7 => golang.org/x/text v0.3.8

replace gopkg.in/yaml.v2 v2.2.2 => gopkg.in/yaml.v2 v2.2.8
Expand Down

0 comments on commit 453f07c

Please sign in to comment.