Skip to content

Commit

Permalink
Remove unused ignitionv2; vendor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tsatam committed Sep 1, 2023
1 parent 59e8524 commit aeeca86
Show file tree
Hide file tree
Showing 60 changed files with 2,803 additions and 1,665 deletions.
12 changes: 8 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ require (
github.com/coreos/go-oidc v2.2.1+incompatible
github.com/coreos/go-semver v0.3.0
github.com/coreos/go-systemd/v22 v22.5.0
github.com/coreos/ignition v0.35.0
github.com/coreos/ignition/v2 v2.7.0
github.com/davecgh/go-spew v1.1.1
github.com/form3tech-oss/jwt-go v3.2.5+incompatible
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32
Expand Down Expand Up @@ -59,7 +59,7 @@ require (
github.com/prometheus/common v0.42.0
github.com/serge1peshcoff/selenium-go-conditions v0.0.0-20170824121757-5afbdb74596b
github.com/sirupsen/logrus v1.9.0
github.com/stretchr/testify v1.8.3
github.com/stretchr/testify v1.8.4
github.com/tebeka/selenium v0.9.9
github.com/ugorji/go/codec v1.2.7
github.com/vincent-petithory/dataurl v1.0.0
Expand All @@ -83,6 +83,12 @@ require (
sigs.k8s.io/controller-tools v0.9.0
)

require (
github.com/coreos/vcontext v0.0.0-20230201181013-d72178a18687 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20230530153820-e85fd2cbaebc // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230629202037-9506855d4529 // indirect
)

require (
github.com/Azure/azure-sdk-for-go/sdk/internal v1.3.0 // indirect
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
Expand Down Expand Up @@ -115,7 +121,6 @@ require (
github.com/containers/ocicrypt v1.1.7 // indirect
github.com/containers/psgo v1.8.0 // indirect
github.com/containers/storage v1.45.3 // indirect
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf // indirect
github.com/creack/pty v1.1.17 // indirect
github.com/cyberphone/json-canonicalization v0.0.0-20220623050100-57a0ce2678a7 // indirect
github.com/cyphar/filepath-securejoin v0.2.3 // indirect
Expand Down Expand Up @@ -252,7 +257,6 @@ require (
golang.org/x/time v0.3.0 // indirect
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
google.golang.org/grpc v1.55.0 // indirect
google.golang.org/protobuf v1.30.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
Expand Down
77 changes: 67 additions & 10 deletions go.sum

Large diffs are not rendered by default.

191 changes: 0 additions & 191 deletions vendor/github.com/coreos/go-systemd/LICENSE

This file was deleted.

5 changes: 0 additions & 5 deletions vendor/github.com/coreos/go-systemd/NOTICE

This file was deleted.

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

Loading

0 comments on commit aeeca86

Please sign in to comment.