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
)

8
examples/simple/go.sum Normal file
View File

@ -0,0 +1,8 @@
git.flexabyte.io/flexabyte/go-transcrypt v0.1.5-0.20250527145423-1c10a0bd1705 h1:/ZHW91/Ee4hleOPG1C/gCMBamZeUx1K8piMXlu2Lftc=
git.flexabyte.io/flexabyte/go-transcrypt v0.1.5-0.20250527145423-1c10a0bd1705/go.mod h1:ml/n6K7o+dKSGsgfu2etKNQpXuN2U5CtJ9XryzInO3w=
github.com/minio/sio v0.4.1 h1:EMe3YBC1nf+sRQia65Rutxi+Z554XPV0dt8BIBA+a/0=
github.com/minio/sio v0.4.1/go.mod h1:oBSjJeGbBdRMZZwna07sX9EFzZy+ywu5aofRiV1g79I=
golang.org/x/crypto v0.38.0 h1:jt+WWG8IZlBnVbomuhg2Mdq0+BBQaHbtqHEFEigjUV8=
golang.org/x/crypto v0.38.0/go.mod h1:MvrbAqul58NNYPKnOra203SB9vpuZW0e+RRZV+Ggqjw=
golang.org/x/sys v0.33.0 h1:q3i8TbbEz+JRD9ywIRlyRAQbM0qF7hu24q3teo2hbuw=
golang.org/x/sys v0.33.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=

View File

@ -3,7 +3,7 @@ package main
import (
"fmt"
"github.com/jantytgat/go-transcrypt/pkg/transcrypt"
"git.flexabyte.io/flexabyte/go-transcrypt/pkg/transcrypt"
)
func main() {