-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
24 lines (23 loc) · 1.13 KB
/
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
24
module github.com/onwsk8r/goption-pricing
require (
github.com/Masterminds/semver v1.4.2 // indirect
github.com/Masterminds/vcs v1.12.0 // indirect
github.com/armon/go-radix v1.0.0 // indirect
github.com/boltdb/bolt v1.3.1 // indirect
github.com/golang/dep v0.5.0 // indirect
github.com/jmank88/nuts v0.3.0 // indirect
github.com/nightlyone/lockfile v0.0.0-20180618180623-0ad87eef1443 // indirect
github.com/onsi/ginkgo v1.7.0
github.com/onsi/gomega v1.4.3
github.com/pelletier/go-toml v1.2.0 // indirect
github.com/pkg/errors v0.8.0 // indirect
github.com/sdboyer/constext v0.0.0-20170321163424-836a14457353 // indirect
golang.org/x/exp v0.0.0-20181112044915-a3060d491354 // indirect
golang.org/x/net v0.0.0-20181114220301-adae6a3d119a // indirect
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f // indirect
golang.org/x/sys v0.0.0-20181122145206-62eef0e2fa9b // indirect
golang.org/x/tools v0.0.0-20181122213734-04b5d21e00f1 // indirect
gonum.org/v1/gonum v0.0.0-20181125185008-b630de2f2264
gonum.org/v1/netlib v0.0.0-20181029234149-ec6d1f5cefe6 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)