Skip to content

Commit 082d2c2

Browse files
Bump github.com/mitchellh/go-homedir from 1.0.0 to 1.1.0
Bumps [github.com/mitchellh/go-homedir](https://github.com/mitchellh/go-homedir) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/mitchellh/go-homedir/releases) - [Commits](mitchellh/go-homedir@v1.0.0...v1.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 9f15846 commit 082d2c2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ require (
4141
github.com/mattn/go-isatty v0.0.12
4242
github.com/mattn/go-shellwords v1.0.3
4343
github.com/miekg/dns v1.1.35
44-
github.com/mitchellh/go-homedir v1.0.0
44+
github.com/mitchellh/go-homedir v1.1.0
4545
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
4646
github.com/modern-go/reflect2 v1.0.1 // indirect
4747
github.com/oleksandr/bonjour v0.0.0-20160508152359-5dcf00d8b228

go.sum

+1
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ github.com/miekg/dns v1.0.15/go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3N
127127
github.com/miekg/dns v1.1.35/go.mod h1:KNUDUusw/aVsxyTYZM1oqvCicbwhgbNgztCETuNZ7xM=
128128
github.com/mitchellh/go-homedir v1.0.0 h1:vKb8ShqSby24Yrqr/yDYkuFz8d0WUjys40rvnGC8aR0=
129129
github.com/mitchellh/go-homedir v1.0.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0=
130+
github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0=
130131
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 h1:ZqeYNhU3OHLH3mGKHDcjJRFFRrJa6eAM5H+CtDdOsPc=
131132
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
132133
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=

0 commit comments

Comments
 (0)