-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
23 lines (22 loc) · 926 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 github.com/bgadrian/pseudoservice
require (
github.com/bgadrian/fastfaker v2.0.2+incompatible
github.com/engoengine/math v1.0.1 // indirect
github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 // indirect
github.com/go-openapi/analysis v0.17.2 // indirect
github.com/go-openapi/errors v0.17.2
github.com/go-openapi/jsonpointer v0.17.2 // indirect
github.com/go-openapi/jsonreference v0.17.2 // indirect
github.com/go-openapi/loads v0.17.2
github.com/go-openapi/runtime v0.17.2
github.com/go-openapi/spec v0.17.2
github.com/go-openapi/strfmt v0.17.2
github.com/go-openapi/swag v0.17.2
github.com/go-openapi/validate v0.17.2
github.com/google/go-cmp v0.2.0
github.com/jessevdk/go-flags v1.4.0
github.com/kr/pretty v0.1.0 // indirect
github.com/pkg/errors v0.8.0 // indirect
golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)