Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,10 @@ go 1.13
require (
github.com/bramvdbogaerde/go-scp v0.0.0-20200119201711-987556b8bdd7
github.com/google/uuid v1.1.1
github.com/hashicorp/go-getter v1.4.1
github.com/hjaensch7/webhooks v5.13.1-0.20200120224831-629f87b1aca3+incompatible
github.com/kr/pretty v0.2.0 // indirect
github.com/lib/pq v1.3.0
github.com/sergi/go-diff v1.1.0 // indirect
golang.org/x/crypto v0.0.0-20200210222208-86ce3cb69678
golang.org/x/net v0.0.0-20200202094626-16171245cfb2 // indirect
golang.org/x/sys v0.0.0-20200212091648-12a6c2dcc1e4 // indirect
golang.org/x/crypto v0.1.0
gopkg.in/src-d/go-git.v4 v4.13.1
)
Loading