Skip to content

Commit 52feff5

Browse files
sapklunny
authored andcommitted
deps: Upgrade gopkg.in/editorconfig/editorconfig-core-go.v1 (#7749)
* deps: Upgrade gopkg.in/editorconfig/editorconfig-core-go.v1 from 1.2.0 to 1.3.0 * deps: vendor updates
1 parent cd238bc commit 52feff5

File tree

10 files changed

+86
-29
lines changed

10 files changed

+86
-29
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ require (
115115
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
116116
gopkg.in/asn1-ber.v1 v1.0.0-20150924051756-4e86f4367175 // indirect
117117
gopkg.in/bufio.v1 v1.0.0-20140618132640-567b2bfa514e // indirect
118-
gopkg.in/editorconfig/editorconfig-core-go.v1 v1.2.0
118+
gopkg.in/editorconfig/editorconfig-core-go.v1 v1.3.0
119119
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
120120
gopkg.in/ini.v1 v1.42.0
121121
gopkg.in/ldap.v3 v3.0.2

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -451,8 +451,8 @@ gopkg.in/bufio.v1 v1.0.0-20140618132640-567b2bfa514e/go.mod h1:xsQCaysVCudhrYTfz
451451
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
452452
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 h1:qIbj1fsPNlZgppZ+VLlY7N33q108Sa+fhmuc+sWQYwY=
453453
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
454-
gopkg.in/editorconfig/editorconfig-core-go.v1 v1.2.0 h1:CO465/foR4+bY1xNYjZEl6l8By1g/iMsImoruxfEt84=
455-
gopkg.in/editorconfig/editorconfig-core-go.v1 v1.2.0/go.mod h1:s2mQFI9McjArkyCwyEwU//+luQENTnD/Lfb/7Sj3/kQ=
454+
gopkg.in/editorconfig/editorconfig-core-go.v1 v1.3.0 h1:oxOEwvhxLMpWpN+0pb2r9TWrM0DCFBHxbuIlS27tmFg=
455+
gopkg.in/editorconfig/editorconfig-core-go.v1 v1.3.0/go.mod h1:s2mQFI9McjArkyCwyEwU//+luQENTnD/Lfb/7Sj3/kQ=
456456
gopkg.in/fsnotify.v1 v1.4.7 h1:xOHLXZwVvI9hhs+cLKq5+I5onOuwQLhQwiu63xxlHs4=
457457
gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMys=
458458
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df h1:n7WqCuqOuCbNr617RXOY0AWRXxgwEyPp2z+p0+hgMuE=

vendor/gopkg.in/editorconfig/editorconfig-core-go.v1/.editorconfig

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/gopkg.in/editorconfig/editorconfig-core-go.v1/.gitignore

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/gopkg.in/editorconfig/editorconfig-core-go.v1/.gitmodules

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/gopkg.in/editorconfig/editorconfig-core-go.v1/.travis.yml

+14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/gopkg.in/editorconfig/editorconfig-core-go.v1/Makefile

+25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/gopkg.in/editorconfig/editorconfig-core-go.v1/README.md

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/gopkg.in/editorconfig/editorconfig-core-go.v1/editorconfig.go

+34-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ gopkg.in/alexcesaro/quotedprintable.v3
414414
gopkg.in/asn1-ber.v1
415415
# gopkg.in/bufio.v1 v1.0.0-20140618132640-567b2bfa514e
416416
gopkg.in/bufio.v1
417-
# gopkg.in/editorconfig/editorconfig-core-go.v1 v1.2.0
417+
# gopkg.in/editorconfig/editorconfig-core-go.v1 v1.3.0
418418
gopkg.in/editorconfig/editorconfig-core-go.v1
419419
# gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
420420
gopkg.in/gomail.v2

0 commit comments

Comments
 (0)