Skip to content

Commit f47f96a

Browse files
committed
go get -u & go mod tidy
1 parent cf94882 commit f47f96a

File tree

2 files changed

+137
-103
lines changed

2 files changed

+137
-103
lines changed

go.mod

+28-32
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ module github.com/foxcpp/maddy
33
go 1.15
44

55
require (
6-
blitiri.com.ar/go/spf v1.2.0
7-
cloud.google.com/go v0.97.0 // indirect
6+
blitiri.com.ar/go/spf v1.3.0
7+
cloud.google.com/go/compute v1.5.0 // indirect
8+
github.com/Azure/go-ntlmssp v0.0.0-20211209120228-48547f28849e // indirect
89
github.com/GehirnInc/crypt v0.0.0-20200316065508-bb7000b8a962
9-
github.com/aws/aws-sdk-go v1.40.59 // indirect
10-
github.com/caddyserver/certmagic v0.15.0
11-
github.com/cespare/xxhash/v2 v2.1.2 // indirect
10+
github.com/aws/aws-sdk-go v1.43.12 // indirect
11+
github.com/caddyserver/certmagic v0.15.3
1212
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
13-
github.com/digitalocean/godo v1.69.1 // indirect
13+
github.com/digitalocean/godo v1.75.0 // indirect
1414
github.com/emersion/go-imap v1.2.1-0.20220119134953-dcd9ee65c8c7
1515
github.com/emersion/go-imap-appendlimit v0.0.0-20210907172056-e3baed77bbe4
1616
github.com/emersion/go-imap-compress v0.0.0-20201103190257-14809af1d1b9
@@ -28,18 +28,16 @@ require (
2828
github.com/foxcpp/go-imap-i18nlevel v0.0.0-20200208001533-d6ec88553005
2929
github.com/foxcpp/go-imap-namespace v0.0.0-20200722130255-93092adf35f1
3030
github.com/foxcpp/go-imap-sql v0.5.1-0.20210828123943-f74ead8f06cd
31-
github.com/foxcpp/go-mockdns v0.0.0-20210729171921-fb145fc6f897
31+
github.com/foxcpp/go-mockdns v1.0.0
3232
github.com/foxcpp/go-mtasts v0.0.0-20191219193356-62bc3f1f74b8
3333
github.com/go-asn1-ber/asn1-ber v1.5.3 // indirect
34-
github.com/go-ldap/ldap/v3 v3.4.1
34+
github.com/go-ldap/ldap/v3 v3.4.2
3535
github.com/go-sql-driver/mysql v1.6.0
3636
github.com/google/uuid v1.3.0
37-
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
3837
github.com/johannesboyne/gofakes3 v0.0.0-20210704111953-6a9f95c2941c
39-
github.com/json-iterator/go v1.1.12 // indirect
40-
github.com/klauspost/compress v1.13.6 // indirect
41-
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
42-
github.com/lib/pq v1.10.3
38+
github.com/klauspost/compress v1.15.0 // indirect
39+
github.com/klauspost/cpuid/v2 v2.0.11 // indirect
40+
github.com/lib/pq v1.10.4
4341
github.com/libdns/alidns v1.0.2
4442
github.com/libdns/cloudflare v0.1.0
4543
github.com/libdns/digitalocean v0.0.0-20210310230526-186c4ebd2215
@@ -49,34 +47,32 @@ require (
4947
github.com/libdns/leaseweb v0.2.1
5048
github.com/libdns/libdns v0.2.1
5149
github.com/libdns/metaname v0.3.0
52-
github.com/libdns/namecheap v0.0.0-20210820020909-5f694e73b00f
50+
github.com/libdns/namecheap v0.0.0-20211109042440-fc7440785c8e
5351
github.com/libdns/namedotcom v0.3.3
54-
github.com/libdns/route53 v1.1.1
55-
github.com/libdns/vultr v0.0.0-20201128180404-1d5ee21ea62f
52+
github.com/libdns/route53 v1.1.2
53+
github.com/libdns/vultr v0.0.0-20211122184636-cd4cb5c12e51
5654
github.com/mailru/easyjson v0.7.7 // indirect
5755
github.com/mattn/go-sqlite3 v2.0.3+incompatible
58-
github.com/miekg/dns v1.1.43
56+
github.com/mholt/acmez v1.0.2 // indirect
57+
github.com/miekg/dns v1.1.46
5958
github.com/minio/md5-simd v1.1.2 // indirect
60-
github.com/minio/minio-go/v7 v7.0.14
59+
github.com/minio/minio-go/v7 v7.0.23
6160
github.com/minio/sha256-simd v1.0.0 // indirect
6261
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
63-
github.com/prometheus/client_golang v1.11.0
64-
github.com/prometheus/common v0.31.1 // indirect
65-
github.com/prometheus/procfs v0.7.3 // indirect
62+
github.com/prometheus/client_golang v1.12.1
6663
github.com/rs/xid v1.3.0 // indirect
6764
github.com/urfave/cli v1.22.5
68-
github.com/vultr/govultr/v2 v2.9.0 // indirect
65+
github.com/vultr/govultr/v2 v2.14.1 // indirect
6966
go.uber.org/atomic v1.9.0 // indirect
70-
go.uber.org/multierr v1.7.0 // indirect
71-
go.uber.org/zap v1.19.1
72-
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
73-
golang.org/x/net v0.0.0-20211011170408-caeb26a5c8c0
74-
golang.org/x/oauth2 v0.0.0-20211005180243-6b3c2da341f1 // indirect
67+
go.uber.org/multierr v1.8.0 // indirect
68+
go.uber.org/zap v1.21.0
69+
golang.org/x/crypto v0.0.0-20220214200702-86341886e292
70+
golang.org/x/net v0.0.0-20220225172249-27dd8689420f
71+
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect
7572
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
76-
golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac // indirect
73+
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect
7774
golang.org/x/text v0.3.7
78-
google.golang.org/api v0.58.0 // indirect
79-
google.golang.org/genproto v0.0.0-20211011165927-a5fb3255271e // indirect
80-
google.golang.org/grpc v1.41.0 // indirect
81-
gopkg.in/ini.v1 v1.63.2 // indirect
75+
golang.org/x/tools v0.1.9 // indirect
76+
google.golang.org/genproto v0.0.0-20220304144024-325a89244dc8 // indirect
77+
gopkg.in/ini.v1 v1.66.4 // indirect
8278
)

0 commit comments

Comments
 (0)