-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
33 lines (31 loc) · 1.6 KB
/
go.mod
File metadata and controls
33 lines (31 loc) · 1.6 KB
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
module github.com/marcetin/vin
go 1.14
require (
gioui.org v0.0.0-20200320195817-a3101c9454b7
gioui.org/cmd v0.0.0-20200320195817-a3101c9454b7 // indirect
github.com/clbanning/x2j v0.0.0-20191024224557-825249438eec // indirect
github.com/gioapp/fonts v0.0.0-20200409222643-fe2f7511f609
github.com/gioapp/gel v0.0.0-20200409221700-20b9d9a366f9
github.com/gioapp/gelook v0.0.0-20200409222352-89e6beb344a9
github.com/gorilla/mux v1.7.4 // indirect
github.com/jcelliott/lumber v0.0.0-20160324203708-dd349441af25 // indirect
github.com/jung-kurt/gofpdf v1.16.2
github.com/nanobox-io/golang-scribble v0.0.0-20190309225732-aa3e7c118975
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/p9c/cms v0.0.0-20200311052948-c621afb2fbc8 // indirect
github.com/p9c/logi v0.0.17 // indirect
github.com/p9c/pod v0.2.23 // indirect
github.com/stretchr/codecs v0.0.0-20170403063245-04a5b1e1910d // indirect
github.com/stretchr/gomniauth v0.0.0-20170717123514-4b6c822be2eb // indirect
github.com/stretchr/goweb v0.0.0-20140611034857-d7518e7a1cf8 // indirect
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/signature v0.0.0-20160104132143-168b2a1e1b56 // indirect
github.com/stretchr/stew v0.0.0-20130812190256-80ef0842b48b // indirect
github.com/stretchr/testify v1.5.1 // indirect
github.com/stretchr/tracer v0.0.0-20140124184152-66d3696bba97 // indirect
github.com/ugorji/go v1.1.7 // indirect
golang.org/x/exp v0.0.0-20200320212757-167ffe94c325
golang.org/x/image v0.0.0-20200430140353-33d19683fad8
golang.org/x/text v0.3.2
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect
)