Skip to content

Commit

Permalink
Update usegcp (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
chokoswitch authored May 24, 2024
1 parent ea53b57 commit 1fe9254
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
firebase.google.com/go/v4 v4.14.0
github.com/GoogleCloudPlatform/opentelemetry-operations-go/propagator v0.47.0
github.com/curioswitch/go-build v0.0.0-20240513090355-a301ee03128d
github.com/curioswitch/go-usegcp v0.0.0-20240524063518-50be8b8edfd9
github.com/curioswitch/go-usegcp v0.0.0-20240524082550-9d642ba35329
github.com/go-chi/chi/v5 v5.0.12
github.com/go-viper/mapstructure/v2 v2.0.0-alpha.1
github.com/goyek/goyek/v2 v2.1.0
Expand All @@ -27,6 +27,7 @@ require (
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.27.0
go.opentelemetry.io/otel/sdk v1.27.0
go.opentelemetry.io/otel/sdk/metric v1.27.0
go.opentelemetry.io/otel/trace v1.27.0
golang.org/x/net v0.25.0
google.golang.org/api v0.180.0
)
Expand Down Expand Up @@ -64,7 +65,6 @@ require (
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.27.0 // indirect
go.opentelemetry.io/otel/metric v1.27.0 // indirect
go.opentelemetry.io/otel/trace v1.27.0 // indirect
go.opentelemetry.io/proto/otlp v1.2.0 // indirect
golang.org/x/crypto v0.23.0 // indirect
golang.org/x/oauth2 v0.20.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDk
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=
github.com/curioswitch/go-build v0.0.0-20240513090355-a301ee03128d h1:d3XfXlVocyPx37iq1Tpe1OUPLcPCyyrgWiMQ+QX2Q6g=
github.com/curioswitch/go-build v0.0.0-20240513090355-a301ee03128d/go.mod h1:1reBtVlh1bRKD/d1OymtuKnXIF1aKn6ncY+dxF9uA7Q=
github.com/curioswitch/go-usegcp v0.0.0-20240524063518-50be8b8edfd9 h1:Yo632FbEj3lPWJb6Xiq+BhRTG5h3MsqtPmskEk7UeRI=
github.com/curioswitch/go-usegcp v0.0.0-20240524063518-50be8b8edfd9/go.mod h1:ro5m63BYc8wBClHIfJ5/fprG7Sx3Ie3mUtzi/9Z/beo=
github.com/curioswitch/go-usegcp v0.0.0-20240524082550-9d642ba35329 h1:DSmpOnwOyXDen1IKB8v1MYjWRChyWrUtICfYT8acHxo=
github.com/curioswitch/go-usegcp v0.0.0-20240524082550-9d642ba35329/go.mod h1:ro5m63BYc8wBClHIfJ5/fprG7Sx3Ie3mUtzi/9Z/beo=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down

0 comments on commit 1fe9254

Please sign in to comment.