Merge pull request #904 from tonistiigi/named-contexts

build: support for named contexts(stages)
This commit is contained in:
Tõnis Tiigi
2022-01-20 19:58:40 -08:00
committed by GitHub
5 changed files with 118 additions and 0 deletions

1
go.mod
View File

@@ -47,6 +47,7 @@ require (
go.opentelemetry.io/otel v1.2.0
go.opentelemetry.io/otel/trace v1.2.0
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
google.golang.org/grpc v1.42.0
gopkg.in/dancannon/gorethink.v3 v3.0.5 // indirect
gopkg.in/fatih/pool.v2 v2.0.0 // indirect
gopkg.in/gorethink/gorethink.v3 v3.0.5 // indirect