|
|
|
module gitoa.ru/go-4devs/config
|
|
|
|
|
|
|
|
go 1.18
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/iancoleman/strcase v0.3.0
|
|
|
|
github.com/pelletier/go-toml v1.9.0
|
|
|
|
github.com/stretchr/testify v1.7.0
|
|
|
|
github.com/tidwall/gjson v1.7.5
|
|
|
|
go.etcd.io/etcd/api/v3 v3.5.0-alpha.0
|
|
|
|
go.etcd.io/etcd/client/v3 v3.5.0-alpha.0
|
|
|
|
gopkg.in/ini.v1 v1.62.0
|
|
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/coreos/go-semver v0.3.0 // indirect
|
|
|
|
github.com/coreos/go-systemd/v22 v22.1.0 // indirect
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/gogo/protobuf v1.3.1 // indirect
|
|
|
|
github.com/golang/protobuf v1.3.5 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
|
github.com/smartystreets/goconvey v1.6.4 // indirect
|
|
|
|
github.com/tidwall/match v1.0.3 // indirect
|
|
|
|
github.com/tidwall/pretty v1.1.0 // indirect
|
|
|
|
go.etcd.io/etcd/pkg/v3 v3.5.0-alpha.0 // indirect
|
|
|
|
go.uber.org/atomic v1.6.0 // indirect
|
|
|
|
go.uber.org/multierr v1.5.0 // indirect
|
|
|
|
go.uber.org/zap v1.16.0 // indirect
|
|
|
|
golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
|
|
|
|
golang.org/x/text v0.3.0 // indirect
|
|
|
|
google.golang.org/genproto v0.0.0-20200513103714-09dca8ec2884 // indirect
|
|
|
|
google.golang.org/grpc v1.32.0 // indirect
|
|
|
|
)
|