1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-21 09:58:18 +02:00

app/config/config.go: Move from json format to yaml.

This commit is contained in:
Henrik Hautakoski 2023-04-24 17:44:31 +02:00
parent bbf63e447d
commit e4c852c99e
7 changed files with 83 additions and 86 deletions

2
go.mod
View file

@ -14,6 +14,7 @@ require (
github.com/pborman/getopt/v2 v2.1.0
github.com/sirupsen/logrus v1.9.0
github.com/stretchr/testify v1.8.2
gopkg.in/yaml.v3 v3.0.1
)
require (
@ -47,7 +48,6 @@ require (
golang.org/x/sys v0.7.0 // indirect
golang.org/x/term v0.7.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
replace github.com/eosswedenorg/thalos/api => ./api