quartzgun/go.mod

12 lines
187 B
Modula-2
Raw Normal View History

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
)