-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
31 lines (28 loc) · 1.25 KB
/
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
26
27
28
29
30
31
module github.com/udistrital/plan_cuentas_mongo_crud
go 1.13
require (
github.com/astaxie/beego v1.12.3
github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8
github.com/manucorporat/try v0.0.0-20170609134256-2a0c6b941d52
github.com/udistrital/utils_oas v0.0.0-20220521085529-fbd949fcf4e2
github.com/xakep666/mongo-migrate v0.2.1
go.mongodb.org/mongo-driver v1.7.2
)
require (
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/go-playground/universal-translator v0.18.0 // indirect
github.com/go-stack/stack v1.8.1 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/klauspost/compress v1.13.6 // indirect
github.com/lib/pq v1.10.3 // indirect
github.com/prometheus/common v0.31.1 // indirect
github.com/prometheus/procfs v0.7.3 // indirect
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
golang.org/x/net v0.0.0-20210929193557-e81a3d93ecf6 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20210930212924-f542c8878de8 // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637 // indirect
)