-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
24 lines (22 loc) · 923 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
module timelapse-queue
go 1.16
require (
github.com/BurntSushi/graphics-go v0.0.0-20160129215708-b43f31a4a966
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/chromedp/chromedp v0.6.10
github.com/davecgh/go-spew v1.1.1
github.com/elazarl/go-bindata-assetfs v1.0.1
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-cmp v0.5.6
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pillash/mp4util v0.0.0-20150601005705-98601ecf290a
github.com/pixiv/go-libjpeg v0.0.0-20190822045933-3da21a74767d
github.com/pkg/profile v1.6.0
github.com/prometheus/client_golang v1.12.1
github.com/prometheus/common v0.33.0 // indirect
github.com/prometheus/procfs v0.7.3 // indirect
github.com/sirupsen/logrus v1.8.1
golang.org/x/sys v0.0.0-20220405210540-1e041c57c461 // indirect
google.golang.org/protobuf v1.28.0 // indirect
)