1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Merge pull request #458 from bosr/fix/glog

remove glog mod dep
This commit is contained in:
Chris Cummer 2019-05-19 20:11:57 -07:00 committed by GitHub
commit 9a167ba29b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
go.mod
View File

@ -30,7 +30,6 @@ require (
github.com/go-test/deep v1.0.1 // indirect github.com/go-test/deep v1.0.1 // indirect
github.com/godbus/dbus v5.0.1+incompatible github.com/godbus/dbus v5.0.1+incompatible
github.com/gogo/protobuf v1.2.1 // indirect github.com/gogo/protobuf v1.2.1 // indirect
github.com/golang/glog v0.0.0-20170312005925-543a34c32e4d // indirect
github.com/golang/mock v1.3.1 // indirect github.com/golang/mock v1.3.1 // indirect
github.com/golang/protobuf v1.3.1 github.com/golang/protobuf v1.3.1
github.com/google/btree v1.0.0 // indirect github.com/google/btree v1.0.0 // indirect