-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (19 loc) · 820 Bytes
/
go.mod
File metadata and controls
21 lines (19 loc) · 820 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/p9c/learngio
go 1.13
require (
gioui.org v0.0.0-20200308095208-acfe91ec3e33
github.com/PuerkitoBio/goquery v1.5.1 // indirect
github.com/ajstarks/svgo v0.0.0-20200204031535-0cbcf57ea1d8
github.com/fogleman/gg v1.3.0
github.com/gioapp/helpers v0.0.0-20200409221157-9559227cbcf5
github.com/jfreymuth/ui v0.0.0-20190922151901-09fa35e8af53
github.com/mmcdole/gofeed v1.0.0-beta2
github.com/mmcdole/goxpp v0.0.0-20181012175147-0068e33feabf // indirect
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/stretchr/testify v1.5.1 // indirect
github.com/vdobler/chart v1.0.0
github.com/veandco/go-sdl2 v0.4.1
github.com/wrnrlr/shape v0.0.0-20200126230213-0d32e11d761a
golang.org/x/exp v0.0.0-20200228211341-fcea875c7e85
golang.org/x/image v0.0.0-20200119044424-58c23975cae1
)