-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
43 lines (39 loc) · 1.87 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
module github.com/brotherlogic/goserver
go 1.23.2
toolchain go1.23.5
require (
github.com/brotherlogic/buildserver v0.0.0-20250123064850-727d9f654996
github.com/brotherlogic/datastore v0.0.0-20250113225754-a9cab19c721e
github.com/brotherlogic/discovery v0.0.0-20241109204028-02908558af09
github.com/brotherlogic/dstore v0.0.0-20250123044424-08740a8a6a68
github.com/brotherlogic/githubcard v0.0.0-20250121223332-072f52f0e3c2
github.com/brotherlogic/githubridge v0.2836.0
github.com/brotherlogic/gobuildslave v0.0.0-20250121235440-447adaf9cf04
github.com/brotherlogic/godiscogs v0.0.0-20240403143827-f1692f7a0410
github.com/brotherlogic/keystore v0.0.0-20240508161349-814b3200b126
github.com/brotherlogic/lock v0.0.0-20250121213218-37fb4dd28960
github.com/brotherlogic/logging v0.0.0-20250121224306-5a4c0dbf4571
github.com/brotherlogic/monitor v0.0.0-20221025152653-c10877c5f9e6
github.com/brotherlogic/recordcollection v0.0.0-20240507141004-bfb0a1e980c6
github.com/brotherlogic/versionserver v0.0.0-20221025154054-c9bcd41be2f2
github.com/golang/protobuf v1.5.4
github.com/mitchellh/go-ps v1.0.0
github.com/prometheus/client_golang v1.20.5
github.com/struCoder/pidusage v0.2.1
golang.org/x/net v0.34.0
google.golang.org/grpc v1.69.4
google.golang.org/protobuf v1.36.3
)
require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/klauspost/compress v1.17.11 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/prometheus/client_model v0.6.1 // indirect
github.com/prometheus/common v0.62.0 // indirect
github.com/prometheus/procfs v0.15.1 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/text v0.21.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250122153221-138b5a5a4fd4 // indirect
)