forked from Shyp/rickover
-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
26 lines (23 loc) · 1015 Bytes
/
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
module github.com/kevinburke/rickover
go 1.19
require (
github.com/gofrs/uuid v4.0.0+incompatible
github.com/inconshreveable/log15 v3.0.0-testing.5+incompatible
github.com/kevinburke/go-simple-metrics v0.0.0-20211126213445-908577f01246
github.com/kevinburke/go-types v0.0.0-20210723172823-2deba1f80ba7
github.com/kevinburke/handlers v0.0.0-20230925040254-818e9b107ec1
github.com/kevinburke/rest v0.0.0-20230306061549-8f487d822ad0
github.com/kevinburke/semaphore v1.1.0
github.com/lib/pq v1.10.9
golang.org/x/sync v0.5.0
golang.org/x/sys v0.14.0
)
require (
github.com/go-stack/stack v1.8.1 // indirect
github.com/kevinburke/go-debug v2.0.1-0.20160414204915-8a83ccc090f8+incompatible // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mihasya/go-metrics-librato v0.0.0-20160422165249-0ec8d5e8bf04 // indirect
github.com/rcrowley/go-metrics v0.0.0-20160226052904-eeba7bd0dd01 // indirect
golang.org/x/term v0.13.0 // indirect
)