This is an automated email from the ASF dual-hosted git repository. warren pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
commit 18bf0337aae2276e328c8b1171a89845779ac6c0 Author: long2ice <[email protected]> AuthorDate: Mon Sep 19 22:43:49 2022 +0800 chore: go mod tidy --- go.mod | 1 + 1 file changed, 1 insertion(+) diff --git a/go.mod b/go.mod index 8ecde196..a27a3758 100644 --- a/go.mod +++ b/go.mod @@ -11,6 +11,7 @@ require ( github.com/go-playground/validator/v10 v10.9.0 github.com/gocarina/gocsv v0.0.0-20220707092902-b9da1f06c77e github.com/google/uuid v1.3.0 + github.com/lib/pq v1.10.2 github.com/libgit2/git2go/v33 v33.0.6 github.com/magiconair/properties v1.8.5 github.com/manifoldco/promptui v0.9.0
