Skip to content

Commit

Permalink
Merge pull request #239 from atoulme/update_go_and_sapm
Browse files Browse the repository at this point in the history
Dependency updates
  • Loading branch information
mdubbyap authored Dec 1, 2022
2 parents 07c0f60 + 9b6814d commit 7d75ac8
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 1,694 deletions.
42 changes: 35 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,31 +1,59 @@
module github.com/signalfx/golib/v3

go 1.16
go 1.18

require (
github.com/dropbox/godropbox v0.0.0-20180512210157-31879d3884b9
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
github.com/facebookgo/stackerr v0.0.0-20150612192056-c2fcf88613f4
github.com/go-kit/kit v0.12.0
github.com/go-logfmt/logfmt v0.5.1
github.com/go-stack/stack v1.8.1
github.com/gogo/protobuf v1.3.2
github.com/jaegertracing/jaeger v1.38.0
github.com/juju/errors v0.0.0-20181012004132-a4583d0a56ea
github.com/juju/loggo v0.0.0-20190526231331-6e530bcce5d8 // indirect
github.com/juju/testing v0.0.0-20191001232224-ce9dec17d28b // indirect
github.com/mailru/easyjson v0.7.7
github.com/opentracing/opentracing-go v1.2.0
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
github.com/samuel/go-zookeeper v0.0.0-20190923202752-2cc03de413da
github.com/shirou/gopsutil/v3 v3.22.6
github.com/shirou/gopsutil/v3 v3.22.8
github.com/signalfx/com_signalfx_metrics_protobuf v0.0.3
github.com/signalfx/gohistogram v0.0.0-20160107210732-1ccfd2ff5083
github.com/signalfx/gomemcache v0.0.0-20180823214636-4f7ef64c72a9
github.com/signalfx/sapm-proto v0.7.2
github.com/signalfx/sapm-proto v0.12.0
github.com/smartystreets/goconvey v1.6.4
github.com/stretchr/testify v1.8.0
github.com/vaughan0/go-ini v0.0.0-20130923145212-a98ad7ee00ec
google.golang.org/grpc v1.48.0
google.golang.org/grpc v1.49.0
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
github.com/go-kit/log v0.2.0 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/jtolds/gls v4.20.0+incompatible // indirect
github.com/juju/loggo v0.0.0-20190526231331-6e530bcce5d8 // indirect
github.com/juju/testing v0.0.0-20191001232224-ce9dec17d28b // indirect
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d // indirect
github.com/tklauser/go-sysconf v0.3.10 // indirect
github.com/tklauser/numcpus v0.4.0 // indirect
github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
github.com/yusufpapurcu/wmi v1.2.2 // indirect
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/multierr v1.8.0 // indirect
go.uber.org/zap v1.23.0 // indirect
golang.org/x/net v0.0.0-20220520000938-2e3eb7b945c2 // indirect
golang.org/x/sys v0.0.0-20220808155132-1c4a2a72c664 // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/genproto v0.0.0-20220519153652-3a47de7e79bd // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit 7d75ac8

Please sign in to comment.