Skip to content

Commit

Permalink
DownstreamUpdates
Browse files Browse the repository at this point in the history
  • Loading branch information
brotherlogic committed May 16, 2024
1 parent a80afa3 commit 7b9b76d
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 6,750 deletions.
32 changes: 15 additions & 17 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,43 +1,41 @@
module github.com/brotherlogic/wantslist

go 1.21

toolchain go1.22.1
go 1.22.1

require (
github.com/brotherlogic/godiscogs v0.0.0-20240403143827-f1692f7a0410
github.com/brotherlogic/goserver v0.0.0-20240303220030-80da220f0393
github.com/brotherlogic/keystore v0.0.0-20240426052342-d4398c0b6767
github.com/brotherlogic/recordbudget v0.0.0-20240507143237-17be67e76429
github.com/brotherlogic/recordcollection v0.0.0-20240507141004-bfb0a1e980c6
github.com/brotherlogic/recordwants v0.0.0-20240419131739-c839e44cfb28
github.com/prometheus/client_golang v1.19.0
github.com/brotherlogic/keystore v0.0.0-20240508161349-814b3200b126
github.com/brotherlogic/recordbudget v0.0.0-20240516182622-46f569490e3c
github.com/brotherlogic/recordcollection v0.0.0-20240516182608-cd550899ab7d
github.com/brotherlogic/recordwants v0.0.0-20240516180603-684b62a4e749
github.com/prometheus/client_golang v1.19.1
golang.org/x/net v0.25.0
google.golang.org/grpc v1.63.2
google.golang.org/grpc v1.64.0
google.golang.org/protobuf v1.34.1
)

require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/brotherlogic/buildserver v0.0.0-20240507174132-d8ef55633235 // indirect
github.com/brotherlogic/datastore v0.0.0-20240419131847-a28dcb8c16e3 // indirect
github.com/brotherlogic/discovery v0.0.0-20240419131425-ad09bb7246e3 // indirect
github.com/brotherlogic/dstore v0.0.0-20240506135029-25575b084c74 // indirect
github.com/brotherlogic/githubcard v0.0.0-20240507151718-1e1b9a5bd975 // indirect
github.com/brotherlogic/datastore v0.0.0-20240516182432-0ba32a162489 // indirect
github.com/brotherlogic/discovery v0.0.0-20240508133416-83bf887d8186 // indirect
github.com/brotherlogic/dstore v0.0.0-20240513141202-4397254af04a // indirect
github.com/brotherlogic/githubcard v0.0.0-20240516141321-b8deb33de18b // indirect
github.com/brotherlogic/githubridge v0.2793.0 // indirect
github.com/brotherlogic/gobuildslave v0.0.0-20240507133920-b5373b5fedad // indirect
github.com/brotherlogic/lock v0.0.0-20240507140256-f2945a87e7c2 // indirect
github.com/brotherlogic/logging v0.0.0-20240507150031-611612610163 // indirect
github.com/brotherlogic/lock v0.0.0-20240516182021-1f478513e4f8 // indirect
github.com/brotherlogic/logging v0.0.0-20240516174940-fdf33d307920 // 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.3.0 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/mitchellh/go-ps v1.0.0 // indirect
github.com/prometheus/client_model v0.6.1 // indirect
github.com/prometheus/common v0.53.0 // indirect
github.com/prometheus/procfs v0.14.0 // indirect
github.com/prometheus/procfs v0.15.0 // indirect
github.com/struCoder/pidusage v0.2.1 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/text v0.15.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240506185236-b8a5c65736ae // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240515191416-fc5f0ca64291 // indirect
)
Loading

0 comments on commit 7b9b76d

Please sign in to comment.