Explore the margin.at codebase, lexicons, and more! margin.at
at main 568 B 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/joho/godotenv v1.5.1 10 github.com/lib/pq v1.10.9 11 github.com/mattn/go-sqlite3 v1.14.22 12 golang.org/x/image v0.34.0 13) 14 15require ( 16 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect 17 github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect 18 github.com/stretchr/testify v1.10.0 // indirect 19 golang.org/x/crypto v0.31.0 // indirect 20 golang.org/x/text v0.32.0 // indirect 21)