generated from wuhan005/go-template
-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
go.mod
34 lines (30 loc) · 1.19 KB
/
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
28
29
30
31
32
33
34
module github.com/asoul-sig/asoul-video
go 1.18
require (
github.com/Shyp/go-dberror v0.0.0-20180123195207-36ecba57721e
github.com/flamego/flamego v0.0.0-20210913073131-adc6656c34a1
github.com/flamego/template v0.0.0-20210914144450-be182d441b73
github.com/golang-migrate/migrate/v4 v4.14.1
github.com/json-iterator/go v1.1.12
github.com/pkg/errors v0.9.1
unknwon.dev/clog/v2 v2.2.0
upper.io/db.v3 v3.8.0+incompatible
)
require (
github.com/alecthomas/participle/v2 v2.0.0-alpha7 // indirect
github.com/fatih/color v1.10.0 // indirect
github.com/google/uuid v1.2.0 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/hashicorp/go-multierror v1.1.0 // indirect
github.com/lib/pq v1.8.0 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57 // indirect
)
require (
github.com/letsencrypt/boulder v0.0.0-20210917202203-e27634717069 // indirect
github.com/robfig/cron/v3 v3.0.1
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect
)