generated from wuhan005/go-template
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
30 lines (27 loc) · 1.15 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
module github.com/asoul-sig/acao
go 1.18
require (
github.com/asoul-sig/asoul-video v0.0.0-20220325111224-deaf4a826187
github.com/flamego/flamego v0.0.0-20210913073131-adc6656c34a1
github.com/json-iterator/go v1.1.12
github.com/pkg/errors v0.9.1
github.com/robertkrimen/otto v0.0.0-20210614181706-373ff5438452
github.com/stretchr/testify v1.7.0
github.com/thanhpk/randstr v1.0.4
unknwon.dev/clog/v2 v2.2.0
)
require (
github.com/alecthomas/participle/v2 v2.0.0-alpha7 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/mattn/go-colorable v0.1.10 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/sourcemap.v1 v1.0.5 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)