-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
23 lines (20 loc) · 870 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module www.github.com/rmera/bartender
go 1.22
require (
github.com/gonum/floats v0.0.0-20181209220543-c233463c7e82
github.com/rmera/gochem v0.7.0
github.com/rmera/scu v0.2.0
gonum.org/v1/gonum v0.8.1
gonum.org/v1/plot v0.7.0
)
require (
github.com/ajstarks/svgo v0.0.0-20180226025133-644b8db467af // indirect
github.com/fogleman/gg v1.3.0 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/gonum/internal v0.0.0-20181124074243-f884aa714029 // indirect
github.com/jung-kurt/gofpdf v1.0.3-0.20190309125859-24315acbbda5 // indirect
github.com/skelterjohn/go.matrix v0.0.0-20130517144113-daa59528eefd // indirect
golang.org/x/exp v0.0.0-20190125153040-c74c464bbbf2 // indirect
golang.org/x/image v0.0.0-20180708004352-c73c2afc3b81 // indirect
golang.org/x/tools v0.0.0-20190206041539-40960b6deb8e // indirect
)