-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
0 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,16 @@ | ||
<<<<<<< HEAD | ||
module gitlab.snapp.ir/Map/sdk/smapp-sdk-go | ||
======= | ||
module github.com/snapp-incubator/smapp-sdk-go | ||
>>>>>>> 96abdd8 (Initial commit) | ||
|
||
go 1.17 | ||
|
||
require ( | ||
github.com/golang/mock v1.6.0 | ||
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.27.0 | ||
<<<<<<< HEAD | ||
go.opentelemetry.io/contrib/propagators/jaeger v1.2.0 | ||
go.opentelemetry.io/otel v1.2.0 | ||
go.opentelemetry.io/otel/exporters/jaeger v1.2.0 | ||
go.opentelemetry.io/otel/sdk v1.2.0 | ||
======= | ||
go.opentelemetry.io/otel v1.2.0 | ||
>>>>>>> 96abdd8 (Initial commit) | ||
go.opentelemetry.io/otel/trace v1.2.0 | ||
) | ||
|
||
require ( | ||
github.com/felixge/httpsnoop v1.0.2 // indirect | ||
go.opentelemetry.io/otel/internal/metric v0.25.0 // indirect | ||
go.opentelemetry.io/otel/metric v0.25.0 // indirect | ||
<<<<<<< HEAD | ||
golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect | ||
======= | ||
>>>>>>> 96abdd8 (Initial commit) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters