-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (22 loc) · 822 Bytes
/
go.mod
File metadata and controls
24 lines (22 loc) · 822 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/SDIBTACM/Judger
go 1.13
require (
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/go-redis/redis v6.15.8+incompatible
github.com/gogo/protobuf v1.3.1 // indirect
github.com/golang/protobuf v1.4.1
github.com/jinzhu/gorm v1.9.12
github.com/micro/cli/v2 v2.1.2
github.com/micro/go-micro/v2 v2.6.0
github.com/micro/go-plugins/broker/nats/v2 v2.5.0
github.com/micro/go-plugins/registry/nats/v2 v2.5.0
github.com/micro/go-plugins/transport/nats/v2 v2.5.0
github.com/nats-io/nats.go v1.9.2
github.com/prometheus/common v0.6.0
github.com/prometheus/procfs v0.0.5
github.com/shirou/gopsutil v2.20.4+incompatible
google.golang.org/protobuf v1.23.0 // holy shit
gopkg.in/ini.v1 v1.44.0
gopkg.in/yaml.v2 v2.2.4
)