chore: update go modules
This commit is contained in:
parent
5111ea0ae7
commit
a6935111d0
2 changed files with 10 additions and 14 deletions
8
go.mod
8
go.mod
|
|
@ -1,22 +1,22 @@
|
|||
module github.com/vicanso/go-charts-web
|
||||
|
||||
go 1.17
|
||||
go 1.18
|
||||
|
||||
require (
|
||||
github.com/vicanso/elton v1.9.5
|
||||
github.com/vicanso/go-charts/v2 v2.0.4
|
||||
github.com/vicanso/go-charts/v2 v2.3.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/andybalholm/brotli v1.0.4 // indirect
|
||||
github.com/dustin/go-humanize v1.0.0 // indirect
|
||||
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
||||
github.com/tidwall/gjson v1.14.1 // indirect
|
||||
github.com/tidwall/gjson v1.14.3 // indirect
|
||||
github.com/tidwall/match v1.1.1 // indirect
|
||||
github.com/tidwall/pretty v1.2.0 // indirect
|
||||
github.com/vicanso/hes v0.6.0 // indirect
|
||||
github.com/vicanso/intranet-ip v0.1.0 // indirect
|
||||
github.com/vicanso/keygrip v1.2.1 // indirect
|
||||
github.com/wcharczuk/go-chart/v2 v2.1.0 // indirect
|
||||
golang.org/x/image v0.0.0-20220617043117-41969df76e82 // indirect
|
||||
golang.org/x/image v0.0.0-20220902085622-e7cb96979f69 // indirect
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue