From 288e564c7491f4cd1396c9eed97cefde98313024 Mon Sep 17 00:00:00 2001 From: aaulm <42251846+aaulm@users.noreply.github.com> Date: Mon, 18 Feb 2019 15:40:28 +0300 Subject: [PATCH] Update go.mod --- go.mod | 1 - 1 file changed, 1 deletion(-) diff --git a/go.mod b/go.mod index 2e4c309..fbcaccc 100644 --- a/go.mod +++ b/go.mod @@ -1,7 +1,6 @@ module github.com/amsokol/mongo-go-driver-protobuf require ( - github.com/amsokol/mongo-go-driver-protobuf/examples/mongodb-rw v0.0.0-20190217055053-07b9485f1b6d // indirect github.com/golang/protobuf v1.2.1-0.20190205222052-c823c79ea157 github.com/mongodb/mongo-go-driver v0.3.0 )