-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
go.mod
28 lines (25 loc) · 968 Bytes
/
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
module github.com/g4s8/gitstrap
go 1.20
require (
github.com/creasty/defaults v1.7.0
github.com/fatih/structtag v1.2.0
github.com/g4s8/go-matchers v0.0.0-20201209072131-8aaefc3fcb9c
github.com/google/go-github/v38 v38.1.0
github.com/urfave/cli/v2 v2.27.1
golang.org/x/oauth2 v0.16.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/go-querystring v1.0.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
golang.org/x/crypto v0.18.0 // indirect
golang.org/x/net v0.20.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
)