forked from github/freno
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (21 loc) · 804 Bytes
/
go.mod
File metadata and controls
24 lines (21 loc) · 804 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/github/freno
go 1.20
require (
github.com/DATA-DOG/go-sqlmock v1.5.0
github.com/armon/go-metrics v0.0.0-20190430140413-ec5e00d3c878
github.com/boltdb/bolt v1.3.1
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b
github.com/go-sql-driver/mysql v1.6.0
github.com/hashicorp/go-msgpack v1.1.5
github.com/julienschmidt/httprouter v1.3.0
github.com/outbrain/golib v0.0.0-20180830062331-ab954725f502
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/rcrowley/go-metrics v0.0.0-20190826022208-cac0b30c2563
golang.org/x/sys v0.1.0 // indirect
vitess.io/vitess v2.1.1+incompatible
)
require (
github.com/golang/protobuf v1.2.0 // indirect
github.com/hashicorp/go-immutable-radix v1.0.0 // indirect
github.com/hashicorp/golang-lru v0.5.0 // indirect
)