Skip to content

Commit baff4ab

Browse files
committed
Update to matoous/godox v1.0.
Dependency has to be pinned to commit hash since tag is not a compatible semver supported by go.mod.
1 parent 7a93526 commit baff4ab

File tree

7 files changed

+27
-11
lines changed

7 files changed

+27
-11
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ require (
2121
github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
2222
github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
2323
github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
24-
github.com/matoous/godox v0.0.0-20190910121045-032ad8106c86
24+
github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb // v1.0
2525
github.com/mattn/go-colorable v0.1.2
2626
github.com/mitchellh/go-homedir v1.1.0
2727
github.com/mitchellh/go-ps v0.0.0-20190716172923-621e5597135b

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ github.com/lib/pq v1.2.0/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo=
142142
github.com/logrusorgru/aurora v0.0.0-20181002194514-a7b3b318ed4e/go.mod h1:7rIyQOR62GCctdiQpZ/zOJlFyk6y+94wXzv6RNZgaR4=
143143
github.com/magiconair/properties v1.8.0 h1:LLgXmsheXeRoUOBOjtwPQCWIYqM/LU1ayDtDePerRcY=
144144
github.com/magiconair/properties v1.8.0/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ=
145-
github.com/matoous/godox v0.0.0-20190910121045-032ad8106c86 h1:q6SrfsK4FojRnJ1j8+8OJzyq3g9Y1oSVyL6nYGJXXBk=
146-
github.com/matoous/godox v0.0.0-20190910121045-032ad8106c86/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s=
145+
github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb h1:RHba4YImhrUVQDHUCe2BNSOz4tVy2yGyXhvYDvxGgeE=
146+
github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s=
147147
github.com/mattn/go-colorable v0.1.2 h1:/bC9yWikZXAL9uJdulbSfyVNIR3n3trXl+v8+1sx8mU=
148148
github.com/mattn/go-colorable v0.1.2/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE=
149149
github.com/mattn/go-isatty v0.0.8 h1:HLtExJ+uU2HOZ+wI0Tt5DtUDrx8yhUqDcp7fYERX4CE=

vendor/github.com/matoous/godox/.gitignore

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/matoous/godox/.golangci.yml

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

vendor/github.com/matoous/godox/README.md

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

vendor/github.com/matoous/godox/godox.go

Lines changed: 12 additions & 3 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
@@ -102,7 +102,7 @@ github.com/kisielk/gotool/internal/load
102102
github.com/konsorten/go-windows-terminal-sequences
103103
# github.com/magiconair/properties v1.8.0
104104
github.com/magiconair/properties
105-
# github.com/matoous/godox v0.0.0-20190910121045-032ad8106c86
105+
# github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
106106
github.com/matoous/godox
107107
# github.com/mattn/go-colorable v0.1.2
108108
github.com/mattn/go-colorable

0 commit comments

Comments
 (0)