-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathgo.mod
34 lines (32 loc) · 1.45 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
32
33
34
module github.com/bozaro/tech-db-forum
go 1.14
require (
github.com/Bowery/prompt v0.0.0-20190916142128-fa8279994f75 // indirect
github.com/aktau/github-release v0.7.2
github.com/aryann/difflib v0.0.0-20170710044230-e206f873d14a
github.com/bozaro/golorem v0.0.0-20170501165920-50e5b610280b
github.com/dustin/go-humanize v1.0.0 // indirect
github.com/go-openapi/errors v0.19.4
github.com/go-openapi/runtime v0.19.15
github.com/go-openapi/strfmt v0.19.5
github.com/go-openapi/swag v0.19.9
github.com/go-openapi/validate v0.19.8
github.com/go-swagger/go-swagger v0.23.0
github.com/jteeuwen/go-bindata v3.0.7+incompatible
github.com/labstack/gommon v0.3.0 // indirect
github.com/mailru/easyjson v0.7.1
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/mitchellh/mapstructure v1.2.2 // indirect
github.com/mkideal/cli v0.0.5
github.com/mkideal/pkg v0.0.0-20170503154153-3e188c9e7ecc // indirect
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
github.com/philhofer/fwd v1.0.0 // indirect
github.com/stretchr/testify v1.4.0
github.com/tinylib/msgp v1.1.2
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 // indirect
github.com/voxelbrain/goptions v0.0.0-20180630082107-58cddc247ea2 // indirect
go.mongodb.org/mongo-driver v1.3.2 // indirect
golang.org/x/crypto v0.0.0-20200414173820-0848c9571904 // indirect
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
golang.org/x/sys v0.0.0-20200413165638-669c56c373c4 // indirect
)