blob: 0a31aad613d4d5ad0e8f08d7242f8d04a7bf1b8a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
module rescribe.xyz/preproc
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/integral v0.6.0
)
|