forked from Hardw01f/Vulnerability-goapp
-
Notifications
You must be signed in to change notification settings - Fork 4
/
go.mod
27 lines (16 loc) · 927 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
27
module github.com/hardw01f/Vulnerability-goapp
go 1.13
require (
github.com/go-sql-driver/mysql v1.5.0
github.com/hardw01f/vulnerability-goapp v0.0.0-20200608095627-9a1291f40edf // indirect
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
)
replace github.com/hardw01f/Vulnerability-goapp/pkg/admin => ./pkg/admin
replace github.com/hardw01f/Vulnerability-goapp/pkg/cookei => ./pkg/cookie
replace github.com/hardw01f/Vulnerability-goapp/pkg/user => ./pkg/user
replace github.com/hardw01f/Vulnerability-goapp/pkg/image => ./pkg/image
replace github.com/hardw01f/Vulnerability-goapp/pkg/login => ./pkg/login
replace github.com/hardw01f/Vulnerability-goapp/pkg/logout => ./pkg/logout
replace github.com/hardw01f/Vulnerability-goapp/pkg/post => ./pkg/post
replace github.com/hardw01f/Vulnerability-goapp/pkg/register => ./pkg/register
replace github.com/hardw01f/Vulnerability-goapp/pkg/search => ./pkg/search