Skip to content

Commit

Permalink
update go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
pafo committed May 11, 2024
1 parent ee89afd commit 53c1fe9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 329 deletions.
16 changes: 12 additions & 4 deletions examples/go.mod
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
module github.com/metalblueberry/plotly/examples

go 1.14
go 1.21

toolchain go1.21.8

require (
github.com/MetalBlueberry/go-plotly v0.0.0-20200503142240-1276ab260dcb
github.com/go-gota/gota v0.10.1
github.com/MetalBlueberry/go-plotly v0.4.0
github.com/go-gota/gota v0.12.0
github.com/lucasb-eyer/go-colorful v1.2.0
gonum.org/v1/gonum v0.7.0 // indirect
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
)

require (
golang.org/x/net v0.25.0 // indirect
golang.org/x/sys v0.20.0 // indirect
gonum.org/v1/gonum v0.15.0 // indirect
)

replace github.com/MetalBlueberry/go-plotly => ./../
17 changes: 4 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,12 @@ module github.com/MetalBlueberry/go-plotly
go 1.16

require (
github.com/golang/mock v1.5.0
github.com/huandu/xstrings v1.3.2
github.com/golang/mock v1.6.0
github.com/huandu/xstrings v1.4.0
github.com/onsi/ginkgo/v2 v2.17.2
github.com/onsi/gomega v1.33.0
github.com/pkg/browser v0.0.0-20180916011732-0a3d74bf9ce4
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
gopkg.in/yaml.v3 v3.0.1
)

require (
github.com/go-logr/logr v1.4.1 // indirect
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/pprof v0.0.0-20240424215950-a892ee059fd6 // indirect
golang.org/x/net v0.24.0 // indirect
golang.org/x/sys v0.19.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/tools v0.20.0 // indirect
)
require golang.org/x/sys v0.20.0 // indirect
Loading

0 comments on commit 53c1fe9

Please sign in to comment.