Skip to content

Commit

Permalink
build(deps): bump golang.org/x/net from 0.8.0 to 0.17.0
Browse files Browse the repository at this point in the history
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.8.0 to 0.17.0.
- [Commits](golang/net@v0.8.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and justinclift committed Oct 11, 2023
1 parent 7837ad2 commit 0130183
Show file tree
Hide file tree
Showing 2 changed files with 1,595 additions and 9 deletions.
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

0 comments on commit 0130183

Please sign in to comment.