gotrspc-mobile-examples/file-share/go/go.mod
2024-05-13 18:16:41 +02:00

9 lines
198 B
Modula-2

module github.com/foomo/gotsrpc-mobile-examples/file-share
go 1.22.2
require (
github.com/davecgh/go-spew v1.1.1 // indirect
golang.org/x/mobile v0.0.0-20240506190922-a1a533f289d3 // indirect
)