diff options
| author | Paul Buetow <paul@buetow.org> | 2024-10-04 23:11:44 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-10-04 23:11:44 +0300 |
| commit | dd959fcfb3a3aa5a01d3d3912b1c976e653b71d8 (patch) | |
| tree | 31d36f3f736b8401ba4948ae2c5f6f4e80871b82 /go.mod | |
| parent | 8c178c66d575018695d4a036630a140319705066 (diff) | |
can post to linkedin initially
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 +) |
