You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
771 B
Modula-2

module git.code-bloggers.com/hugo/generic-mastodon-authenticator
go 1.18
require (
github.com/gorilla/websocket v1.5.0
github.com/labstack/echo v3.3.10+incompatible
github.com/labstack/gommon v0.3.1
go.etcd.io/bbolt v1.3.6
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.1 // indirect
golang.org/x/crypto v0.0.0-20220513210258-46612604a0f9 // indirect
golang.org/x/net v0.0.0-20220513224357-95641704303c // indirect
golang.org/x/sys v0.0.0-20220513210249-45d2b4557a2a // indirect
golang.org/x/text v0.3.7 // indirect
)