forked from DHowett/spectre
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
26 lines (22 loc) · 751 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module github.com/DHowett/ghostbin
go 1.21
toolchain go1.21.4
require (
github.com/DHowett/go-xattr v0.0.0-20181227225257-7d72f4cdfe6d
github.com/DHowett/gotimeout v0.0.0-20161206082608-24e8dccd7474
github.com/golang/glog v1.2.0
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
github.com/gorilla/mux v1.8.1
github.com/gorilla/securecookie v1.1.2
github.com/gorilla/sessions v1.2.2
github.com/microcosm-cc/bluemonday v1.0.26
github.com/russross/blackfriday v1.6.0
golang.org/x/crypto v0.16.0
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/aymerick/douceur v0.2.0 // indirect
github.com/gorilla/css v1.0.1 // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
golang.org/x/net v0.19.0 // indirect
)