File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-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
4
5
5
require (
6
6
github.com/carlescere/scheduler v0.0.0-20170109141437-ee74d2f83d82
7
- github.com/go-sql-driver/mysql v1.4.1
7
+ github.com/go-sql-driver/mysql v1.9.3
8
+ )
9
+
10
+ require (
11
+ filippo.io/edwards25519 v1.1.0 // indirect
12
+ github.com/golang/protobuf v1.3.1 // indirect
13
+ golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 // indirect
14
+ golang.org/x/net v0.0.0-20190603091049-60506f45cf65 // indirect
15
+ golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a // indirect
16
+ golang.org/x/text v0.3.2 // indirect
17
+ golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e // indirect
8
18
google.golang.org/appengine v1.6.5 // indirect
9
19
)
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.3 h1:U/N249h2WzJ3Ukj8SowVFjdtZKfu9vlLZxjPXV1aweo =
10
+ github.com/go-sql-driver/mysql v1.9.3 /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