Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update github.com/globusdigital/deep-copy digest to dc4a8d9 #45

Merged
Merged
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
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
module github.com/YutaroHayakawa/go-ra

go 1.22.7
go 1.23

toolchain go1.23.1
toolchain go1.23.2

require (
github.com/creasty/defaults v1.7.0
github.com/globusdigital/deep-copy v0.5.5-0.20240510190924-e112476c0181
github.com/globusdigital/deep-copy v0.5.5-0.20241022152029-dc4a8d91ed65
github.com/go-playground/validator/v10 v10.22.1
github.com/lorenzosaino/go-sysctl v0.3.1
github.com/mdlayher/ndp v1.1.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ github.com/gabriel-vasile/mimetype v1.4.3 h1:in2uUcidCuFcDKtdcBxlR0rJ1+fsokWf+uq
github.com/gabriel-vasile/mimetype v1.4.3/go.mod h1:d8uq/6HKRL6CGdk+aubisF/M5GcPfT7nKyLpA0lbSSk=
github.com/globusdigital/deep-copy v0.5.5-0.20240510190924-e112476c0181 h1:xod3IB0Vj/XE3cHHi1RGX6Sfhk6Y6kvg4sckyKz1EyU=
github.com/globusdigital/deep-copy v0.5.5-0.20240510190924-e112476c0181/go.mod h1:oPGx4SbH3jNfa8v0nEIRYNL27Cr2tgoTqG+YB0otQvA=
github.com/globusdigital/deep-copy v0.5.5-0.20241022152029-dc4a8d91ed65 h1:EZEN/oBYRqkkxZLYtMrTuUWeSrmGEfQ81TUN9E8IYEU=
github.com/globusdigital/deep-copy v0.5.5-0.20241022152029-dc4a8d91ed65/go.mod h1:DpkzJdKnF/cE8w8u6RW/SDql6PVyFE3c0TLZOhG8ejs=
github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU=
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8=
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8=
Expand Down