Skip to content

Commit 1cf7abe

Browse files
committed
go version upgraded 1.20
1 parent 910aa09 commit 1cf7abe

File tree

4 files changed

+1138
-1673
lines changed

4 files changed

+1138
-1673
lines changed

go.mod

+25-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,35 @@
11
module github.com/alibaba/sentinel-golang
22

3-
go 1.16
3+
go 1.20
44

55
require (
66
github.com/fsnotify/fsnotify v1.4.7
7-
github.com/google/uuid v1.3.0
7+
github.com/google/uuid v1.6.0
88
github.com/pkg/errors v0.9.1
9-
github.com/prometheus/client_golang v1.19.1
9+
github.com/prometheus/client_golang v1.20.4
1010
github.com/shirou/gopsutil/v3 v3.21.6
11-
github.com/stretchr/testify v1.8.2
11+
github.com/stretchr/testify v1.9.0
1212
go.uber.org/multierr v1.5.0
1313
gopkg.in/yaml.v2 v2.4.0
1414
)
15+
16+
require (
17+
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
18+
github.com/beorn7/perks v1.0.1 // indirect
19+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
20+
github.com/davecgh/go-spew v1.1.1 // indirect
21+
github.com/go-ole/go-ole v1.2.4 // indirect
22+
github.com/klauspost/compress v1.17.9 // indirect
23+
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
24+
github.com/pmezard/go-difflib v1.0.0 // indirect
25+
github.com/prometheus/client_model v0.6.1 // indirect
26+
github.com/prometheus/common v0.55.0 // indirect
27+
github.com/prometheus/procfs v0.15.1 // indirect
28+
github.com/stretchr/objx v0.5.2 // indirect
29+
github.com/tklauser/go-sysconf v0.3.6 // indirect
30+
github.com/tklauser/numcpus v0.2.2 // indirect
31+
go.uber.org/atomic v1.6.0 // indirect
32+
golang.org/x/sys v0.22.0 // indirect
33+
google.golang.org/protobuf v1.34.2 // indirect
34+
gopkg.in/yaml.v3 v3.0.1 // indirect
35+
)

0 commit comments

Comments
 (0)