Skip to content

Commit

Permalink
Merge pull request #3491 from brotherlogic/update-1692398465
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 18, 2023
2 parents 3f5a3db + d0ccc31 commit 7923af4
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 25 deletions.
24 changes: 12 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ module github.com/brotherlogic/cdprocessor
go 1.19

require (
github.com/brotherlogic/executor v0.0.0-20230808165617-f487cb2018c6
github.com/brotherlogic/executor v0.0.0-20230815171405-f2e501f3a666
github.com/brotherlogic/godiscogs v0.0.0-20230811151532-c0cd0f5b80c6
github.com/brotherlogic/goserver v0.0.0-20230726200050-779ae6811580
github.com/brotherlogic/keystore v0.0.0-20230811204641-d22e17444a8c
github.com/brotherlogic/recordcollection v0.0.0-20230811161906-1a4d3ef73b65
github.com/brotherlogic/keystore v0.0.0-20230818212401-0a077b64b101
github.com/brotherlogic/recordcollection v0.0.0-20230817002937-0f49cbcf0e7b
github.com/brotherlogic/versionserver v0.0.0-20221025154054-c9bcd41be2f2
github.com/prometheus/client_golang v1.16.0
golang.org/x/net v0.14.0
Expand All @@ -17,14 +17,14 @@ require (

require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/brotherlogic/buildserver v0.0.0-20230811173609-8e43165c62f6 // indirect
github.com/brotherlogic/datastore v0.0.0-20230809074622-972d5abee332 // indirect
github.com/brotherlogic/discovery v0.0.0-20230805173434-00271107b19e // indirect
github.com/brotherlogic/dstore v0.0.0-20230805144104-f6d919b0dbdf // indirect
github.com/brotherlogic/githubcard v0.0.0-20230809064540-6c0e36ac6ad3 // indirect
github.com/brotherlogic/gobuildslave v0.0.0-20230807165731-a99893fc3383 // indirect
github.com/brotherlogic/lock v0.0.0-20230808002205-d5c7afd60a1e // indirect
github.com/brotherlogic/logging v0.0.0-20230808212725-1415a37107ed // indirect
github.com/brotherlogic/buildserver v0.0.0-20230818181600-d758fab9bf2c // indirect
github.com/brotherlogic/datastore v0.0.0-20230816083558-10b6a5717244 // indirect
github.com/brotherlogic/discovery v0.0.0-20230812174432-b5226af5a648 // indirect
github.com/brotherlogic/dstore v0.0.0-20230812144406-320b087aa8a3 // indirect
github.com/brotherlogic/githubcard v0.0.0-20230816065615-0e433d9efe49 // indirect
github.com/brotherlogic/gobuildslave v0.0.0-20230814224321-ee6c5e4e68dc // indirect
github.com/brotherlogic/lock v0.0.0-20230815011509-8fe9d7df9061 // indirect
github.com/brotherlogic/logging v0.0.0-20230815214104-8321cb571b92 // indirect
github.com/brotherlogic/monitor v0.0.0-20221025152653-c10877c5f9e6 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/golang/protobuf v1.5.3 // indirect
Expand All @@ -36,5 +36,5 @@ require (
github.com/struCoder/pidusage v0.2.1 // indirect
golang.org/x/sys v0.11.0 // indirect
golang.org/x/text v0.12.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230807174057-1744710a1577 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230815205213-6bfd019c3878 // indirect
)
Loading

0 comments on commit 7923af4

Please sign in to comment.