all repos — quartzgun @ 8179aee263f4ec822716818c610fb550a278f720

lightweight web framework in go

go.mod (raw)

1
2
3
4
5
6
7
8
9
10
11
module nilfm.cc/git/goldbug

go 1.17

require (
  github.com/gorilla/securecookie v1.1.1
  github.com/gorilla/sessions v1.2.1
  golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3
)