forked from RedHatInsights/entitlements-api-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
36 lines (34 loc) · 1.62 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
25
26
27
28
29
30
31
32
33
34
35
36
module github.com/RedHatInsights/entitlements-api-go
go 1.12
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/RedHatInsights/platform-go-middlewares v0.3.0
github.com/buger/jsonparser v0.0.0-20181115193947-bf1c66bbce23 // indirect
github.com/cortesi/modd v0.0.0-20190816110347-45e41bb091af // indirect
github.com/go-chi/chi v4.0.2+incompatible
github.com/golang/protobuf v1.3.1 // indirect
github.com/karlseguin/ccache v2.0.3+incompatible
github.com/karlseguin/expect v1.0.1 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/m1ome/zapper v0.0.0-20170328105535-8e169b0c5a1e // indirect
github.com/onsi/ginkgo v1.8.0
github.com/onsi/gomega v1.5.0
github.com/pkg/errors v0.8.1 // indirect
github.com/rjeczalik/notify v0.9.2 // indirect
github.com/spf13/viper v1.3.2
github.com/treastech/logger v0.0.0-20180705232552-e381e9ecf2e3
github.com/wsxiaoys/terminal v0.0.0-20160513160801-0940f3fc43a0 // indirect
go.uber.org/atomic v1.4.0 // indirect
go.uber.org/multierr v1.1.0 // indirect
go.uber.org/zap v1.10.0
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
golang.org/x/lint v0.0.0-20190930215403-16217165b5de // indirect
golang.org/x/net v0.0.0-20191011234655-491137f69257
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
golang.org/x/sys v0.0.0-20191010194322-b09406accb47 // indirect
golang.org/x/tools v0.0.0-20191014141550-5fa5b1782b2c // indirect
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/karlseguin/expect.v1 v1.0.1 // indirect
gopkg.in/yaml.v2 v2.2.3
)