Skip to content

Commit

Permalink
Update to latest wtsi-ssg/wr and go
Browse files Browse the repository at this point in the history
  • Loading branch information
sb10 committed Jan 27, 2025
1 parent 05e553b commit 0561a85
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
global:
- GO111MODULE=on
go:
- "1.23.3"
- "1.23.5"
go_import_path: github.com/VertebrateResequencing/wr
install:
- "go mod verify"
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/VertebrateResequencing/wr

go 1.23
go 1.23.5

require (
code.cloudfoundry.org/bytefmt v0.26.0
Expand Down Expand Up @@ -33,7 +33,7 @@ require (
github.com/smartystreets/goconvey v1.6.4
github.com/spf13/cobra v1.8.1
github.com/ugorji/go/codec v1.2.12
github.com/wtsi-ssg/wr v0.5.10
github.com/wtsi-ssg/wr v0.5.12
go.etcd.io/bbolt v1.3.11
golang.org/x/crypto v0.32.0
k8s.io/api v0.32.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,8 @@ github.com/tklauser/numcpus v0.9.0 h1:lmyCHtANi8aRUgkckBgoDk1nHCux3n2cgkJLXdQGPD
github.com/tklauser/numcpus v0.9.0/go.mod h1:SN6Nq1O3VychhC1npsWostA+oW+VOQTxZrS604NSRyI=
github.com/ugorji/go/codec v1.2.12 h1:9LC83zGrHhuUA9l16C9AHXAqEV/2wBQ4nkvumAE65EE=
github.com/ugorji/go/codec v1.2.12/go.mod h1:UNopzCgEMSXjBc6AOMqYvWC1ktqTAfzJZUZgYf6w6lg=
github.com/wtsi-ssg/wr v0.5.10 h1:H6f6qP++IlzzWajrdPolEPYCNK9BlzZ4s0ZiqsNPeBI=
github.com/wtsi-ssg/wr v0.5.10/go.mod h1:iwAaQoBdLkh5/BYt8d18e339zJYZs8jSg8QYsSyL43c=
github.com/wtsi-ssg/wr v0.5.12 h1:d5us++CvScwkEyPyEv6L1Ty0IpetFjgw+wxOL0bi1MU=
github.com/wtsi-ssg/wr v0.5.12/go.mod h1:QUqhVemSMBnVCcFUwy01H3ISFjbHg9gjRviM8diI9P0=
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
Expand Down

0 comments on commit 0561a85

Please sign in to comment.