forked from omegaup/quark
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
25 lines (23 loc) · 1 KB
/
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
module github.com/omegaup/quark
go 1.13
require (
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/coreos/go-systemd/v22 v22.0.0
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/go-sql-driver/mysql v1.5.0
github.com/golang/protobuf v1.3.4 // indirect
github.com/gorilla/websocket v1.4.1
github.com/inconshreveable/log15 v0.0.0-20200109203555-b30bc20e4fd1
github.com/lhchavez/git2go/v29 v29.0.0
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/omegaup/go-base v0.0.0-20191207155839-a2f061e96808
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.4.1
github.com/prometheus/procfs v0.0.10 // indirect
github.com/shirou/gopsutil v2.20.2+incompatible
github.com/vincent-petithory/dataurl v0.0.0-20191104211930-d1553a71de50
golang.org/x/net v0.0.0-20200301022130-244492dfa37a
golang.org/x/sys v0.0.0-20200301025734-6b2465a0221e // indirect
google.golang.org/appengine v1.6.5 // indirect
)