Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump golang.org/x/net from 0.8.0 to 0.17.0 #220

Merged
merged 1 commit into from
Oct 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ require (
github.com/docker/go-units v0.5.0
github.com/go-playground/validator/v10 v10.3.0
github.com/golang-migrate/migrate/v4 v4.15.3-0.20230407054901-84009cf2ab46
github.com/gorilla/sessions v1.2.0
github.com/gwenn/gosqlite v0.0.0-20200521090053-24878be1a237
github.com/jackc/pgx/v5 v5.3.1
github.com/minio/minio-go v6.0.14+incompatible
Expand All @@ -29,7 +28,7 @@ require (
github.com/segmentio/ksuid v1.0.3
github.com/smtp2go-oss/smtp2go-go v1.0.2
github.com/sqlitebrowser/github_flavored_markdown v0.0.0-20190120045821-b8cf8f054e47
golang.org/x/crypto v0.7.0
golang.org/x/crypto v0.14.0
golang.org/x/oauth2 v0.1.0
)

Expand All @@ -41,6 +40,7 @@ require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/gorilla/css v1.0.0 // indirect
github.com/gorilla/securecookie v1.1.1 // indirect
github.com/gorilla/sessions v1.2.0 // indirect
github.com/gwenn/yacr v0.0.0-20200112083327-bbe82c1f4d60 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
Expand All @@ -66,10 +66,10 @@ require (
github.com/sourcegraph/syntaxhighlight v0.0.0-20170531221838-bd320f5d308e // indirect
github.com/sqlitebrowser/blackfriday v9.0.0+incompatible // indirect
go.uber.org/atomic v1.7.0 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/text v0.8.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
Expand Down
Loading