thuja

social media without the bullshit
git clone git://kqueue.dev/thuja.git
Log | Files | Refs | README | LICENSE

go.mod (443B)


      1 module kqueue.dev/thuja
      2 
      3 go 1.18
      4 
      5 require (
      6 	github.com/CAFxX/httpcompression v0.0.8
      7 	github.com/didip/tollbooth/v7 v7.0.1
      8 	github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
      9 	go.etcd.io/bbolt v1.3.6
     10 )
     11 
     12 require (
     13 	github.com/andybalholm/brotli v1.0.4 // indirect
     14 	github.com/go-pkgz/expirable-cache v0.1.0 // indirect
     15 	github.com/klauspost/compress v1.14.1 // indirect
     16 	golang.org/x/sys v0.0.0-20200923182605-d9f96fdee20d // indirect
     17 )