twtr

Dysfunctional personal twtr software
git clone http://git.hanabi.in/repos/twtr.git
Log | Files | Refs

go.mod (464B)


      1 module git.hanabi.in/twtr
      2 
      3 go 1.17
      4 
      5 require (
      6 	github.com/andybalholm/brotli v1.0.2 // indirect
      7 	github.com/gofiber/fiber/v2 v2.18.0 // indirect
      8 	github.com/klauspost/compress v1.13.4 // indirect
      9 	github.com/mattn/go-sqlite3 v1.14.8 // indirect
     10 	github.com/valyala/bytebufferpool v1.0.0 // indirect
     11 	github.com/valyala/fasthttp v1.29.0 // indirect
     12 	github.com/valyala/tcplisten v1.0.0 // indirect
     13 	golang.org/x/sys v0.0.0-20210514084401-e8d321eab015 // indirect
     14 )