-
Notifications
You must be signed in to change notification settings - Fork 30
Python up to 3.13 #384
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
Python up to 3.13 #384
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ require ( | |
github.com/gorilla/websocket v1.5.0 | ||
github.com/mailru/easyjson v0.7.7 | ||
github.com/onsi/ginkgo v1.16.5 | ||
github.com/onsi/gomega v1.32.0 | ||
github.com/onsi/gomega v1.33.1 | ||
github.com/sirupsen/logrus v1.9.3 | ||
go.etcd.io/bbolt v1.3.6 | ||
gopkg.in/alecthomas/kingpin.v2 v2.2.6 | ||
|
@@ -44,9 +44,9 @@ require ( | |
github.com/nxadm/tail v1.4.8 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/shirou/gopsutil/v3 v3.23.9 | ||
golang.org/x/net v0.20.0 // indirect | ||
golang.org/x/net v0.24.0 // indirect | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
golang.org/x/oauth2 v0.13.0 // indirect | ||
golang.org/x/sys v0.16.0 // indirect | ||
golang.org/x/sys v0.19.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
google.golang.org/appengine v1.6.8 // indirect | ||
google.golang.org/protobuf v1.33.0 // 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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed it for now, will look into it before merge