-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
23 lines (21 loc) · 965 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/byuoitav/couch-db-repl
go 1.15
require (
github.com/aws/aws-sdk-go v1.34.19 // indirect
github.com/byuoitav/authmiddleware v1.1.2
github.com/byuoitav/common v0.0.0-20200521193927-1fdf4e0a4271
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/fatih/color v1.9.0 // indirect
github.com/go-cas/cas v2.1.0+incompatible // indirect
github.com/jessemillar/jsonresp v1.1.0 // indirect
github.com/labstack/echo v3.3.10+incompatible
github.com/labstack/gommon v0.3.0 // indirect
github.com/mavricknz/asn1-ber v0.0.0-20151103223136-b9df1c2f4213 // indirect
github.com/mavricknz/ldap v0.0.0-20160227184754-f5a958005e43 // indirect
github.com/sevenNt/echo-pprof v0.1.0 // indirect
github.com/stretchr/testify v1.6.1 // indirect
github.com/valyala/fasttemplate v1.2.1 // indirect
go.uber.org/zap v1.16.0 // indirect
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect
gopkg.in/cas.v2 v2.2.0 // indirect
)