diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -0,0 +1,20 @@ +module osm2mongo + +go 1.12 + +require ( + github.com/go-stack/stack v1.8.0 // indirect + github.com/gogo/protobuf v1.2.1 // indirect + github.com/golang/snappy v0.0.1 // indirect + github.com/google/go-cmp v0.3.0 // indirect + github.com/paulmach/orb v0.1.3 + github.com/paulmach/osm v0.0.1 + github.com/stretchr/testify v1.3.0 // indirect + github.com/tidwall/pretty v0.0.0-20190325153808-1166b9ac2b65 // indirect + github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c // indirect + github.com/xdg/stringprep v1.0.0 // indirect + go.mongodb.org/mongo-driver v1.0.2 + golang.org/x/crypto v0.0.0-20190513172903-22d7a77e9e5f // indirect + golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect + golang.org/x/text v0.3.2 // indirect +) |