This repository was archived by the owner on Mar 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 135
Expand file tree
/
Copy pathgo.mod
More file actions
32 lines (30 loc) · 1.31 KB
/
go.mod
File metadata and controls
32 lines (30 loc) · 1.31 KB
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
28
29
30
31
32
module github.com/unknwon/gowalker
go 1.12
require (
cloud.google.com/go v0.43.0 // indirect
github.com/denisenkom/go-mssqldb v0.0.0-20190724012636-11b2859924c1 // indirect
github.com/fatih/color v1.7.0 // indirect
github.com/flosch/pongo2 v0.0.0-20190707114632-bbf5a6c351f4 // indirect
github.com/go-ini/ini v1.46.0 // indirect
github.com/go-macaron/i18n v0.0.0-20190805070610-6d779f6a12cf
github.com/go-macaron/pongo2 v0.0.0-20180906102555-6074d2551820
github.com/go-macaron/session v0.0.0-20190805070824-1a3cdc6f5659
github.com/go-sql-driver/mysql v1.4.1
github.com/go-xorm/xorm v0.7.5
github.com/jackc/pgx v3.5.0+incompatible // indirect
github.com/juju/errors v0.0.0-20190207033735-e65537c515d7 // indirect
github.com/juju/loggo v0.0.0-20190526231331-6e530bcce5d8 // indirect
github.com/juju/testing v0.0.0-20190723135506-ce30eb24acd2 // indirect
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/minio/minio-go v6.0.14+incompatible
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/prometheus/client_golang v1.1.0
github.com/robfig/cron v1.2.0
github.com/unknwon/com v0.0.0-20190804042917-757f69c95f3e
github.com/unknwon/i18n v0.0.0-20190805065654-5c6446a380b6
gopkg.in/clog.v1 v1.2.0
gopkg.in/fsnotify.v1 v1.4.7
gopkg.in/ini.v1 v1.46.0
gopkg.in/macaron.v1 v1.3.4
xorm.io/core v0.7.0
)