Merge pull request 'chore(deps): update dependency go to v1.23.2' (#19) from renovate/go-1.x into main
Reviewed-on: #19
This commit is contained in:
commit
2b746d3e31
4
go.mod
4
go.mod
|
@ -1,9 +1,10 @@
|
|||
module aireone.xyz/labtime
|
||||
|
||||
go 1.23.1
|
||||
go 1.23.2
|
||||
|
||||
require (
|
||||
github.com/go-co-op/gocron/v2 v2.12.1
|
||||
github.com/pkg/errors v0.9.1
|
||||
github.com/prometheus/client_golang v1.20.4
|
||||
gopkg.in/yaml.v3 v3.0.1
|
||||
)
|
||||
|
@ -15,7 +16,6 @@ require (
|
|||
github.com/jonboulle/clockwork v0.4.0 // indirect
|
||||
github.com/klauspost/compress v1.17.9 // indirect
|
||||
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
||||
github.com/pkg/errors v0.9.1 // indirect
|
||||
github.com/prometheus/client_model v0.6.1 // indirect
|
||||
github.com/prometheus/common v0.55.0 // indirect
|
||||
github.com/prometheus/procfs v0.15.1 // indirect
|
||||
|
|
Loading…
Reference in New Issue