-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (17 loc) · 716 Bytes
/
go.mod
File metadata and controls
19 lines (17 loc) · 716 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/mjslabs/auth-plug
go 1.12
require (
github.com/c0sco/go-ldap-client v0.0.0-20190512192445-6bc70fcd72e7
github.com/caarlos0/env v3.5.0+incompatible
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/fatih/structs v1.1.0
github.com/labstack/echo/v4 v4.0.0
github.com/labstack/gommon v0.2.8
github.com/mitchellh/mapstructure v1.1.2
github.com/mmcloughlin/professor v0.0.0-20170922221822-6b97112ab8b3
github.com/stretchr/testify v1.3.0
golang.org/x/crypto v0.0.0-20190422183909-d864b10871cd // indirect
golang.org/x/net v0.0.0-20190420063019-afa5a82059c6 // indirect
golang.org/x/sys v0.0.0-20190422165155-953cdadca894 // indirect
)