12345678910111213141516171819202122232425262728293031323334353637 |
- module test
- go 1.19
- require (
- git.wecise.com/wecise/common v0.0.0-20221012050044-272bf5785d10
- git.wecise.com/wecise/odbserver v0.0.0-20221026163706-f70060221cba
- github.com/alphadose/haxmap v1.0.0
- github.com/atrox/homedir v1.0.0
- github.com/cornelk/hashmap v1.0.8
- github.com/kevinburke/ssh_config v1.2.0
- golang.org/x/crypto v0.1.0
- gopkg.in/yaml.v2 v2.4.0
- )
- require (
- github.com/coreos/go-semver v0.3.0 // indirect
- github.com/coreos/go-systemd/v22 v22.3.2 // indirect
- github.com/fatih/color v1.9.0 // indirect
- github.com/gogo/protobuf v1.3.2 // indirect
- github.com/golang/protobuf v1.5.2 // indirect
- github.com/mattn/go-colorable v0.1.7 // indirect
- github.com/mattn/go-isatty v0.0.12 // indirect
- go.etcd.io/etcd/api/v3 v3.5.1 // indirect
- go.etcd.io/etcd/client/pkg/v3 v3.5.1 // indirect
- go.etcd.io/etcd/client/v3 v3.5.1 // indirect
- go.uber.org/atomic v1.7.0 // indirect
- go.uber.org/multierr v1.6.0 // indirect
- go.uber.org/zap v1.17.0 // indirect
- golang.org/x/net v0.1.0 // indirect
- golang.org/x/sys v0.1.0 // indirect
- golang.org/x/term v0.1.0 // indirect
- golang.org/x/text v0.4.0 // indirect
- google.golang.org/genproto v0.0.0-20210630183607-d20f26d13c79 // indirect
- google.golang.org/grpc v1.39.0 // indirect
- google.golang.org/protobuf v1.27.1 // indirect
- )
|