From 1f5a78cb8d04840d3dd63c334a064477c20612bc Mon Sep 17 00:00:00 2001 From: Alexander NeonXP Kiryukhin Date: Sun, 26 May 2019 02:17:25 +0300 Subject: Initial --- go.mod | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 go.mod (limited to 'go.mod') diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..06c3118 --- /dev/null +++ b/go.mod @@ -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 +) -- cgit v1.2.3