Skip to content

Commit

Permalink
go.mod: fix stale gonum dep
Browse files Browse the repository at this point in the history
  • Loading branch information
kortschak committed Jul 17, 2018
1 parent 8c05e3d commit e3452a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/jung-kurt/gofpdf v1.0.0
github.com/llgcode/draw2d v0.0.0-20180124133339-274031cf2abe
github.com/llgcode/ps v0.0.0-20150911083025-f1443b32eedb // indirect
golang.org/x/image v0.0.0-20180403161127-f315e4403028
gonum.org/v1/gonum v0.0.0-20180710080948-ff99a9821f0f
golang.org/x/image v0.0.0-20180708004352-c73c2afc3b81
gonum.org/v1/gonum v0.0.0-20180716103638-023b8e605abb
rsc.io/pdf v0.1.1
)

0 comments on commit e3452a1

Please sign in to comment.