Skip to content

Commit ad09e4a

Browse files
committed
Update hostsfile dependency to v0.1.7
- Update from v0.1.6 to v0.1.7 to use the newly released version - Remove local replace directive as hostsfile improvements are now published - This allows CI tests to pass by using the published module from GitHub
1 parent bbb1441 commit ad09e4a

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

go.mod

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/goodhosts/cli
33
go 1.21
44

55
require (
6-
github.com/goodhosts/hostsfile v0.1.6
6+
github.com/goodhosts/hostsfile v0.1.7
77
github.com/magefile/mage v1.15.0
88
github.com/olekukonko/tablewriter v0.0.5
99
github.com/sirupsen/logrus v1.9.3
@@ -26,6 +26,3 @@ require (
2626
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
2727
gopkg.in/yaml.v3 v3.0.1 // indirect
2828
)
29-
30-
// Use local hostsfile library with VVV improvements
31-
replace github.com/goodhosts/hostsfile => ../hostsfile

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
1111
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
1212
github.com/dimchansky/utfbom v1.1.1 h1:vV6w1AhK4VMnhBno/TPVCoK9U/LP0PkLCS9tbxHdi/U=
1313
github.com/dimchansky/utfbom v1.1.1/go.mod h1:SxdoEBH5qIqFocHMyGOXVAybYJdr71b1Q/j0mACtrfE=
14+
github.com/goodhosts/hostsfile v0.1.7 h1:g8G2EU8t22AA7gNkXgC3kzj3aKvQBAf7azUonff1lNU=
15+
github.com/goodhosts/hostsfile v0.1.7/go.mod h1:JsGCIqafGGoOkWYRPKowm/fH400CocwW+vIzFYEmZ2A=
1416
github.com/icrowley/fake v0.0.0-20221112152111-d7b7e2276db2 h1:qU3v73XG4QAqCPHA4HOpfC1EfUvtLIDvQK4mNQ0LvgI=
1517
github.com/icrowley/fake v0.0.0-20221112152111-d7b7e2276db2/go.mod h1:dQ6TM/OGAe+cMws81eTe4Btv1dKxfPZ2CX+YaAFAPN4=
1618
github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=

0 commit comments

Comments
 (0)