From 9071b7fc18595c8d19178f6053545b44010ae6a4 Mon Sep 17 00:00:00 2001 From: Nick White Date: Mon, 20 Jul 2020 18:29:30 +0100 Subject: Add pggraph tool --- go.mod | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 0237e41..cd9d133 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,11 @@ module rescribe.xyz/preproc -require rescribe.xyz/integralimg v0.1.1 +go 1.14 + +require ( + github.com/blend/go-sdk v1.1.1 // indirect + github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect + github.com/wcharczuk/go-chart v2.0.2-0.20191206192251-962b9abdec2b+incompatible + golang.org/x/image v0.0.0-20200618115811-c13761719519 // indirect + rescribe.xyz/integralimg v0.1.1 +) -- cgit v1.2.1-24-ge1ad