diff options
author | Nick White <git@njw.name> | 2020-07-20 18:29:30 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2020-07-20 18:29:30 +0100 |
commit | 9071b7fc18595c8d19178f6053545b44010ae6a4 (patch) | |
tree | 8e4a295fb53e5832a64b8632a0494a8bb6fb6776 /go.mod | |
parent | 43c2f3e5fa1894c49f875242edf7590f47d18ff4 (diff) |
Add pggraph tool
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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 +) |