summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-10-04 23:11:44 +0300
committerPaul Buetow <paul@buetow.org>2024-10-04 23:11:44 +0300
commitdd959fcfb3a3aa5a01d3d3912b1c976e653b71d8 (patch)
tree31d36f3f736b8401ba4948ae2c5f6f4e80871b82 /go.mod
parent8c178c66d575018695d4a036630a140319705066 (diff)
can post to linkedin initially
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 4 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 06a8b5e..1d44043 100644
--- a/go.mod
+++ b/go.mod
@@ -2,4 +2,7 @@ module codeberg.org/snonux/gos
go 1.22.2
-require golang.org/x/exp v0.0.0-20220909182711-5c715a9e8561
+require (
+ golang.org/x/exp v0.0.0-20220909182711-5c715a9e8561
+ golang.org/x/oauth2 v0.23.0
+)