-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
26 lines (25 loc) · 1.17 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
module github.com/oleewere/go-solr-client
require (
github.com/go-ini/ini v1.39.2
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
github.com/hashicorp/go-uuid v1.0.0 // indirect
github.com/jcmturner/gofork v0.0.0-20180107083740-2aebee971930 // indirect
github.com/jtolds/gls v4.2.1+incompatible // indirect
github.com/kr/fs v0.1.0 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/oleewere/go-buffered-processor v1.1.0
github.com/pkg/errors v0.8.0 // indirect
github.com/pkg/sftp v1.8.3
github.com/satori/go.uuid v1.2.0
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d // indirect
github.com/smartystreets/goconvey v0.0.0-20181108003508-044398e4856c // indirect
github.com/stretchr/testify v1.3.0 // indirect
golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9
golang.org/x/sys v0.0.0-20190108104531-7fbe1cd0fcc2 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/ini.v1 v1.41.0 // indirect
gopkg.in/jcmturner/aescts.v1 v1.0.1 // indirect
gopkg.in/jcmturner/dnsutils.v1 v1.0.1 // indirect
gopkg.in/jcmturner/goidentity.v1 v1.0.0 // indirect
gopkg.in/jcmturner/gokrb5.v4 v4.1.2
)