Skip to content

Commit

Permalink
Merge pull request #1803 from brotherlogic/update-1696114015
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 30, 2023
2 parents 97b28e0 + df74b38 commit a549d98
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 21 deletions.
20 changes: 10 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,28 @@ go 1.18
require (
github.com/brotherlogic/goserver v0.0.0-20230726200050-779ae6811580
github.com/golang/protobuf v1.5.3
github.com/prometheus/client_golang v1.16.0
github.com/prometheus/client_golang v1.17.0
golang.org/x/net v0.15.0
google.golang.org/grpc v1.58.2
google.golang.org/protobuf v1.31.0
)

require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/brotherlogic/buildserver v0.0.0-20230922221104-e48ebb5e07f8 // indirect
github.com/brotherlogic/datastore v0.0.0-20230923000359-d128ea1b371f // indirect
github.com/brotherlogic/dstore v0.0.0-20230923211754-650bc64881c3 // indirect
github.com/brotherlogic/githubcard v0.0.0-20230918172410-9a1dbe0a9900 // indirect
github.com/brotherlogic/gobuildslave v0.0.0-20230920042546-a51060e2c9fd // indirect
github.com/brotherlogic/keystore v0.0.0-20230923061824-d60649a19f70 // indirect
github.com/brotherlogic/lock v0.0.0-20230920071337-61f621315870 // indirect
github.com/brotherlogic/logging v0.0.0-20230920012520-acd94ed6d3cb // indirect
github.com/brotherlogic/buildserver v0.0.0-20230929223132-4523ec115607 // indirect
github.com/brotherlogic/datastore v0.0.0-20230930023218-f35afe14c4eb // indirect
github.com/brotherlogic/dstore v0.0.0-20230930213832-bee05105b07c // indirect
github.com/brotherlogic/githubcard v0.0.0-20230925175049-4cbe27cc122e // indirect
github.com/brotherlogic/gobuildslave v0.0.0-20230927044537-8894fad7567c // indirect
github.com/brotherlogic/keystore v0.0.0-20230930074414-931765b9f9a4 // indirect
github.com/brotherlogic/lock v0.0.0-20230927082510-080bdda4a5fe // indirect
github.com/brotherlogic/logging v0.0.0-20230927015655-f2e51581379c // indirect
github.com/brotherlogic/monitor v0.0.0-20221025152653-c10877c5f9e6 // indirect
github.com/brotherlogic/versionserver v0.0.0-20221025154054-c9bcd41be2f2 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/mitchellh/go-ps v1.0.0 // indirect
github.com/prometheus/client_model v0.4.0 // indirect
github.com/prometheus/client_model v0.4.1-0.20230718164431-9a2bf3000d16 // indirect
github.com/prometheus/common v0.44.0 // indirect
github.com/prometheus/procfs v0.12.0 // indirect
github.com/struCoder/pidusage v0.2.1 // indirect
Expand Down
Loading

0 comments on commit a549d98

Please sign in to comment.