Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
fufuok committed Mar 25, 2024
1 parent f2b50ac commit 2da8288
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/fufuok/bytespool v1.3.2
github.com/fufuok/chanx v1.2.1
github.com/fufuok/cron v0.3.2
github.com/fufuok/freelru v0.13.2
github.com/fufuok/freelru v0.13.3
github.com/fufuok/utils v1.0.9
github.com/gin-gonic/gin v1.9.1
github.com/go-cmd/cmd v1.4.2
Expand Down Expand Up @@ -51,7 +51,7 @@ require (
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/onsi/ginkgo/v2 v2.17.0 // indirect
github.com/onsi/ginkgo/v2 v2.17.1 // indirect
github.com/pelletier/go-toml/v2 v2.2.0 // indirect
github.com/quic-go/qpack v0.4.0 // indirect
github.com/quic-go/quic-go v0.42.0 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ github.com/fufuok/chanx v1.2.1 h1:YvMgLg/ZEaWYwmQvTKOwR+dkvmfAdH+MnYlvjRawz7E=
github.com/fufuok/chanx v1.2.1/go.mod h1:d9WAtwHbIqRIEuZqfaD6v9O+x/9Y+rGNgUuBnSwbyJU=
github.com/fufuok/cron v0.3.2 h1:kFElN4SnLEnE8vWZhLlNv9WgHLdWVfepSYeoyK9V9Pg=
github.com/fufuok/cron v0.3.2/go.mod h1:fbTEmIk30P2o35BqPgCNSm8MvnC1XjNojtPlgJk4/lY=
github.com/fufuok/freelru v0.13.2 h1:Fb3Moh9Xjc+39/xB0IX+VJmhKdZ8aIAmc8McMmApi4k=
github.com/fufuok/freelru v0.13.2/go.mod h1:6B/BCmtS+iIJmAFmCDfSUaLsuQtPio0BpBkPuAOgQ0k=
github.com/fufuok/freelru v0.13.3 h1:x8c0mmJ5d8Ddr4Lxw1KjZkvgeIblor7OAKH1wshq80M=
github.com/fufuok/freelru v0.13.3/go.mod h1:6B/BCmtS+iIJmAFmCDfSUaLsuQtPio0BpBkPuAOgQ0k=
github.com/fufuok/utils v1.0.9 h1:ybn0Tb2mbtsnlRTjhdvH1hHD2ha0LA1I2mG67sTjoZw=
github.com/fufuok/utils v1.0.9/go.mod h1:Kdin3/AGzR0+mCaSKeatud64L48oAmVMIhqP4wXHh2E=
github.com/gabriel-vasile/mimetype v1.4.3 h1:in2uUcidCuFcDKtdcBxlR0rJ1+fsokWf+uqxgUFjbI0=
Expand Down Expand Up @@ -161,8 +161,8 @@ github.com/onsi/ginkgo v1.16.4/go.mod h1:dX+/inL/fNMqNlz0e9LfyB9TswhZpCVdJM/Z6Vv
github.com/onsi/ginkgo v1.16.5 h1:8xi0RTUf59SOSfEtZMvwTvXYMzG4gV23XVHOZiXNtnE=
github.com/onsi/ginkgo v1.16.5/go.mod h1:+E8gABHa3K6zRBolWtd+ROzc/U5bkGt0FwiG042wbpU=
github.com/onsi/ginkgo/v2 v2.0.0/go.mod h1:vw5CSIxN1JObi/U8gcbwft7ZxR2dgaR70JSE3/PpL4c=
github.com/onsi/ginkgo/v2 v2.17.0 h1:kdnunFXpBjbzN56hcJHrXZ8M+LOkenKA7NnBzTNigTI=
github.com/onsi/ginkgo/v2 v2.17.0/go.mod h1:llBI3WDLL9Z6taip6f33H76YcWtJv+7R3HigUjbIBOs=
github.com/onsi/ginkgo/v2 v2.17.1 h1:V++EzdbhI4ZV4ev0UTIj0PzhzOcReJFyJaLjtSF55M8=
github.com/onsi/ginkgo/v2 v2.17.1/go.mod h1:llBI3WDLL9Z6taip6f33H76YcWtJv+7R3HigUjbIBOs=
github.com/onsi/gomega v1.7.1/go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7JYyY=
github.com/onsi/gomega v1.10.1/go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1ybHNo=
github.com/onsi/gomega v1.17.0/go.mod h1:HnhC7FXeEQY45zxNK3PPoIUhzk/80Xly9PcubAlGdZY=
Expand Down

0 comments on commit 2da8288

Please sign in to comment.