Skip to content

Commit f5d8b9c

Browse files
authored
Merge pull request #224 from Alomerry/feat-update-driver
feat: update mongo driver to 1.8.2
2 parents 1c11270 + 4cd5575 commit f5d8b9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ go 1.16
55
require (
66
github.com/go-playground/validator/v10 v10.4.1
77
github.com/stretchr/testify v1.6.1
8-
go.mongodb.org/mongo-driver v1.8.0
8+
go.mongodb.org/mongo-driver v1.8.2
99
)

0 commit comments

Comments
 (0)