1
1
module github.com/tietang/props/v3
2
2
3
- go 1.12
3
+ go 1.19
4
4
5
5
// 被墙的原因,替换golang.org源为github.com源
6
6
replace (
@@ -16,7 +16,7 @@ replace (
16
16
golang.org/x/oauth2 => github.com/golang/oauth2 v0.0.0-20190319182350-c85d3e98c914
17
17
golang.org/x/perf => github.com/golang/perf v0.0.0-20190312170614-0655857e383f
18
18
golang.org/x/sync => github.com/golang/sync v0.0.0-20190227155943-e225da77a7e6
19
- golang.org/x/sys => github.com/golang/sys v0.0.0-20190322080309-f49334f85ddc
19
+ // golang.org/x/sys => github.com/golang/sys v0.0.0-20190322080309-f49334f85ddc
20
20
golang.org/x/text => github.com/golang/text v0.3.0
21
21
golang.org/x/time => github.com/golang/time v0.0.0-20190308202827-9d24e82272b4
22
22
golang.org/x/tools => github.com/golang/tools v0.0.0-20190327011446-79af862e6737
@@ -27,50 +27,80 @@ replace (
27
27
)
28
28
29
29
require (
30
- github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
30
+ github.com/coreos/etcd v3.3.13+incompatible
31
+ github.com/go-ini/ini v1.67.0
32
+ github.com/hashicorp/consul/api v1.4.0
33
+ github.com/nacos-group/nacos-sdk-go v1.0.1
34
+ github.com/samuel/go-zookeeper v0.0.0-20180130194729-c4fab1ac1bec
35
+ github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b
36
+ github.com/sirupsen/logrus v1.9.0
37
+ github.com/smartystreets/goconvey v1.6.4
38
+ github.com/tietang/go-utils v0.1.3
39
+ github.com/valyala/fasttemplate v1.2.2
40
+ gopkg.in/yaml.v2 v2.4.0
41
+ )
42
+
43
+ require (
44
+ github.com/aliyun/alibaba-cloud-sdk-go v1.61.1704 // indirect
31
45
github.com/armon/go-metrics v0.3.3 // indirect
46
+ github.com/buger/jsonparser v1.1.1 // indirect
32
47
github.com/coreos/bbolt v1.3.2 // indirect
33
- github.com/coreos/etcd v3.3.13+incompatible
34
48
github.com/coreos/go-semver v0.3.0 // indirect
35
49
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e // indirect
36
50
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
37
51
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
38
- github.com/go-ini/ini v1.57.0
52
+ github.com/fatih/color v1.9.0 // indirect
53
+ github.com/go-errors/errors v1.0.1 // indirect
39
54
github.com/gogo/protobuf v1.2.1 // indirect
40
55
github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef // indirect
56
+ github.com/golang/mock v1.6.0 // indirect
57
+ github.com/golang/protobuf v1.5.2 // indirect
41
58
github.com/google/btree v1.0.0 // indirect
42
59
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
43
60
github.com/gorilla/websocket v1.4.0 // indirect
44
61
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 // indirect
45
62
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
46
63
github.com/grpc-ecosystem/grpc-gateway v1.9.0 // indirect
47
- github.com/hashicorp/consul/api v1.4.0
64
+ github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
65
+ github.com/hashicorp/go-hclog v0.12.0 // indirect
48
66
github.com/hashicorp/go-immutable-radix v1.2.0 // indirect
49
67
github.com/hashicorp/go-msgpack v0.5.5 // indirect
68
+ github.com/hashicorp/go-rootcerts v1.0.2 // indirect
50
69
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
51
70
github.com/hashicorp/golang-lru v0.5.4 // indirect
52
71
github.com/hashicorp/serf v0.9.2 // indirect
72
+ github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect
73
+ github.com/json-iterator/go v1.1.12 // indirect
74
+ github.com/jtolds/gls v4.20.0+incompatible // indirect
75
+ github.com/lestrrat/go-file-rotatelogs v0.0.0-20180223000712-d3151e2a480f // indirect
76
+ github.com/lestrrat/go-strftime v0.0.0-20180220042222-ba3bf9c1d042 // indirect
77
+ github.com/mattn/go-colorable v0.1.6 // indirect
78
+ github.com/mattn/go-isatty v0.0.12 // indirect
79
+ github.com/mitchellh/go-homedir v1.1.0 // indirect
53
80
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
54
81
github.com/mitchellh/mapstructure v1.3.2 // indirect
55
- github.com/nacos-group/nacos-sdk-go v1.0.1
56
- github.com/prometheus/common v0.10.0
57
- github.com/samuel/go-zookeeper v0.0.0-20180130194729-c4fab1ac1bec
58
- github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b
59
- github.com/sirupsen/logrus v1.6.0
82
+ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
83
+ github.com/modern-go/reflect2 v1.0.2 // indirect
84
+ github.com/pkg/errors v0.9.1 // indirect
85
+ github.com/prometheus/client_golang v1.12.2 // indirect
60
86
github.com/smartystreets/assertions v1.1.1 // indirect
61
- github.com/smartystreets/goconvey v1.6.4
62
87
github.com/soheilhy/cmux v0.1.4 // indirect
63
- github.com/tietang/go-utils v0.1.3
64
88
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect
65
- github.com/valyala/fasttemplate v1.1.0
89
+ github.com/toolkits/concurrent v0.0.0-20150624120057-a4371d70e3e3 // indirect
90
+ github.com/valyala/bytebufferpool v1.0.0 // indirect
66
91
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
67
- go.etcd.io/bbolt v1.3.2 // indirect
92
+ go.uber.org/atomic v1.7.0 // indirect
93
+ go.uber.org/multierr v1.6.0 // indirect
94
+ go.uber.org/zap v1.21.0 // indirect
68
95
golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4 // indirect
69
- golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 // indirect
70
- golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
96
+ golang.org/x/net v0.0.0-20210525063256-abc453219eb5 // indirect
97
+ golang.org/x/sys v0.2.0 // indirect
98
+ golang.org/x/text v0.3.2 // indirect
99
+ golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect
71
100
google.golang.org/genproto v0.0.0-20190605220351-eb0b1bdb6ae6 // indirect
72
- google.golang.org/grpc v1.23.0 // indirect
73
- gopkg.in/yaml.v2 v2.2.8
101
+ google.golang.org/grpc v1.48.0 // indirect
102
+ google.golang.org/protobuf v1.26.0 // indirect
103
+ gopkg.in/ini.v1 v1.66.2 // indirect
74
104
)
75
105
76
106
// exclude (
0 commit comments