cerca

lean forum software (pmc local branch)
git clone http://git.permacomputing.net/repos/cerca.git # read-only access
Log | Files | Refs | README | LICENSE

go.mod (523B)


      1 module cerca
      2 
      3 go 1.16
      4 
      5 require (
      6 	github.com/carlmjohnson/requests v0.22.1
      7 	github.com/cblgh/plain v0.0.0-20220516113423-253f690e4083
      8 	github.com/gomarkdown/markdown v0.0.0-20211212230626-5af6ad2f47df
      9 	github.com/gorilla/sessions v1.2.1
     10 	github.com/komkom/toml v0.1.2
     11 	github.com/matthewhartstonge/argon2 v1.0.0
     12 	github.com/mattn/go-sqlite3 v1.14.19
     13 	github.com/microcosm-cc/bluemonday v1.0.26
     14 	github.com/stretchr/testify v1.7.0 // indirect
     15 	golang.org/x/exp v0.0.0-20221023144134-a1e5550cf13e
     16 	golang.org/x/time v0.3.0
     17 )