Update example
This commit is contained in:
11
examples/simple/go.mod
Normal file
11
examples/simple/go.mod
Normal 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
|
||||
)
|
Reference in New Issue
Block a user