-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
22 lines (20 loc) · 819 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
module github.com/skos-ninja/github-releaser
go 1.16
require (
github.com/Masterminds/semver/v3 v3.1.1
github.com/bradleyfalzon/ghinstallation/v2 v2.0.3
github.com/gin-gonic/gin v1.7.7
github.com/go-playground/validator/v10 v10.9.0 // indirect
github.com/golang-jwt/jwt/v4 v4.2.0 // indirect
github.com/google/go-github/v39 v39.2.0 // indirect
github.com/google/go-github/v41 v41.0.0
github.com/hashicorp/golang-lru v0.5.4
github.com/kr/pretty v0.3.0
github.com/rogpeppe/go-internal v1.8.1 // indirect
github.com/skos-ninja/config-loader v0.1.1
github.com/spf13/cobra v1.3.0
github.com/ugorji/go v1.2.6 // indirect
golang.org/x/crypto v0.0.0-20211209193657-4570a0811e8b // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20211214234402-4825e8c3871d // indirect
)