this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

readme

Hailey 68bab00b d4607a8c

+3 -3
+3
README.md
··· 6 6 > [!WARNING] 7 7 > You should always validate user input. The example/test code inside this repo may be used as an implementation guide, but no guarantees are made. 8 8 9 + ```bash 10 + go get github.com/haileyok/atproto-oauth-golang 11 + ``` 9 12 10 13 ## Prerequisites 11 14 There are some prerequisites that you'll need to handle before implementing this OAuth client.
-1
go.mod
··· 15 15 github.com/samber/slog-echo v1.15.1 16 16 github.com/stretchr/testify v1.10.0 17 17 github.com/urfave/cli/v2 v2.27.5 18 - golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa 19 18 gorm.io/driver/sqlite v1.5.7 20 19 gorm.io/gorm v1.25.9 21 20 )
-2
go.sum
··· 232 232 golang.org/x/crypto v0.12.0/go.mod h1:NF0Gs7EO5K4qLn+Ylc+fih8BSTeIjAP05siRnAh98yw= 233 233 golang.org/x/crypto v0.31.0 h1:ihbySMvVjLAeSH1IbfcRTkD/iNscyz8rGzjF/E5hV6U= 234 234 golang.org/x/crypto v0.31.0/go.mod h1:kDsLvtWBEx7MV9tJOj9bnXsPbxwJQ6csT/x4KIN4Ssk= 235 - golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa h1:FRnLl4eNAQl8hwxVVC17teOw8kdjVDVAiFMtgUdTSRQ= 236 - golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa/go.mod h1:zk2irFbV9DP96SEBUUAy67IdHUaZuSnrz1n472HUCLE= 237 235 golang.org/x/lint v0.0.0-20190930215403-16217165b5de/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= 238 236 golang.org/x/mod v0.0.0-20190513183733-4bf6d317e70e/go.mod h1:mXi4GBBbnImb6dmsKGUJ2LatrhH/nqhxcFungHvyanc= 239 237 golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=