Merge pull request #144 from sbinet/go-module-support
Go module support
This commit is contained in:
commit
587a55234c
2 changed files with 11 additions and 0 deletions
1
AUTHORS
1
AUTHORS
|
@ -1,3 +1,4 @@
|
||||||
Laurent Le Goff
|
Laurent Le Goff
|
||||||
Stani Michiels, gmail:stani.be
|
Stani Michiels, gmail:stani.be
|
||||||
Drahoslav Bednář
|
Drahoslav Bednář
|
||||||
|
Sebastien Binet
|
||||||
|
|
10
go.mod
Normal file
10
go.mod
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
module github.com/llgcode/draw2d
|
||||||
|
|
||||||
|
require (
|
||||||
|
github.com/go-gl/gl v0.0.0-20180407155706-68e253793080
|
||||||
|
github.com/go-gl/glfw v0.0.0-20180426074136-46a8d530c326
|
||||||
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
|
||||||
|
github.com/jung-kurt/gofpdf v1.0.0
|
||||||
|
github.com/llgcode/ps v0.0.0-20150911083025-f1443b32eedb
|
||||||
|
golang.org/x/image v0.0.0-20180708004352-c73c2afc3b81
|
||||||
|
)
|
Loading…
Reference in a new issue