Skip to content

Commit

Permalink
Merge pull request #1588 from brotherlogic/update-1715392741
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 11, 2024
2 parents 198a15e + 9f85e6e commit 0850381
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 6,716 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/basicrun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '1.19'
go-version: '1.22'

- name: Run build
run: go build github.com/${GITHUB_REPOSITORY}
Expand Down
52 changes: 39 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,18 +1,44 @@
module github.com/brotherlogic/recordprinter

go 1.16
go 1.21

toolchain go1.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-20240508161349-814b3200b126
github.com/brotherlogic/printqueue v0.42.0
github.com/brotherlogic/recordcollection v0.0.0-20240507141004-bfb0a1e980c6
github.com/brotherlogic/recordmover v0.0.0-20240507162233-13e336d75599
github.com/brotherlogic/recordsorganiser v0.0.0-20240419235758-82ff95a14b2b
github.com/golang/protobuf v1.5.4
golang.org/x/net v0.25.0
google.golang.org/grpc v1.63.2
google.golang.org/protobuf v1.34.1
)

require (
github.com/brotherlogic/dstore v0.0.0-20240206045411-611c355b8730 // indirect
github.com/brotherlogic/godiscogs v0.0.0-20240116051314-7d3de02a07c4
github.com/brotherlogic/goserver v0.0.0-20230726200050-779ae6811580
github.com/brotherlogic/keystore v0.0.0-20240206010333-b61b88db45b5
github.com/brotherlogic/printqueue v0.41.0
github.com/brotherlogic/recordcollection v0.0.0-20240206001941-52f75db80c6d
github.com/brotherlogic/recordmover v0.0.0-20240205082039-188c1ba18d2e
github.com/brotherlogic/recordsorganiser v0.0.0-20240206200112-27e54e8cc681
github.com/golang/protobuf v1.5.3
golang.org/x/net v0.23.0
google.golang.org/grpc v1.61.0
google.golang.org/protobuf v1.33.0
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-20240508000135-8b370fcd7c27 // indirect
github.com/brotherlogic/discovery v0.0.0-20240508133416-83bf887d8186 // indirect
github.com/brotherlogic/dstore v0.0.0-20240506135029-25575b084c74 // indirect
github.com/brotherlogic/githubcard v0.0.0-20240507151718-1e1b9a5bd975 // 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-20240508001106-dbb6481e95c8 // indirect
github.com/brotherlogic/logging v0.0.0-20240508001005-0c950bfd409d // 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/mitchellh/go-ps v1.0.0 // indirect
github.com/prometheus/client_golang v1.19.1 // 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/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-20240509183442-62759503f434 // indirect
)
Loading

0 comments on commit 0850381

Please sign in to comment.