Skip to content

Commit 9eb16a4

Browse files
committed
Update go mod
1 parent 6e72335 commit 9eb16a4

2 files changed

Lines changed: 42 additions & 394 deletions

File tree

go.mod

Lines changed: 26 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,38 @@
11
module github.com/c-bata/goptuna
22

3-
go 1.16
3+
go 1.21
44

55
require (
6-
github.com/go-gota/gota v0.10.1 // indirect
7-
github.com/google/uuid v1.1.5
6+
github.com/google/uuid v1.3.1
87
github.com/gorilla/mux v1.8.0
98
github.com/jinzhu/gorm v1.9.16
10-
github.com/pkg/errors v0.9.1 // indirect
119
github.com/rakyll/statik v0.1.7
12-
github.com/spf13/cobra v1.1.1
13-
github.com/stretchr/testify v1.6.1 // indirect
14-
gonum.org/v1/gonum v0.8.2
15-
gonum.org/v1/netlib v0.0.0-20201012070519-2390d26c3658 // indirect
16-
gorgonia.org/gorgonia v0.9.16 // indirect
17-
gorgonia.org/tensor v0.9.19 // indirect
10+
github.com/spf13/cobra v1.7.0
11+
gonum.org/v1/gonum v0.14.0
1812
gorm.io/driver/mysql v1.0.3
1913
gorm.io/driver/postgres v1.0.8
2014
gorm.io/driver/sqlite v1.1.4
2115
gorm.io/gorm v1.20.12
2216
)
17+
18+
require (
19+
github.com/go-sql-driver/mysql v1.5.0 // indirect
20+
github.com/inconshreveable/mousetrap v1.1.0 // indirect
21+
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
22+
github.com/jackc/pgconn v1.8.0 // indirect
23+
github.com/jackc/pgio v1.0.0 // indirect
24+
github.com/jackc/pgpassfile v1.0.0 // indirect
25+
github.com/jackc/pgproto3/v2 v2.0.6 // indirect
26+
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
27+
github.com/jackc/pgtype v1.6.2 // indirect
28+
github.com/jackc/pgx/v4 v4.10.1 // indirect
29+
github.com/jinzhu/inflection v1.0.0 // indirect
30+
github.com/jinzhu/now v1.1.1 // indirect
31+
github.com/mattn/go-sqlite3 v1.14.5 // indirect
32+
github.com/pkg/errors v0.9.1 // indirect
33+
github.com/spf13/pflag v1.0.5 // indirect
34+
github.com/stretchr/testify v1.6.1 // indirect
35+
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
36+
golang.org/x/text v0.8.0 // indirect
37+
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
38+
)

0 commit comments

Comments
 (0)