Skip to content

Commit

Permalink
Merge pull request #220 from brotherlogic/update-1687804556
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 26, 2023
2 parents 24c38cb + 3810240 commit b55353d
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 23 deletions.
22 changes: 11 additions & 11 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-20230617190432-9520d7b6b161
github.com/brotherlogic/dstore v0.0.0-20230626083911-2ae087a0de4b
github.com/brotherlogic/godiscogs v0.0.0-20230530030232-e7e2f67fbe33
github.com/brotherlogic/goserver v0.0.0-20230619155835-969c746dba11
github.com/brotherlogic/keystore v0.0.0-20230605062808-e90788956f75
github.com/brotherlogic/queue v0.0.0-20230615055633-d6d386d9e556
github.com/brotherlogic/recordbudget v0.0.0-20230618221743-a575fa9298c5
github.com/brotherlogic/recordcollection v0.0.0-20230616202946-fae1ab76871b
github.com/brotherlogic/queue v0.0.0-20230622062152-7ad82d9d0cc8
github.com/brotherlogic/recordbudget v0.0.0-20230625232100-629e6919815b
github.com/brotherlogic/recordcollection v0.0.0-20230623205341-4ef17c02a0c3
github.com/golang/protobuf v1.5.3
github.com/prometheus/client_golang v1.16.0
golang.org/x/net v0.11.0
google.golang.org/grpc v1.56.0
google.golang.org/protobuf v1.30.0
google.golang.org/grpc v1.56.1
google.golang.org/protobuf v1.31.0
)

require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/brotherlogic/buildserver v0.0.0-20230617185210-f0ebf80f2d98 // indirect
github.com/brotherlogic/datastore v0.0.0-20230118231105-ee668be05973 // indirect
github.com/brotherlogic/buildserver v0.0.0-20230624190918-ce38933178b1 // indirect
github.com/brotherlogic/datastore v0.0.0-20230621030808-7fabd26211c6 // indirect
github.com/brotherlogic/discovery v0.0.0-20230527174721-899846f80b8c // indirect
github.com/brotherlogic/githubcard v0.0.0-20230614032236-278101703199 // indirect
github.com/brotherlogic/githubcard v0.0.0-20230621035009-3f2b46aa60f0 // indirect
github.com/brotherlogic/gobuildslave v0.0.0-20230604044345-1e331dee389b // indirect
github.com/brotherlogic/lock v0.0.0-20230619075804-2d357d1c2ed4 // indirect
github.com/brotherlogic/logging v0.0.0-20230613184344-eaecb0a10653 // indirect
github.com/brotherlogic/lock v0.0.0-20230626083159-dc709df45702 // indirect
github.com/brotherlogic/logging v0.0.0-20230620192058-0de4ffb2baa0 // 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 Down
Loading

0 comments on commit b55353d

Please sign in to comment.