Skip to content

Commit

Permalink
refactored "modules"
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandr Sokolovskii committed Feb 18, 2019
1 parent 288e564 commit 753592d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
15 changes: 0 additions & 15 deletions examples/mongodb-rw/go.mod

This file was deleted.

7 changes: 7 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
module github.com/amsokol/mongo-go-driver-protobuf

require (
github.com/amsokol/protoc-gen-gotag v0.2.1
github.com/go-stack/stack v1.8.0 // indirect
github.com/golang/protobuf v1.2.1-0.20190205222052-c823c79ea157
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect
github.com/mongodb/mongo-go-driver v0.3.0
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c // indirect
github.com/xdg/stringprep v1.0.0 // indirect
golang.org/x/crypto v0.0.0-20190211182817-74369b46fc67 // indirect
golang.org/x/text v0.3.0 // indirect
)

0 comments on commit 753592d

Please sign in to comment.