-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
18 lines (16 loc) · 741 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/buckket/kindle-abfahrt
go 1.15
require (
github.com/gobuffalo/packr/v2 v2.8.0
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
github.com/karrick/godirwalk v1.16.1 // indirect
github.com/kelvins/sunrisesunset v0.0.0-20170601204625-14f1915ad4b4
github.com/llgcode/draw2d v0.0.0-20200603164053-19660b984a28
github.com/robfig/cron v1.2.0
github.com/rogpeppe/go-internal v1.6.1 // indirect
github.com/sirupsen/logrus v1.6.0 // indirect
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect
golang.org/x/image v0.0.0-20200801110659-972c09e46d76 // indirect
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208 // indirect
golang.org/x/sys v0.0.0-20200909081042-eff7692f9009 // indirect
)