This repository has been archived on 2023-08-27. You can view files and clone it, but cannot push or open issues or pull requests.
transfer.sh/internal/ghost/go.mod
Thorsten Schubert 2be57115f3 Vendor modules
* replace ghost with patched version
2022-06-29 14:12:27 +00:00

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
)