Skip to content

Commit 709f781

Browse files
committedApr 9, 2021
Merge pull request #9 from neel1996/new-action-test
1 parent bde9571 commit 709f781

File tree

2 files changed

+8
-150
lines changed

2 files changed

+8
-150
lines changed
 

‎go.mod

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,12 @@ go 1.16
55
require (
66
github.com/99designs/gqlgen v0.13.0
77
github.com/TwinProduction/go-color v0.0.2
8-
github.com/go-git/go-git/v5 v5.3.0
98
github.com/google/uuid v1.1.2
109
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
1412
github.com/rs/cors v1.7.0
1513
github.com/stretchr/testify v1.4.0
1614
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
2116
)

0 commit comments

Comments
 (0)
Please sign in to comment.