Skip to content

Commit

Permalink
feat: change module name
Browse files Browse the repository at this point in the history
  • Loading branch information
sswastioyono18 committed Jul 9, 2024
1 parent 5c380c2 commit ec40f5d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
4 changes: 3 additions & 1 deletion examples/basic/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/riandyrn/otelchi/examples/basic

go 1.21
go 1.22

toolchain go1.22.4

replace github.com/riandyrn/otelchi => ../../

Expand Down
4 changes: 3 additions & 1 deletion examples/multi-services/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/riandyrn/otelchi/examples/multi-services

go 1.21
go 1.22

toolchain go1.22.4

replace github.com/riandyrn/otelchi => ../../

Expand Down
5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
module github.com/riandyrn/otelchi
module github.com/kitabisa/otelchi

go 1.21
go 1.22

require (
github.com/felixge/httpsnoop v1.0.4
github.com/go-chi/chi/v5 v5.1.0
github.com/riandyrn/otelchi v0.9.0
github.com/stretchr/testify v1.9.0
go.opentelemetry.io/otel v1.28.0
go.opentelemetry.io/otel/sdk v1.28.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/riandyrn/otelchi v0.9.0 h1:BuQxXR7/JF2yYOQl21Yyz5d52hns/96ecAaPUZiKQzc=
github.com/riandyrn/otelchi v0.9.0/go.mod h1:iX30kllzThsf8oEcEbl3GifPJZtN4cnCWUUc+UhE4yM=
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
go.opentelemetry.io/otel v1.28.0 h1:/SqNcYk+idO0CxKEUOtKQClMK/MimZihKYMruSMViUo=
Expand Down

0 comments on commit ec40f5d

Please sign in to comment.