forked from openshift-online/ocm-sdk-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
23 lines (21 loc) · 711 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/openshift-online/ocm-sdk-go
go 1.14
require (
github.com/cenkalti/backoff/v4 v4.0.0
github.com/ghodss/yaml v1.0.0
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/google/uuid v1.2.0
github.com/jackc/pgconn v1.9.0
github.com/jackc/pgx/v4 v4.12.0
github.com/json-iterator/go v1.1.10
github.com/lib/pq v1.10.2
github.com/microcosm-cc/bluemonday v1.0.15
github.com/onsi/ginkgo v1.16.4
github.com/onsi/gomega v1.16.0
github.com/prometheus/client_golang v1.9.0
golang.org/x/net v0.0.0-20210614182718-04defd469f4e
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
k8s.io/api v0.18.5
k8s.io/apimachinery v0.18.5
)