Skip to content

Commit

Permalink
go-kit/kit/log go-kit/log
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanmorgan committed Oct 18, 2024
1 parent b0a8432 commit ce31682
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ require (
github.com/armon/go-proxyproto v0.0.0-20180202201750-5b7edb60ff5f
github.com/circonus-labs/circonus-gometrics/v3 v3.4.7
github.com/go-kit/kit v0.13.0
github.com/go-kit/log v0.2.1
github.com/gobwas/glob v0.2.3
github.com/hashicorp/consul/api v1.29.4
github.com/hashicorp/go-multierror v1.1.1
Expand Down Expand Up @@ -51,7 +52,6 @@ require (
github.com/felixge/fgprof v0.9.3 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/go-jose/go-jose/v4 v4.0.1 // indirect
github.com/go-kit/log v0.2.1 // indirect
github.com/go-logfmt/logfmt v0.5.1 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/snappy v0.0.4 // indirect
Expand Down
2 changes: 1 addition & 1 deletion metrics/provider_dogstatsd.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import (
"net"
"time"

"github.com/go-kit/kit/log"
gkm "github.com/go-kit/kit/metrics"
"github.com/go-kit/kit/metrics/dogstatsd"
"github.com/go-kit/log"
)

type DogstatsdProvider struct {
Expand Down

0 comments on commit ce31682

Please sign in to comment.