mirror of
https://github.com/foomo/gotsrpc.git
synced 2025-10-16 12:35:35 +00:00
20 lines
605 B
Modula-2
20 lines
605 B
Modula-2
module github.com/foomo/gotsrpc/v2
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/iancoleman/strcase v0.2.0
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/mitchellh/mapstructure v1.4.3
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/prometheus/client_golang v1.12.1
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/ugorji/go/codec v1.2.6
|
|
golang.org/x/mod v0.5.1
|
|
golang.org/x/tools v0.1.9
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
)
|