File tree Expand file tree Collapse file tree
components/datadog/apps/fips/images/fips-server Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM golang:1.22.5
1+ FROM golang:1.26.1
22
33WORKDIR /build
44
Original file line number Diff line number Diff line change @@ -2,13 +2,11 @@ module e2e_server
22
33go 1.22.5
44
5+ toolchain go1.26.1
6+
57require github.com/spf13/cobra v1.8.1
68
79require (
8- github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
910 github.com/inconshreveable/mousetrap v1.1.0 // indirect
10- github.com/russross/blackfriday/v2 v2.1.0 // indirect
1111 github.com/spf13/pflag v1.0.5 // indirect
12- gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 // indirect
13- gopkg.in/yaml.v3 v3.0.1 // indirect
1412)
Original file line number Diff line number Diff line change 11github.com/cpuguy83/go-md2man/v2 v2.0.4 /go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o =
2+ github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8 =
23github.com/inconshreveable/mousetrap v1.1.0 /go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw =
34github.com/russross/blackfriday/v2 v2.1.0 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
5+ github.com/spf13/cobra v1.8.1 h1:e5/vxKd/rZsfSJMUX1agtjeTDf+qv1/JdBF8gg5k9ZM =
46github.com/spf13/cobra v1.8.1 /go.mod h1:wHxEcudfqmLYa8iTfL+OuZPbBZkmvliBWKIezN3kD9Y =
7+ github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA =
58github.com/spf13/pflag v1.0.5 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
69gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
710gopkg.in/yaml.v3 v3.0.1 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
You can’t perform that action at this time.
0 commit comments