-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (18 loc) · 699 Bytes
/
Copy pathgo.mod
File metadata and controls
20 lines (18 loc) · 699 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/sar5430/crackmes.one
go 1.15
require (
github.com/boltdb/bolt v1.3.1
github.com/go-sql-driver/mysql v1.5.0
github.com/gorilla/context v1.1.1
github.com/gorilla/sessions v1.2.1
github.com/haisum/recaptcha v0.0.0-20170327142240-7d3b8053900e
github.com/jmoiron/sqlx v1.3.1
github.com/josephspurrier/csrfbanana v0.0.0-20170308132943-2c49e3597176
github.com/julienschmidt/httprouter v1.3.0
github.com/justinas/alice v1.2.0
github.com/kennygrant/sanitize v1.2.4
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22
gopkg.in/yaml.v2 v2.4.0 // indirect
)