@@ -19,7 +19,6 @@ require (
1919 github.com/docker/go-units v0.5.0
2020 github.com/go-playground/validator/v10 v10.3.0
2121 github.com/golang-migrate/migrate/v4 v4.15.3-0.20230407054901-84009cf2ab46
22- github.com/gorilla/sessions v1.2.0
2322 github.com/gwenn/gosqlite v0.0.0-20200521090053-24878be1a237
2423 github.com/jackc/pgx/v5 v5.3.1
2524 github.com/minio/minio-go v6.0.14+incompatible
@@ -29,7 +28,7 @@ require (
2928 github.com/segmentio/ksuid v1.0.3
3029 github.com/smtp2go-oss/smtp2go-go v1.0.2
3130 github.com/sqlitebrowser/github_flavored_markdown v0.0.0-20190120045821-b8cf8f054e47
32- golang.org/x/crypto v0.7 .0
31+ golang.org/x/crypto v0.14 .0
3332 golang.org/x/oauth2 v0.1.0
3433)
3534
@@ -41,6 +40,7 @@ require (
4140 github.com/golang/protobuf v1.5.2 // indirect
4241 github.com/gorilla/css v1.0.0 // indirect
4342 github.com/gorilla/securecookie v1.1.1 // indirect
43+ github.com/gorilla/sessions v1.2.0 // indirect
4444 github.com/gwenn/yacr v0.0.0-20200112083327-bbe82c1f4d60 // indirect
4545 github.com/hashicorp/errwrap v1.1.0 // indirect
4646 github.com/hashicorp/go-multierror v1.1.1 // indirect
@@ -66,10 +66,10 @@ require (
6666 github.com/sourcegraph/syntaxhighlight v0.0.0-20170531221838-bd320f5d308e // indirect
6767 github.com/sqlitebrowser/blackfriday v9.0.0+incompatible // indirect
6868 go.uber.org/atomic v1.7.0 // indirect
69- golang.org/x/net v0.8 .0 // indirect
69+ golang.org/x/net v0.17 .0 // indirect
7070 golang.org/x/sync v0.1.0 // indirect
71- golang.org/x/sys v0.6 .0 // indirect
72- golang.org/x/text v0.8 .0 // indirect
71+ golang.org/x/sys v0.13 .0 // indirect
72+ golang.org/x/text v0.13 .0 // indirect
7373 google.golang.org/appengine v1.6.7 // indirect
7474 google.golang.org/protobuf v1.28.1 // indirect
7575 gopkg.in/ini.v1 v1.67.0 // indirect
0 commit comments