Skip to content

Commit

Permalink
DownstreamUpdates
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Tucker committed Apr 29, 2023
1 parent b42096a commit 9eb1699
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@ module github.com/brotherlogic/wantslist
go 1.16

require (
github.com/brotherlogic/buildserver v0.0.0-20230426044644-a26b546e28ef // indirect
github.com/brotherlogic/dstore v0.0.0-20230429013535-96fbfd7b9417 // indirect
github.com/brotherlogic/godiscogs v0.0.0-20230401025107-56c4acd43937
github.com/brotherlogic/goserver v0.0.0-20230330215506-65bad61eb180
github.com/brotherlogic/keystore v0.0.0-20230423230749-41df53deb24f
github.com/brotherlogic/recordbudget v0.0.0-20230422075120-e53e097d806e
github.com/brotherlogic/recordcollection v0.0.0-20230423185649-803db1d3bd8e
github.com/brotherlogic/recordwants v0.0.0-20230309165902-d013dff97392
github.com/prometheus/client_golang v1.15.0
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.41.0 // indirect
golang.org/x/net v0.9.0
google.golang.org/grpc v1.54.0
google.golang.org/protobuf v1.30.0
Expand Down
4 changes: 3 additions & 1 deletion go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1123,8 +1123,9 @@ github.com/brotherlogic/dstore v0.0.0-20230401002641-980afdad7023/go.mod h1:Wz0o
github.com/brotherlogic/dstore v0.0.0-20230408004418-5a077cd6fed9/go.mod h1:bTUQ2pgiE62k8K56dKQXQnMKJiPqAYcrHUPJQOWuTGU=
github.com/brotherlogic/dstore v0.0.0-20230408005118-57bd9a69fdb1/go.mod h1:gzvAE99RczQtGhldD8m3PMnrAgU4baJ6Xv6cqpVgghY=
github.com/brotherlogic/dstore v0.0.0-20230415011403-7a6f17a2c7a2/go.mod h1:gYgsE78gIJxtCLpoxlmSG1YLdoEWhhzLeWTT32N0wCE=
github.com/brotherlogic/dstore v0.0.0-20230422012323-30f0c9cea8c8 h1:C0+1sf3KMHzb5i7JL7tFq+azq+ywesuzAVPG5oNj9F4=
github.com/brotherlogic/dstore v0.0.0-20230422012323-30f0c9cea8c8/go.mod h1:Wtq2ho2ZoqMfNFmWLNevP24EUC6H6jjgdbgzpMNM9+c=
github.com/brotherlogic/dstore v0.0.0-20230429013535-96fbfd7b9417 h1:UABIJRtGivTQQRPsakmbtIb3bVw/z9YhXf64FrN97zo=
github.com/brotherlogic/dstore v0.0.0-20230429013535-96fbfd7b9417/go.mod h1:RsP4YhqAbD0baeqx0ciKtS5VcDKzQ9NfwLljbTwjzjo=
github.com/brotherlogic/executor v0.0.0-20200915161204-3a99e1a889c5/go.mod h1:i/BkUS1evIqvvP1PQeiBpnOnju5VtzM8inv9hK2dWBo=
github.com/brotherlogic/executor v0.0.0-20211120222045-7cd0d2d90a92/go.mod h1:6izXVRd9q/ZNjg+OFerYLjKzLO5odrXorHcgSo68r9Q=
github.com/brotherlogic/executor v0.0.0-20211223152906-411e9ebe268b/go.mod h1:0cY8kq6JsfeTJb19frLQXGC/dRpYbOOOk1yvbj9+P1I=
Expand Down Expand Up @@ -2145,6 +2146,7 @@ github.com/brotherlogic/recordcleaner v0.0.0-20230326134734-eb9df6cedace/go.mod
github.com/brotherlogic/recordcleaner v0.0.0-20230403212203-0cec933ffd18/go.mod h1:t9b1f7kSyUaUdha2neiST0h6iZlfxKQSbckEPIxwWgo=
github.com/brotherlogic/recordcleaner v0.0.0-20230410220519-ef91f64a4f6e/go.mod h1:F6Q8BAYEOhht29zq9k+IBujLY59w8CGpFm96N76/i44=
github.com/brotherlogic/recordcleaner v0.0.0-20230421191842-11f91682956b/go.mod h1:GE/61BW/YGjAuayrFno8a8hfi5t3jvAaJyVBvhmVuj8=
github.com/brotherlogic/recordcleaner v0.0.0-20230424225024-1eb27a7edef5/go.mod h1:GE/61BW/YGjAuayrFno8a8hfi5t3jvAaJyVBvhmVuj8=
github.com/brotherlogic/recordcollection v0.0.0-20201126210339-d58e20a26a3b/go.mod h1:RJ9uMkuFSC+5ktJ7XSkqhZtDsjcfP8OdPkJ00pSuYUA=
github.com/brotherlogic/recordcollection v0.0.0-20210504142021-d0fe81ea4655/go.mod h1:RJ9uMkuFSC+5ktJ7XSkqhZtDsjcfP8OdPkJ00pSuYUA=
github.com/brotherlogic/recordcollection v0.0.0-20210518133854-294d63ff8e4c/go.mod h1:RJ9uMkuFSC+5ktJ7XSkqhZtDsjcfP8OdPkJ00pSuYUA=
Expand Down

0 comments on commit 9eb1699

Please sign in to comment.