Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Update etc modules - abandoned #918

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
module github.com/giantswarm/apiextensions/v6

go 1.17
go 1.18

require (
github.com/giantswarm/microerror v0.4.0
github.com/giantswarm/to v0.4.0
github.com/google/go-cmp v0.5.8
github.com/google/go-github/v39 v39.2.0
github.com/stretchr/testify v1.7.2
golang.org/x/oauth2 v0.0.0-20220608161450-d0670ef3b1eb
github.com/stretchr/testify v1.8.0
golang.org/x/oauth2 v0.0.0-20220718184931-c8730f7fcb92
k8s.io/api v0.24.1
k8s.io/apiextensions-apiserver v0.24.1
k8s.io/apimachinery v0.24.1
Expand Down Expand Up @@ -66,7 +66,7 @@ require (
github.com/prometheus/procfs v0.7.3 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
golang.org/x/net v0.0.0-20220607020251-c690dde0001d // indirect
golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e // indirect
golang.org/x/sys v0.0.0-20220610221304-9f5ed59c137d // indirect
golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 // indirect
golang.org/x/text v0.3.7 // indirect
Expand Down
Loading