forked from IBM/satcon-client-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
22 lines (20 loc) · 845 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
module github.com/IBM/satcon-client-go
go 1.14
require (
github.com/IBM/go-sdk-core/v5 v5.7.2
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/go-openapi/errors v0.20.1 // indirect
github.com/go-openapi/strfmt v0.20.3 // indirect
github.com/go-playground/universal-translator v0.18.0 // indirect
github.com/go-stack/stack v1.8.1 // indirect
github.com/golang-jwt/jwt/v4 v4.1.0
github.com/leodido/go-urn v1.2.1 // indirect
github.com/maxbrunsfeld/counterfeiter/v6 v6.3.0
github.com/mitchellh/mapstructure v1.4.2 // indirect
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.10.5
go.mongodb.org/mongo-driver v1.7.3 // indirect
golang.org/x/sys v0.0.0-20211020174200-9d6173849985 // indirect
golang.org/x/tools v0.1.7 // indirect
)