|
1 | 1 | module github.com/alibaba/sentinel-golang
|
2 | 2 |
|
3 |
| -go 1.16 |
| 3 | +go 1.20 |
4 | 4 |
|
5 | 5 | require (
|
6 | 6 | github.com/fsnotify/fsnotify v1.4.7
|
7 |
| - github.com/google/uuid v1.3.0 |
| 7 | + github.com/google/uuid v1.6.0 |
8 | 8 | 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 |
10 | 10 | github.com/shirou/gopsutil/v3 v3.21.6
|
11 |
| - github.com/stretchr/testify v1.8.2 |
| 11 | + github.com/stretchr/testify v1.9.0 |
12 | 12 | go.uber.org/multierr v1.5.0
|
13 | 13 | gopkg.in/yaml.v2 v2.4.0
|
14 | 14 | )
|
| 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