Skip to content
This repository was archived by the owner on Dec 24, 2024. It is now read-only.

Commit fdd927d

Browse files
committed
all: bump deps
Signed-off-by: Sebastien Binet <[email protected]>
1 parent ea76bbc commit fdd927d

File tree

2 files changed

+66
-181
lines changed

2 files changed

+66
-181
lines changed

go.mod

+16-13
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,26 @@ go 1.19
44

55
require (
66
github.com/go-daq/tdaq v0.14.2
7-
github.com/go-sql-driver/mysql v1.6.0
8-
github.com/peterh/liner v1.2.1
9-
github.com/sbinet/pmon v0.4.1
10-
go-hep.org/x/hep v0.28.5
11-
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
12-
golang.org/x/sys v0.0.0-20210510120138-977fb7262007
7+
github.com/go-sql-driver/mysql v1.7.0
8+
github.com/peterh/liner v1.2.2
9+
github.com/sbinet/pmon v0.5.0
10+
go-hep.org/x/hep v0.32.1
11+
golang.org/x/sync v0.1.0
12+
golang.org/x/sys v0.7.0
1313
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
1414
)
1515

1616
require (
17-
github.com/Microsoft/go-winio v0.4.11 // indirect
17+
github.com/Microsoft/go-winio v0.6.1 // indirect
1818
github.com/gonuts/binary v0.2.0 // indirect
19-
github.com/mattn/go-runewidth v0.0.3 // indirect
20-
go.nanomsg.org/mangos/v3 v3.2.1 // indirect
21-
golang.org/x/exp v0.0.0-20210503015746-b3083d562e1d // indirect
22-
golang.org/x/net v0.0.0-20210510120150-4163338589ed // indirect
23-
gonum.org/v1/gonum v0.9.1 // indirect
19+
github.com/mattn/go-runewidth v0.0.14 // indirect
20+
github.com/rivo/uniseg v0.4.4 // indirect
21+
go.nanomsg.org/mangos/v3 v3.4.2 // indirect
22+
golang.org/x/exp v0.0.0-20220827204233-334a2380cb91 // indirect
23+
golang.org/x/mod v0.10.0 // indirect
24+
golang.org/x/net v0.9.0 // indirect
25+
golang.org/x/tools v0.8.0 // indirect
26+
gonum.org/v1/gonum v0.12.0 // indirect
2427
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
25-
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
28+
gopkg.in/yaml.v3 v3.0.1 // indirect
2629
)

0 commit comments

Comments
 (0)