File tree Expand file tree Collapse file tree
aws-lambda-go/otellambda/example
aws-sdk-go-v2/otelaws/example
labstack/echo/otelecho/example
httptrace/otelhttptrace/example Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Copyright The OpenTelemetry Authors
22# SPDX-License-Identifier: Apache-2.0
3- FROM golang:1.26@sha256:26326682769ca980f8f1d3b1f52be2dd1c1d25270e3de3fe0c97d6bb65df3556 AS base
3+ FROM golang:1.26@sha256:0d1d3a794be25f809dd2cb3160d8c73276c4056a9f8242a138e908ddeee7b6b6 AS base
44COPY . /src/
55WORKDIR /src/instrumentation/github.com/aws/aws-lambda-go/otellambda/example
66RUN apt-get update
Original file line number Diff line number Diff line change 11# Copyright The OpenTelemetry Authors
22# SPDX-License-Identifier: Apache-2.0
3- FROM golang:1.26-alpine@sha256:70b46548e42db77e0966aaf3619fd068734dc6c77584d526b91126504fd95816 AS base
3+ FROM golang:1.26-alpine@sha256:3889b425f035be855a72fb4755265311293b6d414521f0a519d819df32222d83 AS base
44COPY . /src/
55WORKDIR /src/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/example
66
Original file line number Diff line number Diff line change 11# Copyright The OpenTelemetry Authors
22# SPDX-License-Identifier: Apache-2.0
3- FROM golang:alpine@sha256:70b46548e42db77e0966aaf3619fd068734dc6c77584d526b91126504fd95816 AS base
3+ FROM golang:alpine@sha256:3889b425f035be855a72fb4755265311293b6d414521f0a519d819df32222d83 AS base
44COPY . /src/
55WORKDIR /src/instrumentation/github.com/labstack/echo/otelecho/example
66
Original file line number Diff line number Diff line change 33version : " 3.7"
44services :
55 echo-client :
6- image : golang:alpine@sha256:70b46548e42db77e0966aaf3619fd068734dc6c77584d526b91126504fd95816
6+ image : golang:alpine@sha256:3889b425f035be855a72fb4755265311293b6d414521f0a519d819df32222d83
77 networks :
88 - example
99 command :
Original file line number Diff line number Diff line change 11# Copyright The OpenTelemetry Authors
22# SPDX-License-Identifier: Apache-2.0
3- FROM golang:1.26-alpine@sha256:70b46548e42db77e0966aaf3619fd068734dc6c77584d526b91126504fd95816 AS base
3+ FROM golang:1.26-alpine@sha256:3889b425f035be855a72fb4755265311293b6d414521f0a519d819df32222d83 AS base
44COPY . /src/
55WORKDIR /src/instrumentation/net/http/httptrace/otelhttptrace/example
66
Original file line number Diff line number Diff line change 11# Copyright The OpenTelemetry Authors
22# SPDX-License-Identifier: Apache-2.0
3- FROM golang:1.26-alpine@sha256:70b46548e42db77e0966aaf3619fd068734dc6c77584d526b91126504fd95816 AS base
3+ FROM golang:1.26-alpine@sha256:3889b425f035be855a72fb4755265311293b6d414521f0a519d819df32222d83 AS base
44COPY . /src/
55WORKDIR /src/instrumentation/net/http/otelhttp/example
66
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ require (
8181 github.com/dave/dst v0.27.4 // indirect
8282 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
8383 github.com/denis-tingaikin/go-header v0.5.0 // indirect
84- github.com/dlclark/regexp2/v2 v2.6.0 // indirect
84+ github.com/dlclark/regexp2/v2 v2.7.1 // indirect
8585 github.com/emirpasic/gods v1.18.1 // indirect
8686 github.com/ettle/strcase v0.2.0 // indirect
8787 github.com/fatih/color v1.19.0 // indirect
Original file line number Diff line number Diff line change @@ -141,8 +141,8 @@ github.com/denis-tingaikin/go-header v0.5.0 h1:SRdnP5ZKvcO9KKRP1KJrhFR3RrlGuD+42
141141github.com/denis-tingaikin/go-header v0.5.0 /go.mod h1:mMenU5bWrok6Wl2UsZjy+1okegmwQ3UgWl4V1D8gjlY =
142142github.com/dlclark/regexp2 v1.12.0 h1:0j4c5qQmnC6XOWNjP3PIXURXN2gWx76rd3KvgdPkCz8 =
143143github.com/dlclark/regexp2 v1.12.0 /go.mod h1:DHkYz0B9wPfa6wondMfaivmHpzrQ3v9q8cnmRbL6yW8 =
144- github.com/dlclark/regexp2/v2 v2.6.0 h1:KugbSrpXcRpziHIcqqFEXwKwi09LbPkTzvLRItf2mo8 =
145- github.com/dlclark/regexp2/v2 v2.6.0 /go.mod h1:avUrQvPaLz2DrFNHJF0taWAFFX2C1GMSSoeiqFjcBmU =
144+ github.com/dlclark/regexp2/v2 v2.7.1 h1:yqDtwI1ptXXvEUNpYTk2lad4jLtAcKqkzepn4savSk4 =
145+ github.com/dlclark/regexp2/v2 v2.7.1 /go.mod h1:avUrQvPaLz2DrFNHJF0taWAFFX2C1GMSSoeiqFjcBmU =
146146github.com/elazarl/goproxy v1.7.2 h1:Y2o6urb7Eule09PjlhQRGNsqRfPmYI3KKQLFpCAV3+o =
147147github.com/elazarl/goproxy v1.7.2 /go.mod h1:82vkLNir0ALaW14Rc399OTTjyNREgmdL2cVoIbS6XaE =
148148github.com/emirpasic/gods v1.18.1 h1:FXtiHYKDGKCW2KzwZKx0iC0PQmdlorYgdFG9jPXJ1Bc =
You can’t perform that action at this time.
0 commit comments