An open source supporter broker powered by high-fives. high-five.atprotofans.com/
at main 32 lines 1.1 kB view raw
1module github.com/ngerakines/high-five-app 2 3go 1.23 4 5require ( 6 github.com/fxamacker/cbor/v2 v2.9.0 7 github.com/go-chi/chi/v5 v5.1.0 8 github.com/golang-jwt/jwt/v5 v5.2.1 9 github.com/google/uuid v1.6.0 10 github.com/gorilla/websocket v1.5.3 11 github.com/ipfs/go-cid v0.4.1 12 github.com/multiformats/go-multihash v0.2.3 13 github.com/oklog/ulid/v2 v2.1.0 14 github.com/redis/go-redis/v9 v9.7.0 15) 16 17require ( 18 github.com/cespare/xxhash/v2 v2.2.0 // indirect 19 github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // 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.0.3 // indirect 26 github.com/multiformats/go-varint v0.0.6 // indirect 27 github.com/spaolacci/murmur3 v1.1.0 // indirect 28 github.com/x448/float16 v0.8.4 // indirect 29 golang.org/x/crypto v0.1.0 // indirect 30 golang.org/x/sys v0.1.0 // indirect 31 lukechampine.com/blake3 v1.1.6 // indirect 32)