Skip to content

Commit

Permalink
DownstreamUpdates
Browse files Browse the repository at this point in the history
  • Loading branch information
brotherlogic committed Jan 11, 2024
1 parent ae07148 commit 59f14e9
Show file tree
Hide file tree
Showing 2 changed files with 77 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-20240103222510-cb87ca7c9c53
github.com/brotherlogic/dstore v0.0.0-20240110235822-65994e72bc43
github.com/brotherlogic/godiscogs v0.0.0-20230922000443-fb73651e941c
github.com/brotherlogic/goserver v0.0.0-20230726200050-779ae6811580
github.com/brotherlogic/keystore v0.0.0-20240101203304-40c40cb1543c
github.com/brotherlogic/queue v0.0.0-20240102234927-41ece4a22c3d
github.com/brotherlogic/recordbudget v0.0.0-20240101173224-aeff2c2441ad
github.com/brotherlogic/recordcollection v0.0.0-20240101062803-0900b4a9ed9b
github.com/brotherlogic/keystore v0.0.0-20240108210612-2973c1690a66
github.com/brotherlogic/queue v0.0.0-20240110002716-e5af4963dc85
github.com/brotherlogic/recordbudget v0.0.0-20240111203616-d0ac19427973
github.com/brotherlogic/recordcollection v0.0.0-20240109055430-337dc96d9070
github.com/golang/protobuf v1.5.3
github.com/prometheus/client_golang v1.18.0
golang.org/x/net v0.19.0
golang.org/x/net v0.20.0
google.golang.org/grpc v1.60.1
google.golang.org/protobuf v1.32.0
)

require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/brotherlogic/buildserver v0.0.0-20231230221543-f7b1f197c250 // indirect
github.com/brotherlogic/datastore v0.0.0-20240101083211-d8249419b204 // indirect
github.com/brotherlogic/discovery v0.0.0-20240101052517-a60e21d05d3a // indirect
github.com/brotherlogic/githubcard v0.0.0-20240102003104-b6db882cab10 // indirect
github.com/brotherlogic/gobuildslave v0.0.0-20240103201240-f53dd534e4fa // indirect
github.com/brotherlogic/lock v0.0.0-20240101163810-1744f7d3c135 // indirect
github.com/brotherlogic/logging v0.0.0-20231229180308-57cf583f5ce1 // indirect
github.com/brotherlogic/buildserver v0.0.0-20240107050701-c9907ee1c86a // indirect
github.com/brotherlogic/datastore v0.0.0-20240109071833-5e64a9e829aa // indirect
github.com/brotherlogic/discovery v0.0.0-20240108062134-15662bc9d6ee // indirect
github.com/brotherlogic/githubcard v0.0.0-20240109011733-77703c966fee // indirect
github.com/brotherlogic/gobuildslave v0.0.0-20240110214734-584b5131eb7e // indirect
github.com/brotherlogic/lock v0.0.0-20240108165158-62a3b34ccc21 // indirect
github.com/brotherlogic/logging v0.0.0-20240105180947-895d5b4fd852 // 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 @@ -35,7 +35,7 @@ require (
github.com/prometheus/common v0.45.0 // indirect
github.com/prometheus/procfs v0.12.0 // indirect
github.com/struCoder/pidusage v0.2.1 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240102182953-50ed04b92917 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240108191215-35c7eff3a6b1 // indirect
)
Loading

0 comments on commit 59f14e9

Please sign in to comment.