File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 29
29
lint : lint-prepare # # Run the golangci linter
30
30
golangci-lint run
31
31
32
+ .PHONY : update
33
+ update : # # Update all dependencies
34
+ go get -u ./... && go mod tidy
35
+
32
36
.PHONY : tidy
33
37
tidy : # # Remove unused dependencies
34
38
go mod tidy
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require (
6
6
github.com/go-martini/martini v0.0.0-20170121215854-22fa46961aab
7
7
github.com/martini-contrib/render v0.0.0-20150707142108-ec18f8345a11
8
8
github.com/stretchr/testify v1.9.0
9
- golang.org/x/oauth2 v0.21 .0
9
+ golang.org/x/oauth2 v0.24 .0
10
10
gopkg.in/yaml.v2 v2.4.0
11
11
gopkg.in/yaml.v3 v3.0.1
12
12
)
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ github.com/stretchr/objx v0.5.2/go.mod h1:FRsXN1f5AsAjCGJKqEizvkpNtU+EGNCLh3NxZ/
18
18
github.com/stretchr/testify v1.3.0 /go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI =
19
19
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg =
20
20
github.com/stretchr/testify v1.9.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
21
- golang.org/x/oauth2 v0.21 .0 h1:tsimM75w1tF/uws5rbeHzIWxEqElMehnc+iW793zsZs =
22
- golang.org/x/oauth2 v0.21 .0 /go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI =
21
+ golang.org/x/oauth2 v0.24 .0 h1:KTBBxWqUa0ykRPLtV69rRto9TLXcqYkeswu48x/gvNE =
22
+ golang.org/x/oauth2 v0.24 .0 /go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI =
23
23
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
24
24
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
25
25
gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY =
You can’t perform that action at this time.
0 commit comments