We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d73dcd6 commit 47eb407Copy full SHA for 47eb407
2 files changed
go/ql/test/library-tests/semmle/go/frameworks/StdlibTaintFlow/go.mod
@@ -1,6 +1,6 @@
1
module example.com/m
2
3
-go 1.20
+go 1.23
4
5
require (
6
golang.org/x/net v0.0.0-20201010224723-4f7140c49acb
go/ql/test/library-tests/semmle/go/frameworks/StdlibTaintFlow/vendor/modules.txt
@@ -1,3 +1,3 @@
# golang.org/x/net v0.0.0-20201010224723-4f7140c49acb
-## explicit
-golang.org/x/net
+## explicit; go 1.11
+golang.org/x/net/context
0 commit comments