We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 736cfed commit 6ccc8c1Copy full SHA for 6ccc8c1
dev/pyRevitTelemetryServer/go.mod
@@ -13,11 +13,10 @@ require (
13
github.com/mattn/go-sqlite3 v1.14.8
14
github.com/pkg/errors v0.9.1
15
github.com/satori/go.uuid v1.2.0
16
- go.mongodb.org/mongo-driver@latest
+ go.mongodb.org/mongo-driver v1.11.1
17
pkg.re/essentialkaos/ek.v10 v12.32.0+incompatible
18
-)
19
20
-require (
+ // Indirect dependencies
21
github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe // indirect
22
github.com/golang/snappy v0.0.1 // indirect
23
github.com/klauspost/compress v1.13.6 // indirect
0 commit comments