From 8727e502f8e77dab1e3cae54d0ce41b1d677f984 Mon Sep 17 00:00:00 2001 From: Cara Salter Date: Mon, 10 Apr 2023 16:03:21 -0400 Subject: Update dependencies --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 5b9d441..2407ffc 100644 --- a/go.mod +++ b/go.mod @@ -5,13 +5,13 @@ go 1.20 require ( github.com/gleich/logoru v0.0.0-20230101033757-d86cd895c7a1 github.com/joho/godotenv v1.5.1 + github.com/lib/pq v1.10.7 golang.org/x/oauth2 v0.7.0 ) require ( github.com/fatih/color v1.10.0 // indirect github.com/golang/protobuf v1.5.2 // indirect - github.com/lib/pq v1.10.7 // indirect github.com/mattn/go-colorable v0.1.8 // indirect github.com/mattn/go-isatty v0.0.12 // indirect golang.org/x/net v0.9.0 // indirect -- cgit v1.2.3