Skip to content

Commit

Permalink
Fix go.mod for codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
maraino committed Nov 28, 2023
1 parent 172596c commit ba08028
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
10 changes: 4 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/smallstep/autocert

go 1.21.3

toolchain go1.21.4
go 1.21

This comment has been minimized.

Copy link
@hslatman

hslatman Nov 28, 2023

Member

@maraino The same issue was (or maybe is?) present for some other Dependabot updates. I think smallstep/workflows#48 might fix it going forward?

Also see #175


require (
github.com/ghodss/yaml v1.0.0
Expand All @@ -14,9 +12,9 @@ require (
go.step.sm/crypto v0.36.1
golang.org/x/net v0.17.0
google.golang.org/grpc v1.59.0
k8s.io/api v0.29.0-alpha.2
k8s.io/apimachinery v0.29.0-alpha.3
k8s.io/utils v0.0.0-20230726121419-3b25d923346b
k8s.io/api v0.30.0-alpha.0
k8s.io/apimachinery v0.30.0-alpha.0
k8s.io/utils v0.0.0-20231127182322-b307cd553661
)

require (
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -771,14 +771,14 @@ honnef.co/go/tools v0.0.0-20180728063816-88497007e858/go.mod h1:rf3lG4BRIbNafJWh
honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
honnef.co/go/tools v0.0.1-2019.2.3/go.mod h1:a3bituU0lyd329TUQxRnasdCoJDkEUEAqEt0JzvZhAg=
k8s.io/api v0.29.0-alpha.2 h1:BKUaG/EU82H1Ok1FKHtLWlsPF/2Cye1hCVtMw+DMG9I=
k8s.io/api v0.29.0-alpha.2/go.mod h1:2tOgp+AyAXIBbq3cHTHANXEuvo+qI6EJWNzYn/iJm+4=
k8s.io/apimachinery v0.29.0-alpha.3 h1:Y/VavRd57V5fliXV8M2Zr1Xyzi+raIhkDemWdGuuw6w=
k8s.io/apimachinery v0.29.0-alpha.3/go.mod h1:yFk3nwBh/jXlkMvRKH7BKtX7saT1lRmmGV6Ru0cTSUA=
k8s.io/api v0.30.0-alpha.0 h1:+wi1DgsIS+Kv0RfieY7vV+vBHGUKYr9aDOYzBxP06j4=
k8s.io/api v0.30.0-alpha.0/go.mod h1:g2BRwB+iiZkfCK7LxeI8topLeXSSgMBVEcFlBsiCNlw=
k8s.io/apimachinery v0.30.0-alpha.0 h1:ljiu5oTZsh/xS2PW+koz1x7+qhWlvX7OzHa+CxeTyPI=
k8s.io/apimachinery v0.30.0-alpha.0/go.mod h1:eVBxQ/cwiJxH58eK/jd/vAk4mrxmVlnpBH5J2GbMeis=
k8s.io/klog/v2 v2.110.1 h1:U/Af64HJf7FcwMcXyKm2RPM22WZzyR7OSpYj5tg3cL0=
k8s.io/klog/v2 v2.110.1/go.mod h1:YGtd1984u+GgbuZ7e08/yBuAfKLSO0+uR1Fhi6ExXjo=
k8s.io/utils v0.0.0-20230726121419-3b25d923346b h1:sgn3ZU783SCgtaSJjpcVVlRqd6GSnlTLKgpAAttJvpI=
k8s.io/utils v0.0.0-20230726121419-3b25d923346b/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
k8s.io/utils v0.0.0-20231127182322-b307cd553661 h1:FepOBzJ0GXm8t0su67ln2wAZjbQ6RxQGZDnzuLcrUTI=
k8s.io/utils v0.0.0-20231127182322-b307cd553661/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo=
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd/go.mod h1:B8JuhiUyNFVKdsE8h686QcCxMaH6HrOAZj4vswFpcB0=
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 h1:150L+0vs/8DA78h1u02ooW1/fFq/Lwr+sGiqlzvrtq4=
Expand Down

0 comments on commit ba08028

Please sign in to comment.