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

remove glog mod dep

This commit is contained in:
Romain Bossart 2019-05-19 20:17:17 +02:00
parent bc31e25547
commit 7d080bb01a

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