Skip to content

Commit a18d41d

Browse files
chore: update example pkg
Signed-off-by: minhthong582000 <55283557+minhthong582000@users.noreply.github.com>
1 parent 9c130e5 commit a18d41d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

example/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module github.com/minhthong582000/atomicringbuffer/example
22

33
go 1.23.4
44

5-
require github.com/minhthong582000/atomicringbuffer v0.0.0-20250104120343-c8f311a1ba45
5+
require github.com/minhthong582000/atomicringbuffer v0.1.1

example/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
22
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
3-
github.com/minhthong582000/atomicringbuffer v0.0.0-20250104120343-c8f311a1ba45 h1:E1+CnZWQN9//V9pQGqroH7XHHUVm7jFpFVaMig1Xpvw=
4-
github.com/minhthong582000/atomicringbuffer v0.0.0-20250104120343-c8f311a1ba45/go.mod h1:Fmp7GDiSnMuuu6StFWXcKOuUZtBDFzaSRvWZ76EiIQk=
3+
github.com/minhthong582000/atomicringbuffer v0.1.1 h1:nrB69HqPioQEf8C6e8u3Igjqb7EyPlvyNqa6oBLfEdg=
4+
github.com/minhthong582000/atomicringbuffer v0.1.1/go.mod h1:Fmp7GDiSnMuuu6StFWXcKOuUZtBDFzaSRvWZ76EiIQk=
55
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
66
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
77
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=

0 commit comments

Comments
 (0)