Skip to content

Commit

Permalink
vendor: update apiserver (#4400)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicks committed Apr 5, 2021
1 parent 26e7b40 commit bf76389
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -67,7 +67,7 @@ require (
github.com/tilt-dev/go-get v0.0.0-20200911222649-1acd29546527
github.com/tilt-dev/localregistry-go v0.0.0-20200615231835-07e386f4ebd7
github.com/tilt-dev/probe v0.2.0
github.com/tilt-dev/tilt-apiserver v0.2.4
github.com/tilt-dev/tilt-apiserver v0.2.5
github.com/tilt-dev/wmclient v0.0.0-20201109174454-1839d0355fbc
github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
github.com/whilp/git-urls v0.0.0-20160530060445-31bac0d230fa
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Expand Up @@ -1122,8 +1122,8 @@ github.com/tilt-dev/opencensus-go v0.22.5-0.20200904175236-275b1754f353 h1:lxM1v
github.com/tilt-dev/opencensus-go v0.22.5-0.20200904175236-275b1754f353/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
github.com/tilt-dev/probe v0.2.0 h1:2kLs+xNjv6OYoR7OLCQELV6+/Ce0gqOC856qKfN/TB4=
github.com/tilt-dev/probe v0.2.0/go.mod h1:N4FSqESyYQuc9GwIaIoHS5cIUDznIUwDkG6y4kQVXQY=
github.com/tilt-dev/tilt-apiserver v0.2.4 h1:1/FA7BsyktIX+jvIbuWd2mPhUOQHbdN/eSMJeannMJU=
github.com/tilt-dev/tilt-apiserver v0.2.4/go.mod h1:5JegGavWDV+CrTD1w9QWFekMQwctZmbkQumHd4aqsT8=
github.com/tilt-dev/tilt-apiserver v0.2.5 h1:VlixxRYU07Ts7GhMZJAucF2JAzaHGsmUyFCJ41ZHMgE=
github.com/tilt-dev/tilt-apiserver v0.2.5/go.mod h1:5JegGavWDV+CrTD1w9QWFekMQwctZmbkQumHd4aqsT8=
github.com/tilt-dev/wmclient v0.0.0-20201109174454-1839d0355fbc h1:wGkAoZhrvnmq93B4W2v+agiPl7xzqUaxXkxmKrwJ6bc=
github.com/tilt-dev/wmclient v0.0.0-20201109174454-1839d0355fbc/go.mod h1:n01fG3LbImzxBP3GGCTHkgXuPeJusWg6xv0QYGm9HtE=
github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk=
Expand Down

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

6 changes: 1 addition & 5 deletions vendor/modules.txt
Expand Up @@ -44,8 +44,6 @@ github.com/akutz/memconn
github.com/alessio/shellescape
# github.com/beorn7/perks v1.0.1
github.com/beorn7/perks/quantile
# github.com/bitly/go-hostpool v0.1.0
## explicit
# github.com/blang/semver v3.5.1+incompatible
## explicit
github.com/blang/semver
Expand Down Expand Up @@ -356,8 +354,6 @@ github.com/mattn/go-colorable
github.com/mattn/go-isatty
# github.com/mattn/go-runewidth v0.0.6
github.com/mattn/go-runewidth
# github.com/mattn/go-sqlite3 v2.0.2+incompatible
## explicit
# github.com/mattn/go-tty v0.0.3
## explicit
github.com/mattn/go-tty
Expand Down Expand Up @@ -516,7 +512,7 @@ github.com/tilt-dev/localregistry-go
## explicit
github.com/tilt-dev/probe/pkg/probe
github.com/tilt-dev/probe/pkg/prober
# github.com/tilt-dev/tilt-apiserver v0.2.4
# github.com/tilt-dev/tilt-apiserver v0.2.5
## explicit
github.com/tilt-dev/tilt-apiserver/pkg/server/apiserver
github.com/tilt-dev/tilt-apiserver/pkg/server/builder
Expand Down

0 comments on commit bf76389

Please sign in to comment.