|  | 
| 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