-
Notifications
You must be signed in to change notification settings - Fork 213
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Bump Go version in go.mod (#410)
Commit generated with this command go mod tidy -go=1.17 -compat=1.15 Using Go version 1.17.5. The idea is to enable consumers of sentry-go to be able to use module graph pruning (Go 1.17+ required), such that dependencies of sentry-go that are otherwise unused by end users can be pruned away. See #156 (comment) Also update CI workflow to check for go.mod tidiness using the same line as used to generate this commit. Update data race tests that were still accidentally being run on Go 1.16 instead of 1.17.
- Loading branch information
1 parent
6b72962
commit dc2eb25
Showing
3 changed files
with
51 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,71 @@ | ||
module github.com/getsentry/sentry-go | ||
|
||
go 1.15 | ||
go 1.17 | ||
|
||
require ( | ||
github.com/ajg/form v1.5.1 // indirect | ||
github.com/codegangsta/inject v0.0.0-20150114235600-33e0aa1cb7c0 // indirect | ||
github.com/fasthttp-contrib/websocket v0.0.0-20160511215533-1f3b11f56072 // indirect | ||
github.com/gin-gonic/gin v1.4.0 | ||
github.com/go-errors/errors v1.0.1 | ||
github.com/go-martini/martini v0.0.0-20170121215854-22fa46961aab | ||
github.com/google/go-cmp v0.5.5 | ||
github.com/google/go-querystring v1.0.0 // indirect | ||
github.com/imkira/go-interpol v1.1.0 // indirect | ||
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect | ||
github.com/kataras/iris/v12 v12.1.8 | ||
github.com/labstack/echo/v4 v4.5.0 | ||
github.com/mattn/go-colorable v0.1.11 // indirect | ||
github.com/moul/http2curl v1.0.0 // indirect | ||
github.com/onsi/ginkgo v1.10.3 // indirect | ||
github.com/onsi/gomega v1.7.1 // indirect | ||
github.com/pingcap/errors v0.11.4 | ||
github.com/pkg/errors v0.8.1 | ||
github.com/urfave/negroni v1.0.0 | ||
github.com/valyala/fasthttp v1.6.0 | ||
golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac | ||
) | ||
|
||
require ( | ||
github.com/BurntSushi/toml v0.3.1 // indirect | ||
github.com/CloudyKit/fastprinter v0.0.0-20200109182630-33d98a066a53 // indirect | ||
github.com/CloudyKit/jet/v3 v3.0.0 // indirect | ||
github.com/Shopify/goreferrer v0.0.0-20181106222321-ec9c9a553398 // indirect | ||
github.com/ajg/form v1.5.1 // indirect | ||
github.com/aymerick/raymond v2.0.3-0.20180322193309-b565731e1464+incompatible // indirect | ||
github.com/codegangsta/inject v0.0.0-20150114235600-33e0aa1cb7c0 // indirect | ||
github.com/eknkc/amber v0.0.0-20171010120322-cdade1c07385 // indirect | ||
github.com/fatih/structs v1.1.0 // indirect | ||
github.com/gin-contrib/sse v0.0.0-20190301062529-5545eab6dad3 // indirect | ||
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect | ||
github.com/golang/protobuf v1.3.1 // indirect | ||
github.com/google/go-querystring v1.0.0 // indirect | ||
github.com/imkira/go-interpol v1.1.0 // indirect | ||
github.com/iris-contrib/blackfriday v2.0.0+incompatible // indirect | ||
github.com/iris-contrib/jade v1.1.3 // indirect | ||
github.com/iris-contrib/pongo2 v0.0.1 // indirect | ||
github.com/iris-contrib/schema v0.0.1 // indirect | ||
github.com/json-iterator/go v1.1.9 // indirect | ||
github.com/kataras/golog v0.0.10 // indirect | ||
github.com/kataras/pio v0.0.2 // indirect | ||
github.com/kataras/sitemap v0.0.5 // indirect | ||
github.com/klauspost/compress v1.9.7 // indirect | ||
github.com/labstack/gommon v0.3.0 // indirect | ||
github.com/mattn/go-colorable v0.1.11 // indirect | ||
github.com/mattn/go-isatty v0.0.14 // indirect | ||
github.com/microcosm-cc/bluemonday v1.0.2 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.1 // indirect | ||
github.com/moul/http2curl v1.0.0 // indirect | ||
github.com/ryanuber/columnize v2.1.0+incompatible // indirect | ||
github.com/schollz/closestmatch v2.1.0+incompatible // indirect | ||
github.com/sergi/go-diff v1.0.0 // indirect | ||
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect | ||
github.com/smartystreets/goconvey v1.6.4 // indirect | ||
github.com/ugorji/go v1.1.7 // indirect | ||
github.com/urfave/negroni v1.0.0 | ||
github.com/valyala/fasthttp v1.6.0 | ||
github.com/ugorji/go/codec v1.1.7 // indirect | ||
github.com/valyala/bytebufferpool v1.0.0 // indirect | ||
github.com/valyala/fasttemplate v1.2.1 // indirect | ||
github.com/xeipuuv/gojsonschema v1.2.0 // indirect | ||
github.com/yalp/jsonpath v0.0.0-20180802001716-5cc68e5049a0 // indirect | ||
github.com/yudai/gojsondiff v1.0.0 // indirect | ||
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect | ||
github.com/yudai/pp v2.0.1+incompatible // indirect | ||
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect | ||
golang.org/x/net v0.0.0-20211008194852-3b03d305991f // indirect | ||
golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac | ||
golang.org/x/text v0.3.7 // indirect | ||
golang.org/x/time v0.0.0-20201208040808-7e3f01d25324 // indirect | ||
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect | ||
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect | ||
gopkg.in/ini.v1 v1.51.1 // indirect | ||
gopkg.in/yaml.v2 v2.2.4 // indirect | ||
gopkg.in/yaml.v3 v3.0.0-20191120175047-4206685974f2 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters