|
1 | 1 | module github.com/getapid/apid-cli |
2 | 2 |
|
3 | | -go 1.13 |
| 3 | +go 1.16 |
4 | 4 |
|
5 | 5 | require ( |
6 | | - github.com/fatih/color v1.7.0 |
7 | | - github.com/gin-contrib/sse v0.1.0 // indirect |
8 | | - github.com/gin-gonic/gin v1.4.0 |
9 | | - github.com/golang/mock v1.3.1 |
10 | | - github.com/golang/protobuf v1.3.2 // indirect |
11 | | - github.com/json-iterator/go v1.1.7 // indirect |
12 | | - github.com/kr/pretty v0.1.0 // indirect |
13 | | - github.com/mattn/go-colorable v0.1.4 // indirect |
14 | | - github.com/mattn/go-isatty v0.0.10 // indirect |
15 | | - github.com/pkg/errors v0.8.1 // indirect |
| 6 | + github.com/fatih/color v1.10.0 |
| 7 | + github.com/gin-gonic/gin v1.6.3 |
| 8 | + github.com/go-playground/validator/v10 v10.4.1 // indirect |
| 9 | + github.com/golang/mock v1.5.0 |
| 10 | + github.com/golang/protobuf v1.5.2 // indirect |
| 11 | + github.com/json-iterator/go v1.1.10 // indirect |
| 12 | + github.com/leodido/go-urn v1.2.1 // indirect |
16 | 13 | github.com/robfig/cron v1.2.0 |
17 | | - github.com/spf13/cobra v0.0.5 |
18 | | - github.com/spf13/pflag v1.0.5 // indirect |
19 | | - github.com/stretchr/testify v1.4.0 |
20 | | - github.com/tidwall/gjson v1.6.0 |
21 | | - github.com/tidwall/pretty v1.0.1 // indirect |
22 | | - go.uber.org/atomic v1.4.0 // indirect |
23 | | - go.uber.org/multierr v1.1.0 |
24 | | - go.uber.org/zap v1.10.0 |
25 | | - golang.org/x/net v0.0.0-20190620200207-3b0461eec859 // indirect |
26 | | - golang.org/x/sys v0.0.0-20191010194322-b09406accb47 // indirect |
27 | | - gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect |
28 | | - gopkg.in/yaml.v2 v2.2.4 |
29 | | - gopkg.in/yaml.v3 v3.0.0-20190709130402-674ba3eaed22 |
| 14 | + github.com/spf13/cobra v1.1.3 |
| 15 | + github.com/stretchr/testify v1.7.0 |
| 16 | + github.com/tidwall/gjson v1.7.4 |
| 17 | + github.com/ugorji/go v1.2.5 // indirect |
| 18 | + go.uber.org/multierr v1.6.0 |
| 19 | + go.uber.org/zap v1.16.0 |
| 20 | + golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect |
| 21 | + golang.org/x/sys v0.0.0-20210331175145-43e1dd70ce54 // indirect |
| 22 | + gopkg.in/yaml.v2 v2.4.0 |
| 23 | + gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b |
30 | 24 | ) |
31 | 25 |
|
32 | 26 | replace github.com/ugorji/go v1.1.4 => github.com/ugorji/go/codec v0.0.0-20190204201341-e444a5086c43 |
0 commit comments