Skip to content

Commit c734417

Browse files
author
Daniel McCarney
authored
mod: update github.com/weppos/publicsuffix-go. (letsencrypt#4320)
Update `github.com/weppos/publicsuffix-go` to 5363748, the tip of master at the time of writing.
1 parent cba4ada commit c734417

File tree

5 files changed

+111
-14
lines changed

5 files changed

+111
-14
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ require (
3333
github.com/prometheus/procfs v0.0.0-20160411190841-abf152e5f3e9 // indirect
3434
github.com/syndtr/goleveldb v0.0.0-20180331014930-714f901b98fd // indirect
3535
github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399
36-
github.com/weppos/publicsuffix-go v0.4.1-0.20190430132455-7c1d5dc5cdc2
36+
github.com/weppos/publicsuffix-go v0.5.1-0.20190702072049-5363748eae15
3737
github.com/ziutek/mymysql v1.5.4 // indirect
3838
github.com/zmap/zcrypto v0.0.0-20190329181646-dff83107394d
3939
github.com/zmap/zlint v0.0.0-20190606200837-46c8a3a2f983

go.sum

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@ github.com/weppos/publicsuffix-go v0.0.0-20190329074744-34e9f38296ac/go.mod h1:z
104104
github.com/weppos/publicsuffix-go v0.4.0/go.mod h1:z3LCPQ38eedDQSwmsSRW4Y7t2L8Ln16JPQ02lHAdn5k=
105105
github.com/weppos/publicsuffix-go v0.4.1-0.20190430132455-7c1d5dc5cdc2 h1:9O5+udktp+JMAfkOWDzL8vI2lVRFybLnIzSOt9nF9pw=
106106
github.com/weppos/publicsuffix-go v0.4.1-0.20190430132455-7c1d5dc5cdc2/go.mod h1:z3LCPQ38eedDQSwmsSRW4Y7t2L8Ln16JPQ02lHAdn5k=
107+
github.com/weppos/publicsuffix-go v0.5.0 h1:rutRtjBJViU/YjcI5d80t4JAVvDltS6bciJg2K1HrLU=
108+
github.com/weppos/publicsuffix-go v0.5.1-0.20190702072049-5363748eae15 h1:5eCGYkytmf7XvvbTjmiSJbeXWkKrus8bE2DSbXjQ9s4=
109+
github.com/weppos/publicsuffix-go v0.5.1-0.20190702072049-5363748eae15/go.mod h1:z3LCPQ38eedDQSwmsSRW4Y7t2L8Ln16JPQ02lHAdn5k=
107110
github.com/ziutek/mymysql v1.5.4 h1:GB0qdRGsTwQSBVYuVShFBKaXSnSnYYC2d9knnE1LHFs=
108111
github.com/ziutek/mymysql v1.5.4/go.mod h1:LMSpPZ6DbqWFxNCHW77HeMg9I646SAhApZ/wKdgO/C0=
109112
github.com/zmap/rc2 v0.0.0-20131011165748-24b9757f5521/go.mod h1:3YZ9o3WnatTIZhuOtot4IcUfzoKVjUHqu6WALIyI0nE=

vendor/github.com/weppos/publicsuffix-go/publicsuffix/publicsuffix.go

Lines changed: 6 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/weppos/publicsuffix-go/publicsuffix/rules.go

Lines changed: 100 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ github.com/syndtr/goleveldb/leveldb/storage
8888
github.com/syndtr/goleveldb/leveldb/table
8989
# github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399
9090
github.com/titanous/rocacheck
91-
# github.com/weppos/publicsuffix-go v0.4.1-0.20190430132455-7c1d5dc5cdc2
91+
# github.com/weppos/publicsuffix-go v0.5.1-0.20190702072049-5363748eae15
9292
github.com/weppos/publicsuffix-go/publicsuffix
9393
# github.com/zmap/zcrypto v0.0.0-20190329181646-dff83107394d
9494
github.com/zmap/zcrypto/x509

0 commit comments

Comments
 (0)