-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathgo.mod
More file actions
49 lines (47 loc) · 2.66 KB
/
Copy pathgo.mod
File metadata and controls
49 lines (47 loc) · 2.66 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
module github.com/leancloud/lean-cli
go 1.16
require (
github.com/ahmetalpbalkan/go-linq v2.0.0-rc0.0.20161205073338-ba42ddae458c+incompatible
github.com/aisk/logp v0.0.0-20170801054927-af23a256979e
github.com/aisk/wizard v0.0.0-20170904055312-348bc5188016
github.com/alessio/shellescape v1.4.1 // indirect
github.com/cbroglie/mustache v0.0.0-20161020193316-6857e4b493bd
github.com/certifi/gocertifi v0.0.0-20160926115448-a61bf5eafa3a // indirect
github.com/cheggaaa/pb v1.0.15
github.com/chzyer/logex v1.1.10 // indirect
github.com/chzyer/readline v0.0.0-20161106042343-c914be64f07d
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect
github.com/cloudfoundry-attic/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21
github.com/cloudfoundry/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21 // indirect
github.com/coreos/go-semver v0.2.0
github.com/facebookgo/ensure v0.0.0-20200202191622-63f1cf65ac4c // indirect
github.com/facebookgo/parseignore v0.0.0-20150727182244-41ebb753c47c
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
github.com/facebookgo/subset v0.0.0-20200203212716-c811ad88dec4 // indirect
github.com/facebookgo/symwalk v0.0.0-20150726040526-42004b9f3222
github.com/facebookgo/testname v0.0.0-20150612200628-5443337c3a12 // indirect
github.com/fatih/color v1.5.0
github.com/getsentry/raven-go v0.0.0-20161115135411-3f7439d3e74d
github.com/google/go-querystring v0.0.0-20160401233042-9235644dd9e5 // indirect
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/mux v1.4.0
github.com/juju/go4 v0.0.0-20160222163258-40d72ab9641a // indirect
github.com/juju/persistent-cookiejar v0.0.0-20161115133328-5243747bf8f2
github.com/juju/testing v0.0.0-20200706033705-4c23f9c453cd // indirect
github.com/leancloud/go-upload v0.0.0-20180201132422-99b47d07b1d1
github.com/levigross/grequests v0.0.0-20161120011735-14e4175cc49c
github.com/mattn/go-colorable v0.0.8-0.20170210172801-5411d3eea597
github.com/mattn/go-isatty v0.0.12
github.com/mattn/go-runewidth v0.0.2-0.20161012013512-737072b4e32b // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/onsi/ginkgo v1.14.0 // indirect
github.com/urfave/cli v1.19.1
golang.org/x/sys v0.0.0-20220624220833-87e55d714810 // indirect
gopkg.in/alessio/shellescape.v1 v1.0.0-20170105083845-52074bc9df61
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
gopkg.in/errgo.v1 v1.0.0-20151007153157-66cb46252b94 // indirect
gopkg.in/retry.v1 v1.0.0-20161025181430-c09f6b86ba4d // indirect
launchpad.net/gocheck v0.0.0-20140225173054-000000000087 // indirect
nhooyr.io/websocket v1.8.7
)