-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
49 lines (46 loc) · 2.05 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
module github.com/omegaup/gitserver
go 1.18
require (
github.com/coreos/go-systemd/v22 v22.1.0
github.com/go-sql-driver/mysql v1.5.0
github.com/libgit2/git2go/v33 v33.0.4
github.com/mattn/go-sqlite3 v1.14.8
github.com/newrelic/go-agent/v3 v3.15.2
github.com/o1egl/paseto v1.0.0
github.com/omegaup/githttp/v2 v2.4.16
github.com/omegaup/go-base/logging/log15/v3 v3.3.7
github.com/omegaup/go-base/tracing/newrelic/v3 v3.3.7
github.com/omegaup/go-base/v3 v3.3.7
github.com/omegaup/quark v1.9.35
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.8.0
github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
golang.org/x/text v0.4.0
)
require (
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect
github.com/aead/chacha20poly1305 v0.0.0-20201124145622-1a5aba2a8b29 // indirect
github.com/aead/poly1305 v0.0.0-20180717145839-3fee0db0b635 // indirect
github.com/aws/aws-sdk-go v1.44.134 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.1.1 // indirect
github.com/go-logfmt/logfmt v0.5.1 // indirect
github.com/go-stack/stack v1.8.1 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/inconshreveable/log15 v0.0.0-20201112154412-8562bdadbbac // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/omegaup/go-base/logging/log15 v0.0.0-20211215145412-f1de9d5c6aee // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/common v0.15.0 // indirect
github.com/prometheus/procfs v0.2.0 // indirect
golang.org/x/exp v0.0.0-20220916125017-b168a2c6b86b // indirect
golang.org/x/net v0.1.0 // indirect
golang.org/x/sys v0.1.0 // indirect
google.golang.org/genproto v0.0.0-20211223182754-3ac035c7e7cb // indirect
google.golang.org/grpc v1.43.0 // indirect
google.golang.org/protobuf v1.27.1 // indirect
)