mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00

golang.org/x/sys and golang.org/x/text version inconsistency are also addressed: - bump golang.org/x/sys from 0.24.0 to 0.25.0 - bump golang.org/x/text from 0.17.0 to 0.18.0 Reference: - https://github.com/etcd-io/etcd/pull/18563 - https://github.com/etcd-io/etcd/pull/18558 - https://github.com/etcd-io/etcd/pull/18566 - https://github.com/etcd-io/etcd/pull/18565 Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
26 lines
777 B
Modula-2
26 lines
777 B
Modula-2
module go.etcd.io/etcd/tools/rw-heatmaps/v3
|
|
|
|
go 1.22
|
|
|
|
toolchain go1.22.7
|
|
|
|
require (
|
|
github.com/spf13/cobra v1.8.1
|
|
github.com/spf13/pflag v1.0.5
|
|
gonum.org/v1/plot v0.14.0
|
|
)
|
|
|
|
require (
|
|
git.sr.ht/~sbinet/gg v0.5.0 // indirect
|
|
github.com/ajstarks/svgo v0.0.0-20211024235047-1546f124cd8b // indirect
|
|
github.com/campoy/embedmd v1.0.0 // indirect
|
|
github.com/go-fonts/liberation v0.3.1 // indirect
|
|
github.com/go-latex/latex v0.0.0-20230307184459-12ec69307ad9 // indirect
|
|
github.com/go-pdf/fpdf v0.8.0 // indirect
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
golang.org/x/image v0.18.0 // indirect
|
|
golang.org/x/text v0.18.0 // indirect
|
|
)
|