Skip to content

Commit

Permalink
DownstreamUpdates
Browse files Browse the repository at this point in the history
  • Loading branch information
brotherlogic committed Feb 10, 2024
1 parent fbf8893 commit 876c92f
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 30 deletions.
30 changes: 15 additions & 15 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,29 @@ module github.com/brotherlogic/recordadder
go 1.18

require (
github.com/brotherlogic/dstore v0.0.0-20240130044236-7c30b7229646
github.com/brotherlogic/dstore v0.0.0-20240206045411-611c355b8730
github.com/brotherlogic/godiscogs v0.0.0-20240116051314-7d3de02a07c4
github.com/brotherlogic/goserver v0.0.0-20230726200050-779ae6811580
github.com/brotherlogic/keystore v0.0.0-20240130003916-510db77606b0
github.com/brotherlogic/queue v0.0.0-20240131154352-b46aefeb5342
github.com/brotherlogic/recordbudget v0.0.0-20240131174017-507f724b34ff
github.com/brotherlogic/recordcollection v0.0.0-20240201232823-0cce7f5d57fa
github.com/brotherlogic/keystore v0.0.0-20240206010333-b61b88db45b5
github.com/brotherlogic/queue v0.0.0-20240207163208-b1331cbef4ee
github.com/brotherlogic/recordbudget v0.0.0-20240207182425-bff9f607a374
github.com/brotherlogic/recordcollection v0.0.0-20240209005803-0bcffbcab67b
github.com/golang/protobuf v1.5.3
github.com/prometheus/client_golang v1.18.0
golang.org/x/net v0.20.0
golang.org/x/net v0.21.0
google.golang.org/grpc v1.61.0
google.golang.org/protobuf v1.32.0
)

require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/brotherlogic/buildserver v0.0.0-20240128191204-6b4eb8f149c9 // indirect
github.com/brotherlogic/datastore v0.0.0-20240129192437-b0a6efc637ce // indirect
github.com/brotherlogic/discovery v0.0.0-20240129072942-af8ea5a7bf5d // indirect
github.com/brotherlogic/githubcard v0.0.0-20240130025648-8b1c480afd85 // indirect
github.com/brotherlogic/gobuildslave v0.0.0-20240201020018-084e24f01933 // indirect
github.com/brotherlogic/lock v0.0.0-20240129195229-4d0b38413130 // indirect
github.com/brotherlogic/logging v0.0.0-20240202204405-9c7b803b5028 // indirect
github.com/brotherlogic/buildserver v0.0.0-20240206002529-4102a2e570cc // indirect
github.com/brotherlogic/datastore v0.0.0-20240205192958-fdf4d1202f13 // indirect
github.com/brotherlogic/discovery v0.0.0-20240205075331-ec45d53694f7 // indirect
github.com/brotherlogic/githubcard v0.0.0-20240206002157-a50783191824 // indirect
github.com/brotherlogic/gobuildslave v0.0.0-20240209215349-30a496442b5c // indirect
github.com/brotherlogic/lock v0.0.0-20240205205952-8f97ba6b6728 // indirect
github.com/brotherlogic/logging v0.0.0-20240209210426-08ab5e8e5013 // 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
Expand All @@ -34,7 +34,7 @@ require (
github.com/prometheus/common v0.46.0 // indirect
github.com/prometheus/procfs v0.12.0 // indirect
github.com/struCoder/pidusage v0.2.1 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/sys v0.17.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240125205218-1f4bbc51befe // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240205150955-31a09d347014 // indirect
)
Loading

0 comments on commit 876c92f

Please sign in to comment.