-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
34 lines (31 loc) · 1.46 KB
/
go.mod
File metadata and controls
34 lines (31 loc) · 1.46 KB
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/polydawn/rio
go 1.18
require (
github.com/polydawn/go-timeless-api v0.0.0-20220821201550-b93919e12c56
github.com/polydawn/refmt v0.0.0-20201211092308-30ac6d18308e
github.com/smartystreets/goconvey v1.7.2
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635
github.com/warpfork/go-errcat v0.0.0-20180917083543-335044ffc86e
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8
golang.org/x/sys v0.0.0-20190726091711-fc99dfbffb4e
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/src-d/go-billy.v4 v4.3.2
gopkg.in/src-d/go-git.v4 v4.13.1
)
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
github.com/emirpasic/gods v1.12.0 // indirect
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 // indirect
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
github.com/jtolds/gls v4.20.0+incompatible // indirect
github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/sergi/go-diff v1.0.0 // indirect
github.com/smartystreets/assertions v1.2.0 // indirect
github.com/src-d/gcfg v1.4.0 // indirect
github.com/xanzy/ssh-agent v0.2.1 // indirect
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
)