Skip to content

Commit 6ccc8c1

Browse files
jmcouffinromangolev
authored andcommitted
Update go.mod
1 parent 736cfed commit 6ccc8c1

File tree

1 file changed

+2
-3
lines changed
  • dev/pyRevitTelemetryServer

1 file changed

+2
-3
lines changed

dev/pyRevitTelemetryServer/go.mod

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@ require (
1313
github.com/mattn/go-sqlite3 v1.14.8
1414
github.com/pkg/errors v0.9.1
1515
github.com/satori/go.uuid v1.2.0
16-
go.mongodb.org/mongo-driver@latest
16+
go.mongodb.org/mongo-driver v1.11.1
1717
pkg.re/essentialkaos/ek.v10 v12.32.0+incompatible
18-
)
1918

20-
require (
19+
// Indirect dependencies
2120
github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe // indirect
2221
github.com/golang/snappy v0.0.1 // indirect
2322
github.com/klauspost/compress v1.13.6 // indirect

0 commit comments

Comments
 (0)