Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Bump github.com/signalfx/signalfx-go from 1.7.18 to 1.33.0 #67

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
10 changes: 6 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ go 1.13

require (
github.com/docker/go-units v0.4.0
github.com/mitchellh/mapstructure v1.4.1
github.com/signalfx/golib/v3 v3.3.34
github.com/signalfx/signalfx-go v1.7.18
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
github.com/mitchellh/mapstructure v1.5.0
github.com/signalfx/golib/v3 v3.3.47
github.com/signalfx/signalfx-go v1.33.0
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.0
github.com/smartystreets/assertions v0.0.0-20190215210624-980c5ac6f3ac // indirect
github.com/stretchr/testify v1.8.2
)
Loading