You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
412 B
16 lines
412 B
4 years ago
|
module gitoa.ru/go-4devs/config
|
||
|
|
||
|
go 1.16
|
||
|
|
||
|
require (
|
||
|
github.com/hashicorp/vault/api v1.1.0
|
||
|
github.com/pelletier/go-toml v1.9.0
|
||
|
github.com/smartystreets/goconvey v1.6.4 // indirect
|
||
|
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
|
||
|
)
|