forked from jenkins-x/go-scm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
32 lines (29 loc) · 1.16 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
module github.com/jenkins-x/go-scm
require (
code.gitea.io/sdk/gitea v0.14.0
github.com/bluekeyes/go-gitdiff v0.4.0
github.com/google/go-cmp v0.3.0
github.com/mitchellh/copystructure v1.0.0
github.com/pkg/errors v0.8.1
github.com/shurcooL/githubv4 v0.0.0-20190718010115-4ba037080260
github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/testify v1.8.0
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
gopkg.in/h2non/gock.v1 v1.0.16
k8s.io/apimachinery v0.0.0-20190703205208-4cfb76a8bf76
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/protobuf v1.2.0 // indirect
github.com/h2non/parth v0.0.0-20190131123155-b4df798d6542 // indirect
github.com/hashicorp/go-version v1.3.0 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
github.com/mitchellh/reflectwalk v1.0.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/net v0.0.0-20191021144547-ec77196f6094 // indirect
golang.org/x/sys v0.0.0-20190616124812-15dcb6c0061f // indirect
google.golang.org/appengine v1.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1
)
go 1.18