Skip to content

Commit

Permalink
Merge pull request #11 from luthermonson/hostsfile-v0.0.3
Browse files Browse the repository at this point in the history
version bump on hostsfile
  • Loading branch information
luthermonson authored Jun 8, 2020
2 parents 4744a4f + dee03fe commit 4e60d02
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/goodhosts/cli
go 1.13

require (
github.com/goodhosts/hostsfile v0.0.3
github.com/goodhosts/hostsfile v0.0.4
github.com/olekukonko/tablewriter v0.0.4
github.com/sirupsen/logrus v1.4.2
github.com/t-tomalak/logrus-easy-formatter v0.0.0-20190827215021-c074f06c5816
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770/go.mod h1:dEbvlS
github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21/go.mod h1:tf5+bzsHdTM0bsB7+8mt0GUMvjCgwLpTapNZHU8AajI=
github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0/go.mod h1:qOQCunEYvmd/TLamH+7LlVccLvUH5kZNhbCgTHoBbp4=
github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4/go.mod h1:Izgrg8RkN3rCIMLGE9CyYmU9pY2Jer6DgANEnZ/L/cQ=
github.com/goodhosts/hostsfile v0.0.3 h1:S6P1hUnDVpCg1nh8/ofV43BMqyhGxZ69QMimAnEdfkg=
github.com/goodhosts/hostsfile v0.0.3/go.mod h1:OKlLqxndYuEVzlq3ZNqFZJQYQOVFMxygiojAfP2k26Y=
github.com/goodhosts/hostsfile v0.0.4 h1:zBq0Ebfz9rvLIF4OPSvOBZv0ybOGLMsypZrk72Lo+48=
github.com/goodhosts/hostsfile v0.0.4/go.mod h1:OKlLqxndYuEVzlq3ZNqFZJQYQOVFMxygiojAfP2k26Y=
github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ=
github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M=
github.com/google/renameio v0.1.0/go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI=
Expand Down
4 changes: 4 additions & 0 deletions vendor/github.com/goodhosts/hostsfile/hostsline.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
github.com/cpuguy83/go-md2man/v2/md2man
# github.com/dimchansky/utfbom v1.1.0
github.com/dimchansky/utfbom
# github.com/goodhosts/hostsfile v0.0.3
# github.com/goodhosts/hostsfile v0.0.4
github.com/goodhosts/hostsfile
# github.com/konsorten/go-windows-terminal-sequences v1.0.1
github.com/konsorten/go-windows-terminal-sequences
Expand Down

0 comments on commit 4e60d02

Please sign in to comment.