-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
077e597
commit 7273272
Showing
2 changed files
with
642 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
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/google/go-github v17.0.0+incompatible | ||
github.com/mitchellh/go-homedir v1.1.0 | ||
github.com/smartystreets/goconvey v1.6.4 | ||
github.com/spf13/cobra v1.1.1 | ||
github.com/spf13/viper v1.7.1 | ||
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 | ||
) |
Oops, something went wrong.