Skip to content

Commit 68c3e56

Browse files
committed
Updated dependencies
1 parent afbe473 commit 68c3e56

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module github.com/uhppoted/uhppoted-codegen
33
go 1.23
44

55
require (
6-
github.com/uhppoted/uhppote-core v0.8.9
7-
github.com/uhppoted/uhppoted-lib v0.8.9
6+
github.com/uhppoted/uhppote-core v0.8.10-0.20250121172632-08d73ff3689e
7+
github.com/uhppoted/uhppoted-lib v0.8.10-0.20250121173211-01a4a14fc786
88
)
99

10-
require golang.org/x/sys v0.25.0 // indirect
10+
require golang.org/x/sys v0.29.0 // indirect

go.sum

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
github.com/uhppoted/uhppote-core v0.8.9 h1:1+PE/rSS5fWJfPZ97UXkRBWHmp/h80QLgQ+P3942WZU=
2-
github.com/uhppoted/uhppote-core v0.8.9/go.mod h1:oUQdz4NBMXkcwzEHUd6lYQgF6He32+jnb+FMwehZRwg=
3-
github.com/uhppoted/uhppoted-lib v0.8.9 h1:PQmlZeESlYhLfkGpBxTeRyQaD2b3melImtcsgb8VVhw=
4-
github.com/uhppoted/uhppoted-lib v0.8.9/go.mod h1:tQgA5Jno0R2g8hlv7Wi52vVZYmdB9DFFLehLWLHuuKU=
5-
golang.org/x/sys v0.25.0 h1:r+8e+loiHxRqhXVl6ML1nO3l1+oFoWbnlu2Ehimmi34=
6-
golang.org/x/sys v0.25.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
1+
github.com/uhppoted/uhppote-core v0.8.10-0.20250121172632-08d73ff3689e h1:DvyHhEyy3u1Kos2YMRywapRV+T5eYozMQ9PFpUMmsps=
2+
github.com/uhppoted/uhppote-core v0.8.10-0.20250121172632-08d73ff3689e/go.mod h1:oUQdz4NBMXkcwzEHUd6lYQgF6He32+jnb+FMwehZRwg=
3+
github.com/uhppoted/uhppoted-lib v0.8.10-0.20250121173211-01a4a14fc786 h1:fjY2YPdbmBG+m07n1DArY7OCfW0yzzhFSGw9miXyY7Y=
4+
github.com/uhppoted/uhppoted-lib v0.8.10-0.20250121173211-01a4a14fc786/go.mod h1:8gpUlPmSpWWFWvQIHy4ALcTqbQS5iUO0m9MWDPaNI/g=
5+
golang.org/x/sys v0.29.0 h1:TPYlXGxvx1MGTn2GiZDhnjPA9wZzZeGKHHmKhHYvgaU=
6+
golang.org/x/sys v0.29.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=

0 commit comments

Comments
 (0)