Skip to content

Commit b6053e3

Browse files
authored
Merge pull request #19076 from owen-mc/go/update-depstubber-files
Go: update files generated by depstubber
2 parents 0751d73 + e44f7f9 commit b6053e3

File tree

47 files changed

+124
-165
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+124
-165
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# github.com/msteinert/pam v1.0.0
22
## explicit
3-
github.com/msteinert/pam
3+
github.com/msteinert/pam

go/ql/test/experimental/CWE-321-V2/vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# github.com/go-jose/go-jose/v3 v3.0.0
22
## explicit
3-
github.com/go-jose/go-jose/v3
3+
github.com/go-jose/go-jose/v3/jwt
44
# github.com/golang-jwt/jwt/v5 v5.0.0
55
## explicit
66
github.com/golang-jwt/jwt/v5

go/ql/test/experimental/CWE-522-DecompressionBombs/vendor/modules.txt

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,20 @@
33
github.com/DataDog/zstd
44
# github.com/dsnet/compress v0.0.1
55
## explicit
6-
github.com/dsnet/compress
6+
github.com/dsnet/compress/bzip2
7+
github.com/dsnet/compress/flate
78
# github.com/golang/snappy v0.0.4
89
## explicit
910
github.com/golang/snappy
1011
# github.com/klauspost/compress v1.16.6
1112
## explicit
12-
github.com/klauspost/compress
13+
github.com/klauspost/compress/zstd
14+
github.com/klauspost/compress/snappy
15+
github.com/klauspost/compress/s2
16+
github.com/klauspost/compress/zlib
17+
github.com/klauspost/compress/zip
18+
github.com/klauspost/compress/flate
19+
github.com/klauspost/compress/gzip
1320
# github.com/klauspost/pgzip v1.2.6
1421
## explicit
1522
github.com/klauspost/pgzip

go/ql/test/library-tests/semmle/go/concepts/LoggerCall/vendor/github.com/golang/glog/stub.go

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/ql/test/library-tests/semmle/go/concepts/LoggerCall/vendor/k8s.io/klog/stub.go

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
1-
# github.com/github/depstubber v0.0.0-20200916130315-f3217697abd4
2-
## explicit
31
# github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
42
## explicit
53
github.com/golang/glog
64
# github.com/sirupsen/logrus v1.7.0
75
## explicit
86
github.com/sirupsen/logrus
9-
# golang.org/x/sys v0.0.0-20191026070338-33540a1f6037
10-
golang.org/x/sys/unix
11-
golang.org/x/sys/windows
127
# k8s.io/klog v1.0.0
138
## explicit
149
k8s.io/klog
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# github.com/astaxie/beego v1.12.3
22
## explicit
33
github.com/astaxie/beego
4+
github.com/astaxie/beego/context
5+
github.com/astaxie/beego/logs
6+
github.com/astaxie/beego/utils
47
# github.com/beego/beego/v2 v2.1.2
58
## explicit
6-
github.com/beego/beego/v2
9+
github.com/beego/beego/v2/server/web
10+
github.com/beego/beego/v2/server/web/context

go/ql/test/library-tests/semmle/go/frameworks/ElazarlGoproxy/vendor/modules.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
github.com/elazarl/goproxy
44
# github.com/github/depstubber v0.0.0-20201214172518-12c3da4b7c9d
55
## explicit
6+
github.com/github/depstubber

go/ql/test/library-tests/semmle/go/frameworks/Email/vendor/github.com/sendgrid/sendgrid-go/helpers/mail/stub.go

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# github.com/sendgrid/sendgrid-go v3.5.0+incompatible
22
## explicit
3-
github.com/sendgrid/sendgrid-go
3+
github.com/sendgrid/sendgrid-go/helpers/mail

0 commit comments

Comments
 (0)