Write on the margins of the internet. Powered by the AT Protocol. margin.at
extension web atproto comments
at ui-refactor 36 lines 1.3 kB view raw
1module margin.at 2 3go 1.24.0 4 5require ( 6 github.com/go-chi/chi/v5 v5.1.0 7 github.com/go-chi/cors v1.2.1 8 github.com/go-jose/go-jose/v4 v4.0.4 9 github.com/gorilla/websocket v1.5.3 10 github.com/joho/godotenv v1.5.1 11 github.com/lib/pq v1.10.9 12 github.com/mattn/go-sqlite3 v1.14.22 13 golang.org/x/image v0.34.0 14) 15 16require ( 17 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect 18 github.com/fxamacker/cbor/v2 v2.9.0 // indirect 19 github.com/ipfs/go-cid v0.6.0 // indirect 20 github.com/klauspost/cpuid/v2 v2.0.9 // indirect 21 github.com/minio/sha256-simd v1.0.0 // indirect 22 github.com/mr-tron/base58 v1.2.0 // indirect 23 github.com/multiformats/go-base32 v0.0.3 // indirect 24 github.com/multiformats/go-base36 v0.1.0 // indirect 25 github.com/multiformats/go-multibase v0.2.0 // indirect 26 github.com/multiformats/go-multihash v0.2.3 // indirect 27 github.com/multiformats/go-varint v0.1.0 // indirect 28 github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect 29 github.com/spaolacci/murmur3 v1.1.0 // indirect 30 github.com/stretchr/testify v1.10.0 // indirect 31 github.com/x448/float16 v0.8.4 // indirect 32 golang.org/x/crypto v0.35.0 // indirect 33 golang.org/x/sys v0.30.0 // indirect 34 golang.org/x/text v0.32.0 // indirect 35 lukechampine.com/blake3 v1.1.6 // indirect 36)