Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
chore(deps): update all docker tags
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 5, 2021
1 parent 8271676 commit 8000ee6
Show file tree
Hide file tree
Showing 5 changed files with 798 additions and 34 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.16-buster as builder
FROM golang:1.17-buster as builder
WORKDIR /go/src/github.com/moov-io/paygate
RUN apt-get update && apt-get upgrade -y && apt-get install make gcc g++
COPY . .
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.kafka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
# - paygate
- watchman
fed:
image: moov/fed:v0.6.0
image: moov/fed:v0.7.1
ports:
- '8086:8086'
- '9096:9096'
Expand Down Expand Up @@ -69,14 +69,14 @@ services:
- customers
- kafka # might need to add a wait-for kafka to reliably docker-compose up
zookeeper:
image: confluentinc/cp-zookeeper:6.2.0
image: confluentinc/cp-zookeeper:6.2.1
ports:
- '2181:2181'
environment:
ZOOKEEPER_CLIENT_PORT: 2181
ZOOKEEPER_TICK_TIME: 2000
kafka:
image: confluentinc/cp-kafka:6.2.0
image: confluentinc/cp-kafka:6.2.1
ports:
- '9095:9092'
environment:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
# - paygate
- watchman
fed:
image: moov/fed:v0.6.0
image: moov/fed:v0.7.1
ports:
- "8086:8086"
- "9096:9096"
Expand Down
49 changes: 20 additions & 29 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,52 +4,43 @@ go 1.13

require (
github.com/Azure/azure-pipeline-go v0.2.3 // indirect
github.com/Azure/azure-storage-blob-go v0.10.0 // indirect
github.com/PagerDuty/go-pagerduty v1.3.0
github.com/PagerDuty/go-pagerduty v1.4.2
github.com/PuerkitoBio/goquery v1.5.1 // indirect
github.com/Shopify/sarama v1.26.4
github.com/Shopify/sarama v1.30.0
github.com/antihax/optional v1.0.0
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/go-kit/kit v0.10.0
github.com/go-sql-driver/mysql v1.5.0
github.com/go-kit/kit v0.12.0
github.com/go-sql-driver/mysql v1.6.0
github.com/gogo/protobuf v1.3.2 // indirect
github.com/gorilla/mux v1.8.0
github.com/hashicorp/go-multierror v1.1.0 // indirect
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
github.com/jaegertracing/jaeger-lib v2.2.0+incompatible // indirect
github.com/jlaffaye/ftp v0.0.0-20200715164256-5d10dd64f695
github.com/klauspost/compress v1.10.10 // indirect
github.com/jlaffaye/ftp v0.0.0-20210307004419-5d4190119067
github.com/lopezator/migrator v0.3.0
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/moov-io/ach v1.6.4
github.com/moov-io/base v0.18.2
github.com/moov-io/customers v0.5.0-rc4.0.20201022164017-d1d2af63aa85
github.com/mattn/go-sqlite3 v2.0.6+incompatible
github.com/moov-io/ach v1.12.2
github.com/moov-io/base v0.25.0
github.com/moov-io/customers v0.5.2
github.com/moov-io/identity v0.2.7 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opentracing/opentracing-go v1.2.0
github.com/ory/dockertest/v3 v3.6.3
github.com/ory/dockertest/v3 v3.8.0
github.com/ory/mail/v3 v3.0.0
github.com/pelletier/go-toml v1.8.0 // indirect
github.com/pkg/sftp v1.12.0
github.com/prometheus/client_golang v1.10.0
github.com/pkg/sftp v1.13.4
github.com/prometheus/client_golang v1.11.0
github.com/robfig/cron/v3 v3.0.1
github.com/spf13/afero v1.3.2 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.7.1
github.com/spf13/viper v1.9.0
github.com/stretchr/testify v1.7.0
github.com/uber/jaeger-client-go v2.25.0+incompatible
github.com/uber/jaeger-lib v2.2.0+incompatible
gocloud.dev v0.20.0
gocloud.dev/pubsub/kafkapubsub v0.20.0
github.com/uber/jaeger-client-go v2.29.1+incompatible
github.com/uber/jaeger-lib v2.4.1+incompatible
gocloud.dev v0.24.0
gocloud.dev/pubsub/kafkapubsub v0.24.0
gocloud.dev/secrets/hashivault v0.20.0 // indirect
goftp.io/server v0.4.0
golang.org/x/crypto v0.0.0-20201012173705-84dcc777aaee
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
golang.org/x/text v0.3.3
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
gopkg.in/ini.v1 v1.57.0 // indirect
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
golang.org/x/oauth2 v0.0.0-20211005180243-6b3c2da341f1
golang.org/x/text v0.3.7
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
honnef.co/go/tools v0.0.1-2020.1.5 // indirect
)
Expand Down
Loading

0 comments on commit 8000ee6

Please sign in to comment.