1
0
mirror of https://github.com/vanng822/go-premailer.git synced 2025-02-06 10:23:54 +00:00
go-premailer/go.mod
dependabot[bot] 83c9171437
Bump golang.org/x/net from 0.33.0 to 0.34.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.33.0 to 0.34.0.
- [Commits](https://github.com/golang/net/compare/v0.33.0...v0.34.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-06 23:41:31 +00:00

14 lines
339 B
Modula-2

module github.com/vanng822/go-premailer
go 1.14
require (
github.com/PuerkitoBio/goquery v1.9.2
github.com/gorilla/css v1.0.1 // indirect
github.com/stretchr/testify v1.10.0
github.com/unrolled/render v1.7.0
github.com/vanng822/css v1.0.1
github.com/vanng822/r2router v0.0.0-20150523112421-1023140a4f30
golang.org/x/net v0.34.0
)