-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
15 lines (14 loc) · 673 Bytes
/
go.mod
File metadata and controls
15 lines (14 loc) · 673 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module github.com/dave/dst
require (
github.com/dave/gopackages v0.0.0-20170318123100-46e7023ec56e // indirect
github.com/dave/jennifer v1.2.0
github.com/dave/kerr v0.0.0-20170318121727-bc25dd6abe8e // indirect
github.com/dave/rebecca v0.9.1 // indirect
github.com/google/pprof v0.0.0-20181127221834-b4f47329b966 // indirect
github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6 // indirect
github.com/sergi/go-diff v1.0.0
golang.org/x/arch v0.0.0-20180920145803-b19384d3c130 // indirect
golang.org/x/crypto v0.0.0-20181127143415-eb0de9b17e85 // indirect
golang.org/x/tools v0.0.0-20181127232545-e782529d0ddd
gopkg.in/src-d/go-billy.v4 v4.3.0
)