discourse-auth-proxy/go.mod

12 lines
294 B
Modula-2

module github.com/discourse/discourse-auth-proxy
go 1.15
require (
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
github.com/namsral/flag v1.7.4-pre
github.com/pborman/uuid v1.2.1
github.com/stretchr/testify v1.6.1
golang.org/x/time v0.0.0-20201208040808-7e3f01d25324
)