gotsrpc/example/go.mod
Kevin Franklin Kim e0841a5713
feat: update deps
2025-09-18 23:22:38 +02:00

26 lines
773 B
Modula-2

module github.com/foomo/gotsrpc/v2/example
go 1.24.0
replace github.com/foomo/gotsrpc/v2 => ../
require (
github.com/davecgh/go-spew v1.1.1
github.com/foomo/gotsrpc/v2 v2.0.0-00010101000000-000000000000
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.11.1
github.com/valyala/gorpc v0.0.0-20160519171614-908281bef774
)
require (
github.com/iancoleman/strcase v0.2.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/ugorji/go/codec v1.3.1-0.20250729181524-a9af3d3cd758 // indirect
golang.org/x/mod v0.28.0 // indirect
golang.org/x/sync v0.17.0 // indirect
golang.org/x/tools v0.37.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)