11 lines
316 B
Modula-2
11 lines
316 B
Modula-2
module github.com/PuerkitoBio/ghost
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/bmizerany/pat v0.0.0-20210406213842-e4b6760bdd6f
|
|
github.com/eknkc/amber v0.0.0-20171010120322-cdade1c07385
|
|
github.com/garyburd/redigo v1.6.3
|
|
github.com/gorilla/securecookie v1.1.1
|
|
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
|
|
)
|