-
Notifications
You must be signed in to change notification settings - Fork 471
Commit
Bump go version to 1.17.9 Also includes //+build => //go:build generated via make sanity Fixed some data races discovered by 1.17 race detector
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
//go:build dummy | ||
// +build dummy | ||
|
||
// This file is part of a workaround for `go mod vendor` which won't vendor | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
//go:build dummy | ||
// +build dummy | ||
|
||
// Package c contains only a C file. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
//go:build dummy | ||
// +build dummy | ||
|
||
// Package c contains only a C file. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
//go:build dummy | ||
// +build dummy | ||
|
||
// Package c contains only a C file. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
//go:build dummy | ||
// +build dummy | ||
|
||
// Package c contains only a C file. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
//go:build dummy | ||
// +build dummy | ||
|
||
// Package c contains only a C file. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
//go:build dummy | ||
// +build dummy | ||
|
||
// Package c contains only a C file. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
//go:build dummy | ||
// +build dummy | ||
|
||
// Package c contains only a C file. | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,72 @@ | ||
module github.com/algorand/go-algorand | ||
|
||
go 1.16 | ||
go 1.17 | ||
|
||
require ( | ||
github.com/algorand/falcon v0.0.0-20220130164023-c9e1d466f123 | ||
github.com/algorand/go-codec/codec v1.1.8 | ||
github.com/algorand/go-deadlock v0.2.2 | ||
github.com/algorand/go-sumhash v0.1.0 | ||
github.com/algorand/graphtrace v0.1.0 | ||
github.com/algorand/msgp v1.1.50 | ||
github.com/algorand/msgp v1.1.51 | ||
github.com/algorand/oapi-codegen v1.3.7 | ||
github.com/algorand/websocket v1.4.5 | ||
github.com/aws/aws-sdk-go v1.16.5 | ||
github.com/chrismcguire/gobberish v0.0.0-20150821175641-1d8adb509a0e | ||
github.com/cpuguy83/go-md2man v1.0.8 // indirect | ||
github.com/davidlazar/go-crypto v0.0.0-20170701192655-dcfb0a7ac018 | ||
github.com/dchest/siphash v1.2.1 | ||
github.com/fatih/color v1.7.0 | ||
github.com/fortytw2/leaktest v1.3.0 // indirect | ||
github.com/gen2brain/beeep v0.0.0-20180718162406-4e430518395f | ||
github.com/getkin/kin-openapi v0.22.0 | ||
github.com/godbus/dbus v0.0.0-20181101234600-2ff6f7ffd60f // indirect | ||
github.com/gofrs/flock v0.7.0 | ||
github.com/google/go-querystring v1.0.0 | ||
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect | ||
github.com/gopherjs/gopherwasm v1.0.1 // indirect | ||
github.com/gorilla/context v1.1.1 // indirect | ||
github.com/gorilla/mux v1.6.2 | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/jmoiron/sqlx v1.2.0 | ||
github.com/karalabe/usb v0.0.2 | ||
github.com/labstack/echo/v4 v4.1.17 | ||
github.com/mailru/easyjson v0.7.7 // indirect | ||
github.com/mattn/go-sqlite3 v1.10.0 | ||
github.com/miekg/dns v1.1.27 | ||
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect | ||
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect | ||
github.com/olivere/elastic v6.2.14+incompatible | ||
github.com/russross/blackfriday v1.5.2 // indirect | ||
github.com/sirupsen/logrus v1.8.1 | ||
github.com/spf13/cobra v0.0.3 | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/stretchr/testify v1.7.1 | ||
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 | ||
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 | ||
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e | ||
golang.org/x/text v0.3.7 | ||
gopkg.in/sohlich/elogrus.v3 v3.0.0-20180410122755-1fa29e2f2009 | ||
) | ||
|
||
require ( | ||
github.com/cpuguy83/go-md2man v1.0.8 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect | ||
github.com/fortytw2/leaktest v1.3.0 // indirect | ||
github.com/ghodss/yaml v1.0.0 // indirect | ||
github.com/godbus/dbus v0.0.0-20181101234600-2ff6f7ffd60f // indirect | ||
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect | ||
github.com/gopherjs/gopherwasm v1.0.1 // indirect | ||
github.com/gorilla/context v1.1.1 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect | ||
github.com/josharian/intern v1.0.0 // indirect | ||
github.com/labstack/gommon v0.3.0 // indirect | ||
github.com/mailru/easyjson v0.7.7 // indirect | ||
github.com/mattn/go-colorable v0.1.7 // indirect | ||
github.com/mattn/go-isatty v0.0.12 // indirect | ||
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect | ||
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect | ||
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/russross/blackfriday v1.5.2 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/valyala/bytebufferpool v1.0.0 // indirect | ||
github.com/valyala/fasttemplate v1.2.1 // indirect | ||
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f // indirect | ||
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect | ||
gopkg.in/sohlich/elogrus.v3 v3.0.0-20180410122755-1fa29e2f2009 | ||
gopkg.in/toast.v1 v1.0.0-20180812000517-0a84660828b2 // indirect | ||
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect | ||
gopkg.in/yaml.v2 v2.3.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect | ||
) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.