forked from DHowett/spectre
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
18 lines (16 loc) · 707 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/DHowett/ghostbin
require (
github.com/DHowett/go-xattr v0.0.0-20181227225257-7d72f4cdfe6d
github.com/DHowett/gotimeout v0.0.0-20161206082608-24e8dccd7474
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/groupcache v0.0.0-20181024230925-c65c006176ff
github.com/gorilla/mux v1.6.2
github.com/gorilla/securecookie v1.1.1
github.com/gorilla/sessions v1.1.3
github.com/microcosm-cc/bluemonday v1.0.2
github.com/russross/blackfriday v1.5.2
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
golang.org/x/crypto v0.0.0-20190103213133-ff983b9c42bc
gopkg.in/yaml.v2 v2.2.2
)
replace github.com/gorilla/sessions => github.com/cj123/sessions v1.1.5