Skip to content

Commit

Permalink
build: upgrade apimachinery from v0.23.5 to v0.27.1 (datreeio#937)
Browse files Browse the repository at this point in the history
Co-authored-by: Yishay Mendelsohn <yishaymendelsohn@Yishays-MacBook-Pro-2.local>
  • Loading branch information
myishay and Yishay Mendelsohn committed May 14, 2023
1 parent 6fe6baa commit d3917ba
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 117 deletions.
16 changes: 8 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ require (
gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
k8s.io/apimachinery v0.23.5
sigs.k8s.io/yaml v1.2.0
k8s.io/apimachinery v0.27.1
sigs.k8s.io/yaml v1.3.0
)

require github.com/open-policy-agent/opa v0.49.2
Expand All @@ -41,14 +41,14 @@ require (
github.com/goccy/go-json v0.9.11 // indirect
github.com/goccy/go-yaml v1.9.5 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/google/go-cmp v0.5.8 // indirect
github.com/itchyny/timefmt-go v0.1.5 // indirect
github.com/jinzhu/copier v0.3.5 // indirect
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/rogpeppe/go-internal v1.10.0 // indirect
github.com/tchap/go-patricia/v2 v2.3.1 // indirect
github.com/yashtewari/glob-intersection v0.1.0 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
)
Expand All @@ -57,7 +57,7 @@ require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/google/uuid v1.2.0 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/magiconair/properties v1.8.6 // indirect
Expand All @@ -78,8 +78,8 @@ require (
github.com/tklauser/numcpus v0.3.0 // indirect
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/text v0.8.0 // indirect
gopkg.in/ini.v1 v1.51.0 // indirect
)

Expand All @@ -91,5 +91,5 @@ require (
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
github.com/shirou/gopsutil/v3 v3.22.2
github.com/yusufpapurcu/wmi v1.2.2 // indirect
k8s.io/utils v0.0.0-20220823124924-e9cbc92d1a73
k8s.io/utils v0.0.0-20230209194617-a36077c30491
)
Loading

0 comments on commit d3917ba

Please sign in to comment.