Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
denopink committed Jan 11, 2024
1 parent f8fe56b commit 270f989
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 1 deletion.
17 changes: 16 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,22 +1,37 @@
module github.com/xmidt-org/wrp-go/v3

go 1.19
go 1.21

require (
github.com/davecgh/go-spew v1.1.1
github.com/go-kit/kit v0.13.0
github.com/go-kit/log v0.2.1
github.com/google/uuid v1.4.0
github.com/prometheus/client_golang v1.11.1
github.com/stretchr/testify v1.8.4
github.com/ugorji/go/codec v1.2.11
github.com/xmidt-org/httpaux v0.4.0
github.com/xmidt-org/touchstone v0.0.3
github.com/xmidt-org/webpa-common v1.11.9
go.uber.org/multierr v1.11.0
go.uber.org/zap v1.19.1
)

require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/go-logfmt/logfmt v0.5.1 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/common v0.30.0 // indirect
github.com/prometheus/procfs v0.7.3 // indirect
github.com/stretchr/objx v0.5.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/dig v1.10.0 // indirect
go.uber.org/fx v1.13.1 // indirect
golang.org/x/sys v0.0.0-20220823224334-20c2bfdbfe24 // indirect
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit 270f989

Please sign in to comment.