Skip to content

Commit

Permalink
go.mod: Bump the go and the deps version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisMontagne committed Jan 21, 2023
1 parent d65637e commit a037209
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 184 deletions.
16 changes: 11 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
module github.com/upfluence/errors

go 1.14
go 1.19

require (
github.com/getsentry/sentry-go v0.9.0
github.com/stretchr/testify v1.6.1
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c // indirect
github.com/getsentry/sentry-go v0.17.0
github.com/stretchr/testify v1.8.1
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.4.0 // indirect
golang.org/x/text v0.6.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit a037209

Please sign in to comment.