summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-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