saml-passthrough/go.mod

9 lines
165 B
Modula-2
Raw Normal View History

2021-12-29 00:36:47 -05:00
module git.csclub.uwaterloo.ca/merenber/saml-passthrough
go 1.15
require (
github.com/crewjam/saml v0.4.6
github.com/mattermost/xml-roundtrip-validator v0.1.0
)