-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
25 lines (21 loc) · 924 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
24
25
module github.com/HydrologicEngineeringCenter/nsi_survey_server
go 1.15
// replace github.com/USACE/microauth v0.0.0 => ../microauth
// replace github.com/usace/goquery v0.0.0-20210825130028-45f9bdbb50fa => /Users/rdcrlrsg/Projects/programming/go/src/github.com/usace/goquery
require (
github.com/USACE/consequences-api v0.0.0-20201008020142-581a6decec1b
github.com/apex/gateway v1.1.2
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/google/uuid v1.3.0
github.com/jackc/pgx v3.6.2+incompatible
github.com/jackc/pgx/v4 v4.13.0 // indirect
github.com/jmoiron/sqlx v1.3.4
github.com/kelseyhightower/envconfig v1.4.0
github.com/labstack/echo/v4 v4.5.0
github.com/lib/pq v1.10.2
github.com/stretchr/testify v1.7.0 // indirect
github.com/usace/goquery v0.0.0-20220818132611-0d34255b7441
github.com/usace/microauth v0.0.0-20220811193924-a536d112a436
golang.org/x/tools v0.1.5 // indirect
// indirect
)