Skip to content

Commit

Permalink
Bump golang.org/x/net from 0.0.0-20210410081132-afb366fc7cd1 to 0.23.0
Browse files Browse the repository at this point in the history
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20210410081132-afb366fc7cd1 to 0.23.0.
- [Commits](https://github.com/golang/net/commits/v0.23.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 Apr 19, 2024
1 parent cc4ff6b commit 7a445c8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 256 deletions.
20 changes: 8 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,25 @@ module github.com/HiWay-Media/listmonk-onesignal

go 1.19

require github.com/knadh/listmonk v1.1.0
require (
github.com/francoispqt/onelog v0.0.0-20190306043706-8c2bb31b10a4
github.com/go-chi/chi v1.5.5
github.com/knadh/koanf v1.5.0
github.com/knadh/listmonk v1.1.0
github.com/spf13/pflag v1.0.5
)

require (
github.com/OneSignal/onesignal-go-api v1.0.4 // indirect
github.com/francoispqt/gojay v1.2.13 // indirect
github.com/francoispqt/onelog v0.0.0-20190306043706-8c2bb31b10a4 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/go-chi/chi v1.5.5 // indirect
github.com/golang/mock v1.6.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/jmoiron/sqlx v1.2.0 // indirect
github.com/knadh/koanf v1.5.0 // indirect
github.com/lib/pq v1.3.0 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/yuin/goldmark v1.3.5 // indirect
golang.org/x/net v0.0.0-20210410081132-afb366fc7cd1 // indirect
golang.org/x/oauth2 v0.0.0-20210323180902-22b0adad7558 // indirect
golang.org/x/sys v0.4.0 // indirect
golang.org/x/sys v0.18.0 // indirect
google.golang.org/appengine v1.6.6 // indirect
google.golang.org/protobuf v1.26.0 // indirect
gopkg.in/volatiletech/null.v6 v6.0.0-20170828023728-0bef4e07ae1b // indirect
)
Loading

0 comments on commit 7a445c8

Please sign in to comment.