forked from ardanlabs/gotraining
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
18 lines (16 loc) · 683 Bytes
/
go.mod
File metadata and controls
18 lines (16 loc) · 683 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/ardanlabs/gotraining
go 1.14
require (
github.com/ajstarks/svgo v0.0.0-20200725142600-7a3c8b57fecb // indirect
github.com/braintree/manners v0.0.0-20160418043613-82a8879fc5fd
github.com/google/go-cmp v0.5.4
github.com/google/uuid v1.1.2 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pborman/uuid v1.2.1
github.com/pkg/errors v0.9.1
golang.org/x/exp v0.0.0-20201008143054-e3b2a7f2fdc7 // indirect
golang.org/x/image v0.0.0-20200927104501-e162460cd6b5 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gonum.org/v1/netlib v0.0.0-20201012070519-2390d26c3658 // indirect
gonum.org/v1/plot v0.8.1
)