Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,11 @@ module github.com/brotherlogic/logging
go 1.16

require (
github.com/brotherlogic/goserver v0.0.0-20230330215506-65bad61eb180
github.com/brotherlogic/keystore v0.0.0-20230522040346-409b74da0718 // indirect
github.com/brotherlogic/lock v0.0.0-20230522041011-f7c6edf0ff46 // indirect
github.com/brotherlogic/goserver v0.0.0-20230530030554-6cec644064c2
github.com/golang/protobuf v1.5.3
github.com/prometheus/client_golang v1.15.1
github.com/prometheus/common v0.44.0 // indirect
github.com/prometheus/procfs v0.10.0 // indirect
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.42.0 // indirect
golang.org/x/net v0.10.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc // indirect
google.golang.org/grpc v1.55.0
google.golang.org/protobuf v1.30.0
)
Loading