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

Deps #276

Merged
merged 2 commits into from Jul 30, 2019
Merged

Deps #276

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 5 additions & 8 deletions go.mod
Expand Up @@ -3,22 +3,19 @@ module github.com/txtdirect/txtdirect
go 1.12

require (
github.com/SchumacherFM/mailout v1.2.0
github.com/SchumacherFM/mailout v1.3.0
github.com/caddyserver/caddy v1.0.1
github.com/captncraig/caddy-realip v0.0.0-20170918004412-5dd1f4047d0f
github.com/cretz/bine v0.1.0
github.com/captncraig/caddy-realip v0.0.0-20190710144553-6df827e22ab8
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/gomods/athens v0.3.1
github.com/juju/ratelimit v1.0.1 // indirect
github.com/mholt/caddy v1.0.1-0.20190514041736-c238b72d5dbc // indirect
github.com/miekg/caddy-prometheus v0.0.0-20190322143946-eb0f4d1615b0
github.com/miekg/dns v1.1.3
github.com/prometheus/client_golang v0.9.2
github.com/miekg/caddy-prometheus v0.0.0-20190709133612-1fe4cb19becd
github.com/miekg/dns v1.1.15
github.com/prometheus/client_golang v1.0.0
github.com/quasoft/memstore v0.0.0-20180925164028-84a050167438 // indirect
github.com/spf13/afero v1.2.2
github.com/steambap/captcha v1.3.0 // indirect
golang.org/x/image v0.0.0-20190424155947-59b11bec70c7 // indirect
golang.org/x/net v0.0.0-20190424112056-4829fb13d2c6
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0
Expand Down