File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
10
10
github.com/inconshreveable/mousetrap v1.0.0 // indirect
11
11
github.com/jmespath/go-jmespath v0.0.0-20160803190731-bd40a432e4c7 // indirect
12
12
github.com/jtolds/gls v4.2.1+incompatible // indirect
13
- github.com/klauspost/compress v1.17.9 // indirect
13
+ github.com/klauspost/compress v1.17.9
14
14
github.com/kr/pretty v0.1.0 // indirect
15
15
github.com/smartystreets/assertions v0.0.0-20170818220048-9c0ea8acbc1d // indirect
16
16
github.com/smartystreets/goconvey v0.0.0-20170825221426-e5b2b7c91115 // indirect
@@ -20,6 +20,8 @@ require (
20
20
github.com/stretchr/testify v1.6.1
21
21
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
22
22
golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420 // indirect
23
+ gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
23
24
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
25
+ gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
24
26
gopkg.in/yaml.v2 v2.2.2
25
27
)
Original file line number Diff line number Diff line change @@ -50,9 +50,13 @@ golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
50
50
golang.org/x/text v0.3.6 h1:aRYxNxv6iGQlyVaZmk6ZgYEDa+Jg18DxebPSrd6bg1M =
51
51
golang.org/x/text v0.3.6 /go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ =
52
52
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e /go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ =
53
+ gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc h1:2gGKlE2+asNV9m7xrywl36YYNnBG5ZQ0r/BOOxqPpmk =
54
+ gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc /go.mod h1:m7x9LTH6d71AHyAX77c9yqWCCa3UKHcVEj9y7hAtKDk =
53
55
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
54
56
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 h1:qIbj1fsPNlZgppZ+VLlY7N33q108Sa+fhmuc+sWQYwY =
55
57
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
58
+ gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df h1:n7WqCuqOuCbNr617RXOY0AWRXxgwEyPp2z+p0+hgMuE =
59
+ gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df /go.mod h1:LRQQ+SO6ZHR7tOkpBDuZnXENFzX8qRjMDMyPD6BRkCw =
56
60
gopkg.in/yaml.v2 v2.2.2 h1:ZCJp+EgiOT7lHqUV2J862kp8Qj64Jo6az82+3Td9dZw =
57
61
gopkg.in/yaml.v2 v2.2.2 /go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI =
58
62
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c h1:dUUwHk2QECo/6vqA44rthZ8ie2QXMNeKRTHCNY2nXvo =
You can’t perform that action at this time.
0 commit comments