Skip to content

Commit 42d1238

Browse files
committed
Bump dependency github.com/godbus/dbus@v19 (2ff6f7ffd60f)
1 parent c074083 commit 42d1238

23 files changed

+768
-293
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ require (
6161
github.com/go-openapi/strfmt v0.19.0
6262
github.com/go-openapi/validate v0.19.2
6363
github.com/go-ozzo/ozzo-validation v3.5.0+incompatible // indirect
64-
github.com/godbus/dbus v4.1.0+incompatible // indirect
64+
github.com/godbus/dbus v0.0.0-20181101234600-2ff6f7ffd60f // indirect
6565
github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d
6666
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903
6767
github.com/golang/mock v1.2.0
@@ -275,7 +275,7 @@ replace (
275275
github.com/go-openapi/validate => github.com/go-openapi/validate v0.19.2
276276
github.com/go-ozzo/ozzo-validation => github.com/go-ozzo/ozzo-validation v3.5.0+incompatible
277277
github.com/go-stack/stack => github.com/go-stack/stack v1.8.0
278-
github.com/godbus/dbus => github.com/godbus/dbus v4.1.0+incompatible
278+
github.com/godbus/dbus => github.com/godbus/dbus v0.0.0-20181101234600-2ff6f7ffd60f
279279
github.com/gogo/protobuf => github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d
280280
github.com/golang/glog => github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
281281
github.com/golang/groupcache => github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ github.com/go-openapi/validate v0.19.2/go.mod h1:1tRCw7m3jtI8eNWEEliiAqUIcBztB2K
185185
github.com/go-ozzo/ozzo-validation v3.5.0+incompatible h1:sUy/in/P6askYr16XJgTKq/0SZhiWsdg4WZGaLsGQkM=
186186
github.com/go-ozzo/ozzo-validation v3.5.0+incompatible/go.mod h1:gsEKFIVnabGBt6mXmxK0MoFy+cZoTJY6mu5Ll3LVLBU=
187187
github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY=
188-
github.com/godbus/dbus v4.1.0+incompatible h1:WqqLRTsQic3apZUK9qC5sGNfXthmPXzUZ7nQPrNITa4=
189-
github.com/godbus/dbus v4.1.0+incompatible/go.mod h1:/YcGZj5zSblfDWMMoOzV4fas9FZnQYTkDnsGvmh2Grw=
188+
github.com/godbus/dbus v0.0.0-20181101234600-2ff6f7ffd60f h1:zlOR3rOlPAVvtfuxGKoghCmop5B0TRyu/ZieziZuGiM=
189+
github.com/godbus/dbus v0.0.0-20181101234600-2ff6f7ffd60f/go.mod h1:/YcGZj5zSblfDWMMoOzV4fas9FZnQYTkDnsGvmh2Grw=
190190
github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d h1:3PaI8p3seN09VjbTYC/QWlUZdZ1qS1zGjy7LH2Wt07I=
191191
github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o=
192192
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b h1:VKtxabqXZkF25pY9ekfRL6a582T4P37/31XEstQ5p58=

vendor/github.com/godbus/dbus/.travis.yml

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/godbus/dbus/BUILD

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

vendor/github.com/godbus/dbus/README.markdown

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

vendor/github.com/godbus/dbus/auth.go

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

vendor/github.com/godbus/dbus/auth_anonymous.go

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

vendor/github.com/godbus/dbus/call.go

Lines changed: 25 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)