1
1
module npm
2
2
3
- go 1.22
3
+ go 1.23
4
4
5
5
require (
6
6
github.com/DATA-DOG/go-sqlmock v1.5.2
@@ -9,7 +9,7 @@ require (
9
9
github.com/aymerick/raymond v2.0.3-0.20180322193309-b565731e1464+incompatible
10
10
github.com/dgrijalva/jwt-go v3.2.0+incompatible
11
11
github.com/drexedam/gravatar v0.0.0-20210327211422-e94eea8c338e
12
- github.com/fatih/color v1.17 .0
12
+ github.com/fatih/color v1.18 .0
13
13
github.com/glebarez/sqlite v1.11.0
14
14
github.com/go-chi/chi/v5 v5.1.0
15
15
github.com/go-chi/cors v1.2.1
@@ -23,12 +23,12 @@ require (
23
23
github.com/stretchr/testify v1.9.0
24
24
github.com/vrischmann/envconfig v1.3.0
25
25
go.uber.org/goleak v1.3.0
26
- golang.org/x/crypto v0.27 .0
27
- golang.org/x/oauth2 v0.23 .0
28
- gorm.io/datatypes v1.2.1
26
+ golang.org/x/crypto v0.29 .0
27
+ golang.org/x/oauth2 v0.24 .0
28
+ gorm.io/datatypes v1.2.4
29
29
gorm.io/driver/mysql v1.5.7
30
30
gorm.io/driver/postgres v1.5.9
31
- gorm.io/gorm v1.25.11
31
+ gorm.io/gorm v1.25.12
32
32
gorm.io/plugin/soft_delete v1.2.1
33
33
)
34
34
@@ -37,55 +37,57 @@ require (
37
37
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect
38
38
github.com/alexflint/go-scalar v1.2.0 // indirect
39
39
github.com/davecgh/go-spew v1.1.1 // indirect
40
- github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2 .0 // indirect
40
+ github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3 .0 // indirect
41
41
github.com/dustin/go-humanize v1.0.1 // indirect
42
- github.com/glebarez/go-sqlite v1.21.2 // indirect
43
- github.com/go-asn1-ber/asn1-ber v1.5.5 // indirect
42
+ github.com/glebarez/go-sqlite v1.22.0 // indirect
43
+ github.com/go-asn1-ber/asn1-ber v1.5.7 // indirect
44
44
github.com/go-sql-driver/mysql v1.8.1 // indirect
45
- github.com/goccy/go-json v0.10.2 // indirect
45
+ github.com/goccy/go-json v0.10.3 // indirect
46
46
github.com/google/uuid v1.6.0 // indirect
47
47
github.com/jackc/pgpassfile v1.0.0 // indirect
48
- github.com/jackc/pgservicefile v0.0.0-20231201235250-de7065d80cb9 // indirect
49
- github.com/jackc/pgx/v5 v5.5.5 // indirect
50
- github.com/jackc/puddle/v2 v2.2.1 // indirect
48
+ github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
49
+ github.com/jackc/pgx/v5 v5.7.1 // indirect
50
+ github.com/jackc/puddle/v2 v2.2.2 // indirect
51
51
github.com/jinzhu/inflection v1.0.0 // indirect
52
52
github.com/jinzhu/now v1.1.5 // indirect
53
53
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
54
54
github.com/lestrrat-go/blackmagic v1.0.2 // indirect
55
55
github.com/lestrrat-go/httpcc v1.0.1 // indirect
56
- github.com/lestrrat-go/httprc v1.0.4 // indirect
56
+ github.com/lestrrat-go/httprc v1.0.6 // indirect
57
57
github.com/lestrrat-go/iter v1.0.2 // indirect
58
58
github.com/lestrrat-go/jspointer v0.0.0-20181205001929-82fadba7561c // indirect
59
- github.com/lestrrat-go/jwx/v2 v2.0.20 // indirect
59
+ github.com/lestrrat-go/jwx/v2 v2.1.2 // indirect
60
60
github.com/lestrrat-go/option v1.0.1 // indirect
61
61
github.com/lestrrat-go/pdebug/v3 v3.0.1 // indirect
62
- github.com/lestrrat-go/structinfo v0.0.0-20190212233437-acd51874663b // indirect
62
+ github.com/lestrrat-go/structinfo v0.0.0-20210312050401-7f8bd69d6acb // indirect
63
63
github.com/lib/pq v1.10.9 // indirect
64
64
github.com/mattn/go-colorable v0.1.13 // indirect
65
65
github.com/mattn/go-isatty v0.0.20 // indirect
66
+ github.com/ncruces/go-strftime v0.1.9 // indirect
66
67
github.com/pkg/errors v0.9.1 // indirect
67
68
github.com/pmezard/go-difflib v1.0.0 // indirect
68
69
github.com/qri-io/jsonpointer v0.1.1 // indirect
69
70
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
70
71
github.com/rogpeppe/go-internal v1.12.0 // indirect
71
72
github.com/segmentio/asm v1.2.0 // indirect
72
73
github.com/stretchr/objx v0.5.2 // indirect
73
- golang.org/x/mod v0.17.0 // indirect
74
- golang.org/x/sync v0.8.0 // indirect
75
- golang.org/x/sys v0.25.0 // indirect
76
- golang.org/x/text v0.18.0 // indirect
77
- golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
74
+ golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c // indirect
75
+ golang.org/x/mod v0.22.0 // indirect
76
+ golang.org/x/sync v0.9.0 // indirect
77
+ golang.org/x/sys v0.27.0 // indirect
78
+ golang.org/x/text v0.20.0 // indirect
79
+ golang.org/x/tools v0.26.0 // indirect
78
80
gopkg.in/yaml.v3 v3.0.1 // indirect
79
- lukechampine.com/uint128 v1.2 .0 // indirect
80
- modernc.org/cc/v3 v3.40 .0 // indirect
81
- modernc.org/ccgo/v3 v3.16.13 // indirect
82
- modernc.org/libc v1.22.5 // indirect
83
- modernc.org/mathutil v1.5 .0 // indirect
84
- modernc.org/memory v1.5 .0 // indirect
81
+ lukechampine.com/uint128 v1.3 .0 // indirect
82
+ modernc.org/cc/v3 v3.41 .0 // indirect
83
+ modernc.org/ccgo/v3 v3.17.0 // indirect
84
+ modernc.org/libc v1.61.0 // indirect
85
+ modernc.org/mathutil v1.6 .0 // indirect
86
+ modernc.org/memory v1.8 .0 // indirect
85
87
modernc.org/opt v0.1.3 // indirect
86
- modernc.org/sqlite v1.23.1 // indirect
87
- modernc.org/strutil v1.1.3 // indirect
88
- modernc.org/token v1.0.1 // indirect
88
+ modernc.org/sqlite v1.28.0 // indirect
89
+ modernc.org/strutil v1.2.0 // indirect
90
+ modernc.org/token v1.1.0 // indirect
89
91
)
90
92
91
93
replace github.com/amacneil/dbmate/v2 => github.com/jc21/dbmate/v2 v2.0.0-20230527023241-0aaa124cc0f1
0 commit comments