Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump k8s.io/apimachinery from 0.0.0-20180707232508-bce280dade67 to 0.15.7 #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 4 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ require (
github.com/ajg/form v1.5.1 // indirect
github.com/codegangsta/inject v0.0.0-20140425184007-37d7f8432a3e // indirect
github.com/deckarep/golang-set v0.0.0-20171013212420-1d4478f51bed
github.com/fasthttp-contrib/websocket v0.0.0-20160511215533-1f3b11f56072 // indirect
github.com/fastly/go-utils v0.0.0-20180712184237-d95a45783239 // indirect
github.com/fatih/color v1.4.1 // indirect
github.com/fukata/golang-stats-api-handler v1.0.0
github.com/gavv/monotime v0.0.0-20171021193802-6f8212e8d10d // indirect
github.com/gin-contrib/sse v0.0.0-20170109093832-22d885f9ecc7 // indirect
github.com/gin-gonic/gin v0.0.0-20170702092826-d459835d2b07
github.com/go-ini/ini v1.37.0
Expand All @@ -43,8 +43,6 @@ require (
github.com/go-sql-driver/mysql v1.4.1
github.com/go-xorm/xorm v0.7.9
github.com/google/btree v1.0.0 // indirect
github.com/google/gofuzz v0.0.0-20161122191042-44d81051d367 // indirect
github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d // indirect
github.com/gopherjs/gopherjs v0.0.0-20180628210949-0892b62f0d9f // indirect
github.com/hashicorp/consul v1.2.0
github.com/hashicorp/go-cleanhttp v0.0.0-20171218145408-d5fe4b57a186 // indirect
Expand All @@ -60,8 +58,6 @@ require (
github.com/juju/loggo v0.0.0-20190212223446-d976af380377 // indirect
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
github.com/kataras/iris/v12 v12.0.1
github.com/kataras/survey v1.3.4 // indirect
github.com/klauspost/cpuid v0.0.0-20170728055534-ae7887de9fa5 // indirect
github.com/lafikl/consistent v0.0.0-20171026144656-ea75672e5603
github.com/lestrrat/go-envload v0.0.0-20180220120943-6ed08b54a570 // indirect
github.com/lestrrat/go-file-rotatelogs v0.0.0-20180223000712-d3151e2a480f
Expand All @@ -78,7 +74,6 @@ require (
github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a
github.com/rifflock/lfshook v0.0.0-20180227222202-bf539943797a
github.com/samuel/go-zookeeper v0.0.0-20180130194729-c4fab1ac1bec
github.com/satori/go.uuid v0.0.0-20180103174451-36e9d2ebbde5 // indirect
github.com/sergi/go-diff v1.0.0 // indirect
github.com/shirou/gopsutil v0.0.0-20180625081143-4a180b209f5f
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect
Expand All @@ -95,7 +90,7 @@ require (
github.com/tietang/hystrix-go v0.0.0-20170922014527-a984df1911a5
github.com/tietang/props v2.2.0+incompatible
github.com/tietang/stats v0.0.0-20171114031414-9f32ebcae985
github.com/ugorji/go v0.0.0-20170215201144-c88ee250d022 // indirect
github.com/valyala/fasthttp v1.44.0 // indirect
github.com/valyala/fasttemplate v0.0.0-20170224212429-dcecefd839c4 // indirect
github.com/vrischmann/go-metrics-influxdb v0.0.0-20160917065939-43af8332c303
github.com/x-cray/logrus-prefixed-formatter v0.5.2
Expand All @@ -106,14 +101,12 @@ require (
github.com/yudai/gojsondiff v1.0.0 // indirect
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
github.com/yudai/pp v2.0.1+incompatible // indirect
golang.org/x/net v0.0.0-20190620200207-3b0461eec859
gopkg.in/AlecAivazis/survey.v1 v1.5.3 // indirect
golang.org/x/net v0.0.0-20220906165146-f3363e06e74c
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v8 v8.18.1 // indirect
gopkg.in/ini.v1 v1.37.0
gopkg.in/russross/blackfriday.v2 v2.0.0-20180526075726-670777b536d3 // indirect
gopkg.in/square/go-jose.v2 v2.1.6
k8s.io/api v0.0.0-20180308224125-73d903622b73 // indirect
k8s.io/apimachinery v0.0.0-20180707232508-bce280dade67
k8s.io/apimachinery v0.15.7
k8s.io/client-go v7.0.0+incompatible
)
Loading