File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 33# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information.
44# -------------------------------------------------------------------------------------------------------------
55
6- FROM golang:1.15 -stretch
6+ FROM golang:1.17 -stretch
77
88# Avoid warnings by switching to noninteractive
99ENV DEBIAN_FRONTEND=noninteractive
Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ require (
66 github.com/blang/semver v3.5.1+incompatible
77 github.com/bradford-hamilton/dora v0.1.1
88 github.com/kyoh86/richgo v0.3.10 // indirect
9- github.com/mattn/go-isatty v0.0.14 // indirect
9+ github.com/mattn/go-isatty v0.0.16 // indirect
1010 github.com/rhysd/go-github-selfupdate v1.2.2
1111 github.com/spf13/cobra v1.0.0
1212 github.com/spf13/viper v1.4.0
1313 github.com/stretchr/testify v1.7.0
14- golang.org/x/sys v0.0.0-20220610221304-9f5ed59c137d // indirect
14+ golang.org/x/sys v0.0.0-20220926163933-8cfa568d3c25 // indirect
1515 gopkg.in/yaml.v2 v2.4.0 // indirect
1616)
1717
Original file line number Diff line number Diff line change @@ -81,6 +81,8 @@ github.com/mattn/go-isatty v0.0.13 h1:qdl+GuBjcsKKDco5BsxPJlId98mSWNKqYA+Co0SC1y
8181github.com/mattn/go-isatty v0.0.13 /go.mod h1:cbi8OIDigv2wuxKPP5vlRcQ1OAZbq2CE4Kysco4FUpU =
8282github.com/mattn/go-isatty v0.0.14 h1:yVuAays6BHfxijgZPzw+3Zlu5yQgKGP2/hcQbHb7S9Y =
8383github.com/mattn/go-isatty v0.0.14 /go.mod h1:7GGIvUiUoEMVVmxf/4nioHXj79iQHKdU27kJ6hsGG94 =
84+ github.com/mattn/go-isatty v0.0.16 h1:bq3VjFmv/sOjHtdEhmkEV4x1AJtvUvOJ2PFAZ5+peKQ =
85+ github.com/mattn/go-isatty v0.0.16 /go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM =
8486github.com/matttproud/golang_protobuf_extensions v1.0.1 /go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0 =
8587github.com/mitchellh/go-homedir v1.1.0 /go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0 =
8688github.com/mitchellh/mapstructure v1.1.2 h1:fmNYVwqnSfB9mZU6OS2O6GsXM+wcskZDuKQzvN1EDeE =
@@ -193,6 +195,9 @@ golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 h1:XfKQ4OlFl8okEOr5UvAqFRVj8
193195golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
194196golang.org/x/sys v0.0.0-20220610221304-9f5ed59c137d h1:Zu/JngovGLVi6t2J3nmAf3AoTDwuzw85YZ3b9o4yU7s =
195197golang.org/x/sys v0.0.0-20220610221304-9f5ed59c137d /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
198+ golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
199+ golang.org/x/sys v0.0.0-20220926163933-8cfa568d3c25 h1:nwzwVf0l2Y/lkov/+IYgMMbFyI+QypZDds9RxlSmsFQ =
200+ golang.org/x/sys v0.0.0-20220926163933-8cfa568d3c25 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
196201golang.org/x/text v0.3.0 h1:g61tztE5qeGQ89tm6NTjjM9VPIm088od1l6aSorWRWg =
197202golang.org/x/text v0.3.0 /go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ =
198203golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 /go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ =
You can’t perform that action at this time.
0 commit comments