-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathgo.mod
20 lines (18 loc) · 625 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/moshebe/gebug
go 1.14
require (
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535
github.com/gin-gonic/contrib v0.0.0-20201005132743-ca038bbf2944
github.com/gin-gonic/gin v1.6.3
github.com/hashicorp/go-multierror v1.1.1
github.com/hashicorp/go-retryablehttp v0.6.8
github.com/iancoleman/strcase v0.1.3
github.com/manifoldco/promptui v0.8.0
github.com/pkg/browser v0.0.0-20201112035734-206646e67786
github.com/pkg/errors v0.9.1
github.com/spf13/afero v1.3.2
github.com/spf13/cobra v1.1.3
github.com/stretchr/testify v1.7.0
go.uber.org/zap v1.10.0
gopkg.in/yaml.v2 v2.4.0
)