Skip to content

Commit

Permalink
update go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
takara9 committed Oct 23, 2023
1 parent 2d0b16b commit f69f84d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
module github.com/cybozu-go/nyamber

go 1.20
go 1.21

require (
github.com/cybozu-go/well v1.11.2
github.com/onsi/ginkgo/v2 v2.9.4
github.com/onsi/gomega v1.27.6
k8s.io/api v0.26.4
k8s.io/apimachinery v0.26.4
k8s.io/client-go v0.26.4
k8s.io/utils v0.0.0-20230505201702-9f6742963106
sigs.k8s.io/controller-runtime v0.14.6
github.com/onsi/ginkgo/v2 v1.13.0
github.com/onsi/gomega v1.28.1
k8s.io/api v0.28.3
k8s.io/apimachinery v0.28.3
k8s.io/client-go v0.28.3
k8s.io/utils v0.0.0-20230726121419-3b25d923346b
sigs.k8s.io/controller-runtime v0.16.3
)

require (
Expand Down

0 comments on commit f69f84d

Please sign in to comment.