Skip to content

Commit

Permalink
Merge pull request #74 from swisscom/develop
Browse files Browse the repository at this point in the history
Update labstack/echo and mongodb tools
  • Loading branch information
JamesClonk authored Oct 6, 2022
2 parents 49903be + 7f4691b commit e7a8d18
Show file tree
Hide file tree
Showing 23 changed files with 718 additions and 506 deletions.
48 changes: 48 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
Expand Up @@ -358,4 +358,52 @@ ignore:
- '*':
reason: Not applicable
expires: 2099-09-09T00:00:00.000Z
SNYK-UBUNTU2004-SQLITE3-3012501:
- '*':
reason: Not applicable
expires: 2099-09-09T00:00:00.000Z
SNYK-UBUNTU2004-VIM-2993995:
- '*':
reason: Not applicable
expires: 2099-09-09T00:00:00.000Z
SNYK-UBUNTU2004-VIM-2993203:
- '*':
reason: Not applicable
expires: 2099-09-09T00:00:00.000Z
SNYK-UBUNTU2004-VIM-2965958:
- '*':
reason: Not applicable
expires: 2099-09-09T00:00:00.000Z
SNYK-UBUNTU2004-VIM-2944002:
- '*':
reason: Not applicable
expires: 2099-09-09T00:00:00.000Z
SNYK-UBUNTU2004-VIM-2935216:
- '*':
reason: Not applicable
expires: 2099-09-09T00:00:00.000Z
SNYK-UBUNTU2004-VIM-2935210:
- '*':
reason: Not applicable
expires: 2099-09-09T00:00:00.000Z
SNYK-UBUNTU2004-POSTGRESQL12-2980572:
- '*':
reason: Not applicable
expires: 2099-09-09T00:00:00.000Z
SNYK-UBUNTU2004-ZLIB-2975631:
- '*':
reason: Not applicable
expires: 2099-09-09T00:00:00.000Z
SNYK-UBUNTU2004-SQLITE3-2994021:
- '*':
reason: Not applicable
expires: 2099-09-09T00:00:00.000Z
SNYK-UPSTREAM-NODE-3035792:
- '*':
reason: Not applicable
expires: 2099-09-09T00:00:00.000Z
SNYK-UPSTREAM-NODE-3035795:
- '*':
reason: Not applicable
expires: 2099-09-09T00:00:00.000Z
patch: {}
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN wget -qO - https://www.mongodb.org/static/pgp/server-5.0.asc | apt-key add -
echo "deb [ arch=amd64 ] https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/5.0 multiverse" > /etc/apt/sources.list.d/mongodb-org-5.0.list
RUN curl -sL https://deb.nodesource.com/setup_lts.x | bash -
RUN apt-get -y $package_args update && \
apt-get -y $package_args install mysql-client postgresql-client-12 mongodb-database-tools=100.5.3 mongodb-org-tools=5.0.9 mongodb-org-shell=5.0.9 redis-tools nodejs openssh-server bash vim-tiny && \
apt-get -y $package_args install mysql-client postgresql-client-12 mongodb-database-tools=100.5.4 mongodb-org-tools=5.0.13 mongodb-org-shell=5.0.13 redis-tools nodejs openssh-server bash vim-tiny && \
apt-get clean && \
find /usr/share/doc/*/* ! -name copyright | xargs rm -rf && \
rm -rf \
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/hako/durafmt v0.0.0-20210316092057-3a2c319c1acd
github.com/klauspost/cpuid/v2 v2.0.6 // indirect
github.com/labstack/echo/v4 v4.7.2
github.com/labstack/echo/v4 v4.9.0
github.com/minio/md5-simd v1.1.2 // indirect
github.com/minio/minio-go/v6 v6.0.57
github.com/minio/sha256-simd v1.0.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
github.com/kr/pty v1.1.8/go.mod h1:O1sed60cT9XZ5uDucP5qwvh+TE3NnUj51EiZO/lmSfw=
github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/labstack/echo/v4 v4.7.2 h1:Kv2/p8OaQ+M6Ex4eGimg9b9e6icoxA42JSlOR3msKtI=
github.com/labstack/echo/v4 v4.7.2/go.mod h1:xkCDAdFCIf8jsFQ5NnbK7oqaF/yU1A1X20Ltm0OvSks=
github.com/labstack/echo/v4 v4.9.0 h1:wPOF1CE6gvt/kmbMR4dGzWvHMPT+sAEUJOwOTtvITVY=
github.com/labstack/echo/v4 v4.9.0/go.mod h1:xkCDAdFCIf8jsFQ5NnbK7oqaF/yU1A1X20Ltm0OvSks=
github.com/labstack/gommon v0.3.1 h1:OomWaJXm7xR6L1HmEtGyQf26TEn7V6X88mktX9kee9o=
github.com/labstack/gommon v0.3.1/go.mod h1:uW6kP17uPlLJsD3ijUYn3/M5bAxtlZhMI6m3MFxTMTM=
github.com/lib/pq v1.0.0/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo=
Expand Down
43 changes: 43 additions & 0 deletions vendor/github.com/labstack/echo/v4/CHANGELOG.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions vendor/github.com/labstack/echo/v4/Makefile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 10 additions & 9 deletions vendor/github.com/labstack/echo/v4/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e7a8d18

Please sign in to comment.