升级相关依赖库

This commit is contained in:
GoEdgeLab
2022-03-04 12:30:06 +08:00
parent c63840427d
commit 39d4f69f6c
4 changed files with 24 additions and 34 deletions

View File

@@ -1,12 +1,12 @@
package configs
import (
"github.com/go-yaml/yaml"
"github.com/iwind/TeaGo/Tea"
"gopkg.in/yaml.v3"
"io/ioutil"
)
// 节点API配置
// APIConfig 节点API配置
type APIConfig struct {
RPC struct {
Endpoints []string `yaml:"endpoints"`