forked from nbedos/cistern
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (20 loc) · 799 Bytes
/
go.mod
File metadata and controls
22 lines (20 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/nbedos/cistern
go 1.12
require (
github.com/gdamore/tcell v1.3.0
github.com/google/go-cmp v0.6.0
github.com/google/go-github/v29 v29.0.2
github.com/google/go-github/v59 v59.0.0 // indirect
github.com/lucasb-eyer/go-colorful v1.0.3 // indirect
github.com/mattn/go-runewidth v0.0.8
github.com/pelletier/go-toml v1.6.0
github.com/sergi/go-diff v1.1.0 // indirect
github.com/xanzy/go-gitlab v0.22.3
golang.org/x/crypto v0.0.0-20200117160349-530e935923ad // indirect
golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/sys v0.0.0-20200117145432-59e60aa80a0c // indirect
google.golang.org/appengine v1.6.5 // indirect
gopkg.in/src-d/go-git.v4 v4.13.1
gopkg.in/yaml.v2 v2.2.5 // indirect
)