Skip to content

Commit

Permalink
Remove openshift dependencies (#431)
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha authored Dec 10, 2018
1 parent 2483f3c commit 2607214
Show file tree
Hide file tree
Showing 84 changed files with 9,728 additions and 12,684 deletions.
27 changes: 12 additions & 15 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

80 changes: 38 additions & 42 deletions glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,53 @@ import:
version: v3.0.0
- package: github.com/appscode/envconfig
version: master
- package: github.com/appscode/go-notify
version: master
- package: github.com/appscode/go
version: master
- package: github.com/appscode/go-notify
version: master
- package: github.com/appscode/kubernetes-webhook-util
version: release-9.0
- package: github.com/appscode/kutil
version: release-9.0
- package: github.com/appscode/pat
- package: github.com/codeskyblue/go-sh
version: master
- package: github.com/cpuguy83/go-md2man
version: v1.0.8
- package: github.com/davecgh/go-spew
version: v1.1.1
- package: github.com/go-macaron/auth
- package: github.com/go-macaron/toolbox
- package: github.com/go-openapi/loads
- package: github.com/go-openapi/spec
- package: github.com/golang/glog
- package: github.com/golang/protobuf
version: v1.0.0
- package: github.com/google/go-cmp
version: master
- package: github.com/gorilla/websocket
version: v1.4.0
- package: github.com/imdario/mergo
version: v0.3.5
- package: github.com/influxdata/influxdb
version: v1.5.0
- package: github.com/jpillora/go-ogle-analytics
- package: github.com/json-iterator/go
version: 1.1.5
- package: github.com/mailgun/mailgun-go
version: v1.1.1
- package: github.com/mailru/easyjson
version: 2f5df55504ebc322e4d52d34df6a1f5b503bf26d
- package: github.com/nlopes/slack
version: v0.2.0
- package: github.com/onsi/gomega
version: v1.3.0
- package: github.com/pkg/errors
version: v0.8.0
- package: github.com/prometheus/client_golang
version: v0.8.0
- package: github.com/russross/blackfriday
version: v1.5.2
- package: github.com/shirou/gopsutil
version: v2.18.02
- package: github.com/spf13/afero
Expand All @@ -36,10 +60,22 @@ import:
- package: github.com/spf13/pflag
version: v1.0.3
- package: github.com/vaughan0/go-ini
- package: golang.org/x/crypto
version: de0752318171da717af4ce24d0a2e8626afaeb11
- package: golang.org/x/net
version: 1c05540f6879653db88113bc4a2b70aec4bd491f
- package: golang.org/x/sys
version: 95c6576299259db960f6c5b9b69ea52422860fce
- package: golang.org/x/text
version: b19bf474d317b857955b12035d2c5acb57ce8b01
- package: gopkg.in/ini.v1
version: v1.32.0
- package: gopkg.in/macaron.v1
version: v1.3.1
- package: gopkg.in/square/go-jose.v2
version: v2.2.1
- package: gopkg.in/yaml.v2
version: v2.2.1
- package: k8s.io/api
version: kubernetes-1.12.0
- package: k8s.io/apiextensions-apiserver
Expand All @@ -56,46 +92,6 @@ import:
version: v9.0.0
- package: k8s.io/kube-openapi
version: 0cf8f7e6ed1d2e3d47d02e3b6e559369af24d803
- package: github.com/appscode/kutil
version: release-9.0
- package: github.com/appscode/kubernetes-webhook-util
version: release-9.0
- package: github.com/openshift/api
version: 31a7bbd2266d178da3c12bb83f5274d387f775e6
- package: github.com/openshift/client-go
version: 4688ad28de2e88110c0ea30179c51b9b205f99be
- package: github.com/openshift/origin
version: fecffb2fce100260088a1b9f268c0901a778cf2b
- package: github.com/appscode/ocutil
version: release-3.11
- package: github.com/cpuguy83/go-md2man
version: v1.0.8
- package: github.com/mailru/easyjson
version: 2f5df55504ebc322e4d52d34df6a1f5b503bf26d
- package: github.com/json-iterator/go
version: 1.1.5
- package: golang.org/x/text
version: b19bf474d317b857955b12035d2c5acb57ce8b01
- package: golang.org/x/net
version: 1c05540f6879653db88113bc4a2b70aec4bd491f
- package: golang.org/x/sys
version: 95c6576299259db960f6c5b9b69ea52422860fce
- package: github.com/golang/protobuf
version: v1.1.0
- package: golang.org/x/crypto
version: de0752318171da717af4ce24d0a2e8626afaeb11
- package: github.com/davecgh/go-spew
version: v1.1.1
- package: github.com/mailgun/mailgun-go
version: v1.1.1
- package: github.com/nlopes/slack
version: v0.2.0
- package: github.com/russross/blackfriday
version: v1.5.2
- package: gopkg.in/yaml.v2
version: v2.2.1
- package: github.com/gorilla/websocket
version: v1.4.0
testImport:
- package: github.com/onsi/ginkgo
version: v1.4.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/hostfacts/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
"github.com/shirou/gopsutil/disk"
"github.com/shirou/gopsutil/load"
"github.com/shirou/gopsutil/mem"
"gopkg.in/macaron.v1"
macaron "gopkg.in/macaron.v1"
)

type Server struct {
Expand Down
2 changes: 1 addition & 1 deletion pkg/icinga/configurator.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/appscode/kutil/tools/certstore"
"github.com/pkg/errors"
"github.com/spf13/afero"
"gopkg.in/ini.v1"
ini "gopkg.in/ini.v1"
"k8s.io/client-go/util/cert"
)

Expand Down
2 changes: 1 addition & 1 deletion plugins/notifier/lib.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"time"

"github.com/appscode/envconfig"
"github.com/appscode/go-notify"
notify "github.com/appscode/go-notify"
"github.com/appscode/go-notify/unified"
"github.com/appscode/go/flags"
"github.com/appscode/go/log"
Expand Down
20 changes: 17 additions & 3 deletions vendor/github.com/appscode/go/flags/flags.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2607214

Please sign in to comment.