Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
YZ775 committed Nov 13, 2024
1 parent 5f0a6c1 commit 7302b0a
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 64 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

- Update dependencies in [#202](https://github.com/cybozu-go/placemat/pull/202)

## [2.4.6] - 2024-07-12

- Update dependencies in [#200](https://github.com/cybozu-go/placemat/pull/200)
Expand Down
2 changes: 1 addition & 1 deletion bin/env
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ ZONE=asia-northeast1-c
SERVICE_ACCOUNT=neco-test@neco-test.iam.gserviceaccount.com
MACHINE_TYPE=n1-standard-8
DISK_TYPE=pd-ssd
BOOT_DISK_SIZE=20GB
BOOT_DISK_SIZE=30GB
GCLOUD="gcloud --quiet --account ${SERVICE_ACCOUNT} --project ${PROJECT}"
41 changes: 22 additions & 19 deletions v2/go.mod
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
module github.com/cybozu-go/placemat/v2

go 1.22.5
go 1.23.3

require (
github.com/containernetworking/plugins v1.5.1
github.com/coreos/go-iptables v0.7.0
github.com/containernetworking/plugins v1.6.0
github.com/coreos/go-iptables v0.8.0
github.com/cybozu-go/log v1.7.0
github.com/cybozu-go/netutil v1.4.8
github.com/cybozu-go/well v1.11.2
github.com/fatih/color v1.17.0
github.com/fatih/color v1.18.0
github.com/gin-gonic/gin v1.10.0
github.com/onsi/ginkgo/v2 v2.19.0
github.com/onsi/gomega v1.33.1
github.com/onsi/ginkgo/v2 v2.21.0
github.com/onsi/gomega v1.35.1
github.com/spf13/cobra v1.8.1
github.com/stmcginnis/gofish v0.19.0
github.com/vishvananda/netlink v1.2.1-beta.2
github.com/vishvananda/netns v0.0.4
golang.org/x/crypto v0.25.0
k8s.io/apimachinery v0.30.2
github.com/stmcginnis/gofish v0.20.0
github.com/vishvananda/netlink v1.3.0
github.com/vishvananda/netns v0.0.5
golang.org/x/crypto v0.29.0
k8s.io/apimachinery v0.31.0
sigs.k8s.io/yaml v1.4.0
)

Expand All @@ -26,8 +26,9 @@ require (
github.com/bytedance/sonic/loader v0.1.1 // indirect
github.com/cloudwego/base64x v0.1.4 // indirect
github.com/cloudwego/iasm v0.2.0 // indirect
github.com/containernetworking/cni v1.2.2 // indirect
github.com/containernetworking/cni v1.2.3 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
github.com/gabriel-vasile/mimetype v1.4.4 // indirect
github.com/gin-contrib/sse v0.1.0 // indirect
github.com/go-logr/logr v1.4.2 // indirect
Expand All @@ -38,7 +39,7 @@ require (
github.com/goccy/go-json v0.10.3 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/pprof v0.0.0-20240711041743-f6c9dda6c6da // indirect
github.com/google/pprof v0.0.0-20241029153458-d1b30febd7db // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
Expand All @@ -62,19 +63,21 @@ require (
github.com/subosito/gotenv v1.6.0 // indirect
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
github.com/ugorji/go/codec v1.2.12 // indirect
github.com/x448/float16 v0.8.4 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.9.0 // indirect
golang.org/x/arch v0.8.0 // indirect
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
golang.org/x/net v0.27.0 // indirect
golang.org/x/sys v0.22.0 // indirect
golang.org/x/text v0.16.0 // indirect
golang.org/x/tools v0.23.0 // indirect
google.golang.org/protobuf v1.34.2 // indirect
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
golang.org/x/net v0.30.0 // indirect
golang.org/x/sys v0.27.0 // indirect
golang.org/x/text v0.20.0 // indirect
golang.org/x/tools v0.26.0 // indirect
google.golang.org/protobuf v1.35.1 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/klog/v2 v2.130.1 // indirect
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
sigs.k8s.io/knftables v0.0.17 // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
)
Loading

0 comments on commit 7302b0a

Please sign in to comment.