Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump axiom-go to v0.1.1 #73

Merged
merged 1 commit into from
Apr 28, 2021
Merged
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
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ require (
github.com/AlecAivazis/survey/v2 v2.2.9
github.com/Djarvur/go-err113 v0.1.0 // indirect
github.com/MakeNowJust/heredoc v1.0.0
github.com/axiomhq/axiom-go v0.1.0
github.com/axiomhq/axiom-go v0.1.1
github.com/axiomhq/pkg v0.0.0-20210318171555-dc26762456be
github.com/briandowns/spinner v1.12.0
github.com/cli/cli v1.7.0
github.com/dustin/go-humanize v1.0.0
github.com/golangci/golangci-lint v1.38.0
github.com/golangci/golangci-lint v1.39.0
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
github.com/goreleaser/goreleaser v0.159.0
github.com/gostaticanalysis/analysisutil v0.6.1 // indirect
Expand All @@ -31,7 +31,7 @@ require (
github.com/stretchr/objx v0.3.0 // indirect
github.com/stretchr/testify v1.7.0
golang.org/x/term v0.0.0-20210317153231-de623e64d2a6
gotest.tools/gotestsum v1.6.2
gotest.tools/gotestsum v1.6.3
)

replace github.com/pelletier/go-toml v1.8.1 => github.com/pelletier/go-toml v1.8.2-0.20201124181426-2e01f733df54
Loading