Skip to content

Commit

Permalink
Bump k8s.io/apimachinery
Browse files Browse the repository at this point in the history
Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.0.0-20181127025237-2b1284ed4c93 to 0.16.13.
- [Commits](https://github.com/kubernetes/apimachinery/commits/v0.16.13)

---
updated-dependencies:
- dependency-name: k8s.io/apimachinery
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 7, 2024
1 parent b2d1ec0 commit f63d1bc
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 126 deletions.
13 changes: 5 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@ module github.com/grailbio/base
go 1.13

require (
cloud.google.com/go v0.46.3 // indirect
github.com/DataDog/zstd v1.4.1
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5
github.com/aws/aws-sdk-go v1.34.31
github.com/biogo/store v0.0.0-20190426020002-884f370e325d
github.com/cespare/xxhash/v2 v2.1.0
github.com/coreos/go-oidc v2.1.0+incompatible
github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa
github.com/go-test/deep v1.0.4
github.com/gobwas/glob v0.2.3
github.com/golang/protobuf v1.4.3
Expand All @@ -19,20 +17,17 @@ require (
github.com/grailbio/testutil v0.0.3
github.com/grailbio/v23/factories/grail v0.0.0-20190904050408-8a555d238e9a
github.com/hanwen/go-fuse/v2 v2.0.2
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
github.com/keybase/go-keychain v0.0.0-20190828153431-2390ae572545
github.com/klauspost/compress v1.8.6
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.6.1
github.com/willf/bitset v1.1.10
github.com/yasushi-saito/zlibng v0.0.0-20190922135643-2a860060b80c
go.opencensus.io v0.22.1 // indirect
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f
google.golang.org/appengine v1.6.5 // indirect
v.io v0.1.15
v.io/x/lib v0.1.7
)
Expand All @@ -41,14 +36,16 @@ require (
github.com/cespare/xxhash v1.1.0
github.com/gin-gonic/gin v1.6.3
github.com/gogo/protobuf v1.3.2 // indirect
github.com/google/go-cmp v0.4.0
github.com/google/uuid v1.1.2
github.com/grailbio/bigmachine v0.5.8
github.com/shirou/gopsutil v2.19.9+incompatible
go.mozilla.org/pkcs7 v0.0.0-20210826202110-33d05740a352
go.uber.org/zap v1.16.0
golang.org/x/time v0.0.0-20190921001708-c4c64cad1fd0
google.golang.org/api v0.10.0
gopkg.in/inf.v0 v0.9.1 // indirect
k8s.io/api v0.0.0-20181213150558-05914d821849
k8s.io/apimachinery v0.0.0-20181127025237-2b1284ed4c93
k8s.io/apimachinery v0.16.13 // indirect
k8s.io/client-go v10.0.0+incompatible
k8s.io/klog v1.0.0 // indirect
sigs.k8s.io/yaml v1.2.0 // indirect
)
Loading

0 comments on commit f63d1bc

Please sign in to comment.