From dd959fcfb3a3aa5a01d3d3912b1c976e653b71d8 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 4 Oct 2024 23:11:44 +0300 Subject: can post to linkedin initially --- go.mod | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'go.mod') 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 +) -- cgit v1.2.3