-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
26 lines (23 loc) · 926 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module github.com/dmwm/das2go
go 1.20
require (
github.com/dmwm/cmsauth v0.0.0-20230224144745-c57dbeca74a3
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
github.com/prometheus/procfs v0.9.0
github.com/shirou/gopsutil v3.21.11+incompatible
github.com/vkuznet/dcr v0.0.0-20220305122652-f04b8bee787b
github.com/vkuznet/x509proxy v0.0.0-20210801171832-e47b94db99b6
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22
)
require (
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/jonboulle/clockwork v0.3.0 // indirect
github.com/lestrrat-go/strftime v1.0.6 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/tklauser/go-sysconf v0.3.11 // indirect
github.com/tklauser/numcpus v0.6.0 // indirect
github.com/yusufpapurcu/wmi v1.2.2 // indirect
golang.org/x/sys v0.6.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)