mirror of
https://github.com/foomo/gotsrpc.git
synced 2026-04-16 18:54:26 +00:00
Bumps the updates group with 2 updates in the / directory: [golang.org/x/mod](https://github.com/golang/mod) and [golang.org/x/tools](https://github.com/golang/tools). Updates `golang.org/x/mod` from 0.29.0 to 0.30.0 - [Commits](https://github.com/golang/mod/compare/v0.29.0...v0.30.0) Updates `golang.org/x/tools` from 0.38.0 to 0.39.0 - [Release notes](https://github.com/golang/tools/releases) - [Commits](https://github.com/golang/tools/compare/v0.38.0...v0.39.0) --- updated-dependencies: - dependency-name: golang.org/x/mod dependency-version: 0.30.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: updates - dependency-name: golang.org/x/tools dependency-version: 0.39.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: updates ... Signed-off-by: dependabot[bot] <support@github.com>
29 lines
903 B
Modula-2
29 lines
903 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/kr/pretty v0.3.1 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/rogpeppe/go-internal v1.10.0 // indirect
|
|
github.com/ugorji/go/codec v1.3.1 // indirect
|
|
golang.org/x/mod v0.32.0 // indirect
|
|
golang.org/x/sync v0.19.0 // indirect
|
|
golang.org/x/tools v0.40.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|