1
0
mirror of https://github.com/astaxie/beego.git synced 2025-07-11 09:01:01 +00:00

Support toml config

This commit is contained in:
Ming Deng
2020-10-11 23:22:19 +08:00
parent e44f16c672
commit 34d6a733e9
5 changed files with 766 additions and 1 deletions

2
go.mod
View File

@ -32,7 +32,7 @@ require (
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/mitchellh/mapstructure v1.3.3
github.com/opentracing/opentracing-go v1.2.0
github.com/pelletier/go-toml v1.2.0 // indirect
github.com/pelletier/go-toml v1.2.0
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.7.0
github.com/shiena/ansicolor v0.0.0-20151119151921-a422bbe96644