File tree Expand file tree Collapse file tree 2 files changed +8
-150
lines changed Expand file tree Collapse file tree 2 files changed +8
-150
lines changed Original file line number Diff line number Diff line change @@ -5,17 +5,12 @@ go 1.16
5
5
require (
6
6
github.com/99designs/gqlgen v0.13.0
7
7
github.com/TwinProduction/go-color v0.0.2
8
- github.com/go-git/go-git/v5 v5.3.0
9
8
github.com/google/uuid v1.1.2
10
9
github.com/gorilla/mux v1.8.0
11
- github.com/libgit2/git2go/v31 v31.4.14
12
- github.com/onsi/ginkgo v1.8.0 // indirect
13
- github.com/onsi/gomega v1.4.3 // indirect
10
+ github.com/libgit2/git2go v0.28.4
11
+ github.com/libgit2/git2go/v31 v31.4.10
14
12
github.com/rs/cors v1.7.0
15
13
github.com/stretchr/testify v1.4.0
16
14
github.com/vektah/gqlparser/v2 v2.1.0
17
- golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
18
- gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
19
- gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
20
- gotest.tools/gotestsum v1.6.3 // indirect
15
+ golang.org/x/crypto v0.0.0-20201203163018-be400aefbc4c
21
16
)
You can’t perform that action at this time.
0 commit comments