Skip to content

Commit

Permalink
Move to new org tool (kubernetes#1117)
Browse files Browse the repository at this point in the history
  • Loading branch information
howardjohn authored Jul 17, 2023
1 parent d27588f commit 491126e
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 2,250 deletions.
32 changes: 5 additions & 27 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,34 +3,12 @@ module istio.io/community
go 1.19

require (
k8s.io/apimachinery v0.20.2
k8s.io/test-infra v0.0.0-20210518173505-70987fc2aa85
sigs.k8s.io/yaml v1.2.0
istio.io/tools v0.0.0-20230711170845-79552bc55500
k8s.io/apimachinery v0.27.0
)

require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.1.1 // indirect
github.com/dgrijalva/jwt-go/v4 v4.0.0-preview1 // indirect
github.com/golang/protobuf v1.4.3 // indirect
github.com/gomodule/redigo v1.7.0 // indirect
github.com/google/btree v1.0.0 // indirect
github.com/gregjones/httpcache v0.0.0-20190212212710-3befbb6ad0cc // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
github.com/prometheus/client_golang v1.11.1 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/common v0.26.0 // indirect
github.com/prometheus/procfs v0.6.0 // indirect
github.com/shurcooL/githubv4 v0.0.0-20191102174205-af46314aec7b // indirect
github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect
github.com/sirupsen/logrus v1.6.0 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43 // indirect
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a // indirect
golang.org/x/sys v0.5.0 // indirect
google.golang.org/appengine v1.6.6 // indirect
google.golang.org/protobuf v1.26.0-rc.1 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
sigs.k8s.io/yaml v1.3.0 // indirect
)
Loading

0 comments on commit 491126e

Please sign in to comment.