File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/voyagegroup/hakaru
2
2
3
- go 1.12
3
+ go 1.21.0
4
+
5
+ toolchain go1.24.2
4
6
5
7
require (
6
8
github.com/carlescere/scheduler v0.0.0-20170109141437-ee74d2f83d82
7
- github.com/go-sql-driver/mysql v1.4.1
9
+ github.com/go-sql-driver/mysql v1.9.2
10
+ )
11
+
12
+ require (
13
+ filippo.io/edwards25519 v1.1.0 // indirect
14
+ github.com/golang/protobuf v1.3.1 // indirect
15
+ golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 // indirect
16
+ golang.org/x/net v0.0.0-20190603091049-60506f45cf65 // indirect
17
+ golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a // indirect
18
+ golang.org/x/text v0.3.2 // indirect
19
+ golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e // indirect
8
20
google.golang.org/appengine v1.6.5 // indirect
9
21
)
Original file line number Diff line number Diff line change
1
+ filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA =
2
+ filippo.io/edwards25519 v1.1.0 /go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4 =
1
3
github.com/carlescere/scheduler v0.0.0-20170109141437-ee74d2f83d82 h1:9bAydALqAjBfPHd/eAiJBHnMZUYov8m2PkXVr+YGQeI =
2
4
github.com/carlescere/scheduler v0.0.0-20170109141437-ee74d2f83d82 /go.mod h1:tyA14J0sA3Hph4dt+AfCjPrYR13+vVodshQSM7km9qw =
3
5
github.com/go-sql-driver/mysql v1.4.0 h1:7LxgVwFb2hIQtMm87NdgAVfXjnt4OePseqT1tKx+opk =
4
6
github.com/go-sql-driver/mysql v1.4.0 /go.mod h1:zAC/RDZ24gD3HViQzih4MyKcchzm+sOG5ZlKdlhCg5w =
5
7
github.com/go-sql-driver/mysql v1.4.1 h1:g24URVg0OFbNUTx9qqY1IRZ9D9z3iPyi5zKhQZpNwpA =
6
8
github.com/go-sql-driver/mysql v1.4.1 /go.mod h1:zAC/RDZ24gD3HViQzih4MyKcchzm+sOG5ZlKdlhCg5w =
9
+ github.com/go-sql-driver/mysql v1.9.2 h1:4cNKDYQ1I84SXslGddlsrMhc8k4LeDVj6Ad6WRjiHuU =
10
+ github.com/go-sql-driver/mysql v1.9.2 /go.mod h1:qn46aNg1333BRMNU69Lq93t8du/dwxI64Gl8i5p1WMU =
7
11
github.com/golang/protobuf v1.3.1 /go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U =
8
12
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 /go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w =
9
13
golang.org/x/net v0.0.0-20190603091049-60506f45cf65 /go.mod h1:HSz+uSET+XFnRR8LxR5pz3Of3rY3CfYBVs4xY44aLks =
You can’t perform that action at this time.
0 commit comments