Skip to content

Commit

Permalink
Upgrade lib dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eko committed Apr 16, 2024
1 parent f8d51e4 commit c1c6f44
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 473 deletions.
21 changes: 10 additions & 11 deletions lib/go.mod
Expand Up @@ -4,25 +4,24 @@ go 1.19

require (
github.com/golang/mock v1.6.0
github.com/prometheus/client_golang v1.14.0
github.com/prometheus/client_golang v1.19.0
github.com/stretchr/testify v1.8.1
github.com/vmihailenco/msgpack/v5 v5.3.5
golang.org/x/exp v0.0.0-20221126150942-6ab00d035af9
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
github.com/vmihailenco/msgpack/v5 v5.4.1
golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f
golang.org/x/sync v0.7.0
)

require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_model v0.3.0 // indirect
github.com/prometheus/common v0.37.0 // indirect
github.com/prometheus/procfs v0.8.0 // indirect
github.com/prometheus/client_model v0.6.1 // indirect
github.com/prometheus/common v0.52.3 // indirect
github.com/prometheus/procfs v0.13.0 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/sys v0.19.0 // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

0 comments on commit c1c6f44

Please sign in to comment.