forked from N0MoreSecr3ts/wraith
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (22 loc) · 782 Bytes
/
go.mod
File metadata and controls
24 lines (22 loc) · 782 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module wraith
go 1.15
require (
github.com/elazarl/go-bindata-assetfs v1.0.1
github.com/fatih/color v1.10.0
github.com/gin-contrib/secure v0.0.1
github.com/gin-contrib/static v0.0.0-20200916080430-d45d9a37d28e
github.com/gin-gonic/gin v1.6.3
github.com/go-bindata/go-bindata v3.1.2+incompatible // indirect
github.com/google/go-github v17.0.0+incompatible
github.com/mitchellh/go-homedir v1.1.0
github.com/otiai10/copy v1.4.2
github.com/smartystreets/goconvey v1.6.4
github.com/spf13/cobra v1.1.1
github.com/spf13/viper v1.7.1
github.com/whilp/git-urls v1.0.0
github.com/xanzy/go-gitlab v0.42.0
golang.org/x/oauth2 v0.0.0-20210113205817-d3ed898aa8a3
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
gopkg.in/src-d/go-git.v4 v4.13.1
gopkg.in/yaml.v2 v2.4.0
)