debian-forge-composer/vendor/github.com/microcosm-cc/bluemonday/go.mod
Sanne Raymaekers 7529382890 go.mod: Update openshift-online/ocm-sdk-go
This requires golang-jwt/jwt/v4.
2022-05-19 22:18:42 +02:00

9 lines
196 B
Modula-2

module github.com/microcosm-cc/bluemonday
go 1.16
require (
github.com/aymerick/douceur v0.2.0
github.com/gorilla/css v1.0.0 // indirect
golang.org/x/net v0.0.0-20210614182718-04defd469f4e
)