-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
18 lines (17 loc) · 954 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/ehardi19/go-fuzzy-logic
require (
github.com/ajstarks/svgo v0.0.0-20181006003313-6ce6a3bcf6cd // indirect
github.com/fogleman/gg v1.3.0 // indirect
github.com/jung-kurt/gofpdf v1.1.1 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20190321074620-2f0d2b0e0001 // indirect
golang.org/x/crypto v0.0.0-20190418165655-df01cb2cc480 // indirect
golang.org/x/exp v0.0.0-20190417140011-e40e924fdd3f // indirect
golang.org/x/image v0.0.0-20190417020941-4e30a6eb7d9a // indirect
golang.org/x/mobile v0.0.0-20190415191353-3e0bab5405d6 // indirect
golang.org/x/net v0.0.0-20190415214537-1da14a5a36f2 // indirect
golang.org/x/sys v0.0.0-20190418153312-f0ce4c0180be // indirect
golang.org/x/tools v0.0.0-20190418152851-6732636ccdfd // indirect
gonum.org/v1/gonum v0.0.0-20190418214431-5e6a2d4f3605 // indirect
gonum.org/v1/netlib v0.0.0-20190331212654-76723241ea4e // indirect
gonum.org/v1/plot v0.0.0-20190410204940-3a5f52653745
)