Update example

This commit is contained in:
Jan Tytgat
2025-05-27 16:56:45 +02:00
parent 1c10a0bd17
commit d7cb912006
3 changed files with 20 additions and 1 deletions

11
examples/simple/go.mod Normal file
View File

@ -0,0 +1,11 @@
module simple
go 1.24
require git.flexabyte.io/flexabyte/go-transcrypt v0.1.5-0.20250527145423-1c10a0bd1705
require (
github.com/minio/sio v0.4.1 // indirect
golang.org/x/crypto v0.38.0 // indirect
golang.org/x/sys v0.33.0 // indirect
)