forked from romapres2010/httpserver
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (24 loc) · 959 Bytes
/
go.mod
File metadata and controls
26 lines (24 loc) · 959 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module github.com/romapres2010/httpserver
go 1.13
require (
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/go-kit/kit v0.9.0 // indirect
github.com/go-logfmt/logfmt v0.5.0 // indirect
github.com/gorilla/mux v1.7.4
github.com/hashicorp/logutils v1.0.0
github.com/jackc/pgx v3.6.2+incompatible
github.com/jackc/pgx/v4 v4.6.0 // indirect
github.com/jmoiron/sqlx v1.2.0
github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 // indirect
github.com/lib/pq v1.4.0
github.com/mailru/easyjson v0.7.1
github.com/pkg/errors v0.9.1
github.com/romapres2010/resttest v0.0.0-20200301185809-e98953e63648
github.com/sasbury/mini v0.0.0-20181226232755-dc74af49394b
github.com/urfave/cli v1.22.4
golang.org/x/crypto v0.0.0-20200429183012-4b2356b1ed79 // indirect
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
gopkg.in/guregu/null.v4 v4.0.0
gopkg.in/korylprince/go-ad-auth.v2 v2.2.0
gopkg.in/ldap.v3 v3.1.0 // indirect
)