forked from kubernetes/enhancements
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
21 lines (19 loc) · 701 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module k8s.io/enhancements
go 1.15
require (
github.com/blang/semver/v4 v4.0.0
github.com/go-playground/validator/v10 v10.4.1
github.com/google/go-github/v33 v33.0.0
github.com/leodido/go-urn v1.2.1 // indirect
github.com/maxbrunsfeld/counterfeiter/v6 v6.3.0
github.com/olekukonko/tablewriter v0.0.4
github.com/pkg/errors v0.9.1
github.com/psampaz/go-mod-outdated v0.7.0
github.com/sirupsen/logrus v1.7.0
github.com/spf13/cobra v1.1.1
github.com/stretchr/testify v1.7.0
golang.org/x/oauth2 v0.0.0-20210112200429-01de73cf58bd
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
k8s.io/release v0.7.1-0.20210218090651-d71805402dab
k8s.io/test-infra v0.0.0-20200813194141-e9678d500461
)