-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
34 lines (32 loc) · 1.64 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
module github.com/robustirc/benchmark
go 1.14
require (
github.com/Debian/mergebot v0.0.0-20160807175040-f79670e3e967 // indirect
github.com/armon/go-metrics v0.0.0-20170601214432-f036747b9d0e // indirect
github.com/google/btree v1.0.0 // indirect
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
github.com/hashicorp/go-msgpack v0.0.0-20150518234257-fa3f63826f7c // indirect
github.com/hashicorp/raft v0.0.0-20170710173458-b3d48f1a4e56 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
github.com/prometheus/client_golang v1.7.1
github.com/prometheus/common v0.10.0
github.com/robustirc/bridge v1.7.1
github.com/robustirc/rafthttp v0.0.0-20160522203950-0785f8c77b66 // indirect
github.com/robustirc/robustirc v0.0.0-20170330175148-1c3821e0c1e7
github.com/sorcix/irc v1.1.4 // indirect
github.com/stapelberg/loggedexec v0.0.0-20160810193442-ee51d868da94
github.com/stretchr/testify v1.6.1 // indirect
golang.org/x/net v0.0.0-20191004110552-13f9640d40b9
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/sorcix/irc.v2 v2.0.0-20190306112350-8d7a73540b90
gopkg.in/vmihailenco/msgpack.v2 v2.9.1 // indirect
gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0 // indirect
k8s.io/api v0.15.12
k8s.io/apimachinery v0.15.12
k8s.io/client-go v0.15.12
labix.org/v2/mgo v0.0.0-20140701140051-000000000287 // indirect
launchpad.net/gocheck v0.0.0-20140225173054-000000000087 // indirect
)