@@ -19,7 +19,6 @@ require (
19
19
github.com/docker/go-units v0.5.0
20
20
github.com/go-playground/validator/v10 v10.3.0
21
21
github.com/golang-migrate/migrate/v4 v4.15.3-0.20230407054901-84009cf2ab46
22
- github.com/gorilla/sessions v1.2.0
23
22
github.com/gwenn/gosqlite v0.0.0-20200521090053-24878be1a237
24
23
github.com/jackc/pgx/v5 v5.3.1
25
24
github.com/minio/minio-go v6.0.14+incompatible
@@ -29,7 +28,7 @@ require (
29
28
github.com/segmentio/ksuid v1.0.3
30
29
github.com/smtp2go-oss/smtp2go-go v1.0.2
31
30
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
33
32
golang.org/x/oauth2 v0.1.0
34
33
)
35
34
@@ -41,6 +40,7 @@ require (
41
40
github.com/golang/protobuf v1.5.2 // indirect
42
41
github.com/gorilla/css v1.0.0 // indirect
43
42
github.com/gorilla/securecookie v1.1.1 // indirect
43
+ github.com/gorilla/sessions v1.2.0 // indirect
44
44
github.com/gwenn/yacr v0.0.0-20200112083327-bbe82c1f4d60 // indirect
45
45
github.com/hashicorp/errwrap v1.1.0 // indirect
46
46
github.com/hashicorp/go-multierror v1.1.1 // indirect
@@ -66,10 +66,10 @@ require (
66
66
github.com/sourcegraph/syntaxhighlight v0.0.0-20170531221838-bd320f5d308e // indirect
67
67
github.com/sqlitebrowser/blackfriday v9.0.0+incompatible // indirect
68
68
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
70
70
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
73
73
google.golang.org/appengine v1.6.7 // indirect
74
74
google.golang.org/protobuf v1.28.1 // indirect
75
75
gopkg.in/ini.v1 v1.67.0 // indirect
0 commit comments