Skip to content

Commit

Permalink
chore!: update to go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
eriksw committed Aug 15, 2023
1 parent ba5820b commit 90c9ccb
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
module github.com/retailnext/sentry-sendmail

go 1.13
go 1.21

toolchain go1.21.0

require (
github.com/BurntSushi/toml v0.3.1
github.com/certifi/gocertifi v0.0.0-20191021191039-0944d244cd40 // indirect
github.com/coreos/go-systemd/v22 v22.0.0
github.com/getsentry/raven-go v0.2.0
github.com/jessevdk/go-flags v1.4.0
)

require (
github.com/certifi/gocertifi v0.0.0-20191021191039-0944d244cd40 // indirect
github.com/pkg/errors v0.8.1 // indirect
)

0 comments on commit 90c9ccb

Please sign in to comment.