Skip to content

Commit fa687ae

Browse files
committed
Update deps in golang examples
1 parent 7e8a2b3 commit fa687ae

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

examples/golang/client/go.mod

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ module example_client
22

33
go 1.24
44

5-
require github.com/jtraglia/dff v0.1.2
6-
7-
require github.com/gen2brain/shm v0.1.1 // indirect
5+
require (
6+
github.com/gen2brain/shm v0.1.1 // indirect
7+
github.com/jtraglia/dff v0.1.3 // indirect
8+
)

examples/golang/client/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
github.com/gen2brain/shm v0.1.1 h1:1cTVA5qcsUFixnDHl14TmRoxgfWEEZlTezpUj1vm5uQ=
22
github.com/gen2brain/shm v0.1.1/go.mod h1:UgIcVtvmOu+aCJpqJX7GOtiN7X2ct+TKLg4RTxwPIUA=
3+
github.com/jtraglia/dff v0.1.3 h1:SYF00TSfH/rww9oAoBhsIoxX7BxZHm9n7RH7reH3sUs=
4+
github.com/jtraglia/dff v0.1.3/go.mod h1:H1G8KkXs04oqhTuU7eo70dwQDALABwnvIuRbPeQ70GQ=

examples/golang/server/go.mod

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ module example_server
22

33
go 1.24
44

5-
require github.com/jtraglia/dff/golang v0.1.2
6-
7-
require github.com/gen2brain/shm v0.1.1 // indirect
5+
require (
6+
github.com/gen2brain/shm v0.1.1 // indirect
7+
github.com/jtraglia/dff v0.1.3 // indirect
8+
)

examples/golang/server/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
github.com/gen2brain/shm v0.1.1 h1:1cTVA5qcsUFixnDHl14TmRoxgfWEEZlTezpUj1vm5uQ=
22
github.com/gen2brain/shm v0.1.1/go.mod h1:UgIcVtvmOu+aCJpqJX7GOtiN7X2ct+TKLg4RTxwPIUA=
3+
github.com/jtraglia/dff v0.1.3 h1:SYF00TSfH/rww9oAoBhsIoxX7BxZHm9n7RH7reH3sUs=
4+
github.com/jtraglia/dff v0.1.3/go.mod h1:H1G8KkXs04oqhTuU7eo70dwQDALABwnvIuRbPeQ70GQ=

0 commit comments

Comments
 (0)