summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCara Salter <cara@devcara.com>2023-04-10 16:03:21 -0400
committerCara Salter <cara@devcara.com>2023-04-10 16:03:21 -0400
commit8727e502f8e77dab1e3cae54d0ce41b1d677f984 (patch)
treeff8886cc2cd1df6ca093afc8f5eaf5dc6d6f5ffc
parentd68f829531f055a5837310b7b6c69d242af6d240 (diff)
download142bot-web-8727e502f8e77dab1e3cae54d0ce41b1d677f984.tar.gz
142bot-web-8727e502f8e77dab1e3cae54d0ce41b1d677f984.zip
Update dependencies
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
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