Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ require (
github.com/brotherlogic/buildserver v0.0.0-20250321160403-ec7e532a6572 // indirect
github.com/brotherlogic/datastore v0.0.0-20250313015544-917b63bdd6ff // indirect
github.com/brotherlogic/discovery v0.0.0-20241109204028-02908558af09 // indirect
github.com/brotherlogic/githubcard v0.0.0-20250321154630-1372d28e777f // indirect
github.com/brotherlogic/githubcard v0.0.0-20250321161256-ba707bf2d764 // indirect
github.com/brotherlogic/githubridge v0.2852.0 // indirect
github.com/brotherlogic/gobuildslave v0.0.0-20250321151720-19e76a643e29 // indirect
github.com/brotherlogic/godiscogs v0.0.0-20250131163651-1e34c776a68e // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ github.com/brotherlogic/discovery v0.0.0-20241109204028-02908558af09 h1:/G6RM6m/
github.com/brotherlogic/discovery v0.0.0-20241109204028-02908558af09/go.mod h1:ih6YWeSvJfqZHdtPujz/mbs2fdnLD9HKVnPYplvriEY=
github.com/brotherlogic/dstore v0.0.0-20250321150243-f206a58ec495 h1:0FbYcllCyiyf4yQMB6uwY31oHj+wy7s6A4AwTUOI9pg=
github.com/brotherlogic/dstore v0.0.0-20250321150243-f206a58ec495/go.mod h1:kxU8dUnMo92Sj9kSekLUk6/VgyBfwDnWSI/j8piFSqc=
github.com/brotherlogic/githubcard v0.0.0-20250321154630-1372d28e777f h1:tItrcx5qY4zy5byjoPOLnuu/Lep59QUMBtRPV+guqHY=
github.com/brotherlogic/githubcard v0.0.0-20250321154630-1372d28e777f/go.mod h1:Mv1s1h+BxNIQgneA5JBlXjKioEVkkHJnv75+s9NhC3E=
github.com/brotherlogic/githubcard v0.0.0-20250321161256-ba707bf2d764 h1:TJ2mNqEsMO7/v2SBXvAWF7jXnVuZFVpx7C/0/9X3uX8=
github.com/brotherlogic/githubcard v0.0.0-20250321161256-ba707bf2d764/go.mod h1:us2hJnGkihV7bBQiV3Br3zekW8TAmUzVzTLuN7GRudA=
github.com/brotherlogic/githubridge v0.2852.0 h1:D+06BoLNHSDIIe4csMoUzteSYRCQgWUGeJhNDUWc41U=
github.com/brotherlogic/githubridge v0.2852.0/go.mod h1:1Izl2qh17QzTwv4+0Waq/xAnbaywurJQHSN19/PlPvU=
github.com/brotherlogic/gobuildslave v0.0.0-20250321151720-19e76a643e29 h1:B+76zCQ3pAv+38djr9xCTj6DyIKejQmdXISSU1w+eTk=
Expand Down
Loading