Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use ProtonMail fork of crypto package for openpgp #64

Merged
merged 2 commits into from
Sep 29, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 2 additions & 17 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,18 @@ module github.com/moov-io/achgateway
go 1.16

require (
cloud.google.com/go/monitoring v0.1.0 // indirect
cloud.google.com/go/pubsub v1.16.0 // indirect
cloud.google.com/go/secretmanager v0.1.0 // indirect
cloud.google.com/go/storage v1.16.1 // indirect
cloud.google.com/go/trace v0.1.0 // indirect
contrib.go.opencensus.io/exporter/stackdriver v0.13.8 // indirect
github.com/Azure/azure-amqp-common-go/v3 v3.1.1 // indirect
github.com/Azure/azure-sdk-for-go v57.0.0+incompatible // indirect
github.com/Azure/azure-service-bus-go v0.10.16 // indirect
github.com/Azure/azure-storage-blob-go v0.14.0 // indirect
github.com/Azure/go-amqp v0.13.12 // indirect
github.com/Azure/go-autorest/autorest v0.11.21 // indirect
github.com/Azure/go-autorest/autorest/adal v0.9.16 // indirect
github.com/Azure/go-autorest/autorest/azure/cli v0.4.3 // indirect
github.com/GoogleCloudPlatform/cloudsql-proxy v1.24.0 // indirect
github.com/Microsoft/go-winio v0.5.0 // indirect
github.com/PagerDuty/go-pagerduty v1.4.2
github.com/ProtonMail/go-crypto v0.0.0-20210920160938-87db9fbc61c7
github.com/Shopify/sarama v1.29.0
github.com/armon/go-metrics v0.3.9 // indirect
github.com/aws/aws-sdk-go v1.40.44 // indirect
github.com/aws/aws-sdk-go-v2/config v1.8.1 // indirect
github.com/aws/aws-sdk-go-v2/service/kms v1.5.0 // indirect
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.6.0 // indirect
github.com/aws/aws-sdk-go-v2/service/ssm v1.10.0 // indirect
github.com/cenkalti/backoff/v4 v4.1.1 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/containerd/continuity v0.2.0 // indirect
Expand All @@ -54,6 +42,7 @@ require (
github.com/hashicorp/go-retryablehttp v0.7.0
github.com/jlaffaye/ftp v0.0.0-20210307004419-5d4190119067
github.com/klauspost/compress v1.13.6 // indirect
github.com/lib/pq v1.10.2 // indirect
github.com/markbates/pkger v0.17.1
github.com/mitchellh/mapstructure v1.4.2 // indirect
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
Expand All @@ -74,14 +63,10 @@ require (
github.com/spf13/viper v1.8.1
github.com/stretchr/testify v1.7.0
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.7.0 // indirect
go.uber.org/zap v1.19.0 // indirect
gocloud.dev v0.23.0
gocloud.dev/pubsub/kafkapubsub v0.23.0
goftp.io/server v0.4.1
golang.org/x/crypto v0.0.0-20210506145944-38f3c27a63bf
golang.org/x/mod v0.5.0 // indirect
golang.org/x/net v0.0.0-20210916014120-12bc252f5db8 // indirect
golang.org/x/sys v0.0.0-20210915083310-ed5796bab164 // indirect
golang.org/x/text v0.3.7 // indirect
Expand Down
Loading